Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 986 Bytes

camera-driver-inf-file-class-setting.md

File metadata and controls

24 lines (16 loc) · 986 Bytes
title description ms.date
Camera Class INF File Setting for Camera Drivers
Describes how to add the camera class setting to a Universal camera driver INF file.
01/30/2018

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.