Camera measures

Description

In Windows 10, Microsoft provides a Universal Camera Driver Design Guide, that discusses how the camera driver interface can support all camera-related devices. The model includes new DDIs, like Digital Video Stabilization, Variable Frame Rate, Face Detection, and many other features. The universal camera driver is an AVStream minidriver built on the Windows Driver Model; AVStream is a Microsoft-provided multimedia class driver that supports video-only streaming and integrated video and audio streaming. You can find details about AVStream in the AVStream Minidrivers Design Guide.