VideoDeviceController.HdrVideoControl Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the HdrVideoControl associated with the VideoDeviceController. This allows you to enable and disable High Dynamic Range (HDR) video capture mode on devices that support it.
public:
property HdrVideoControl ^ HdrVideoControl { HdrVideoControl ^ get(); };
HdrVideoControl HdrVideoControl();
public HdrVideoControl HdrVideoControl { get; }
var hdrVideoControl = videoDeviceController.hdrVideoControl;
Public ReadOnly Property HdrVideoControl As HdrVideoControl
Property Value
This control requires that the stream is at a stopped state before the value is set, see KSPROPERTY_CAMERACONTROL_EXTENDED_VIDEOHDR. The HdrVideoControl associated with the VideoDeviceController.
Remarks
For how-to guidance and sample code for using HDR video capture, see Manual camera controls for video capture.