Camera class INF file setting for Universal camera drivers

Starting with Windows 10, version 1709, you should add the following Camera class settings to your Universal camera driver INF file.

Add these Class and ClassGuid entries to the Version section of your Universal camera driver INF file to ensure your driver will pass future camera driver HLK tests:

[Version]

...

Class=Camera
ClassGuid={ca3e7ab9-b4c3-4ae6-8251-579ef933890f}

...

For more information on the HLK requirements for the Camera class INF file setting, see Device.Streaming.Camera.Base.AVStreamClassInterfaceAndWDM in the Components and Peripherals document of the Windows Hardware Compatibility Specifications for Windows 10.