Share via


VideoDeviceController.HdrVideoControl Property

Definition

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.

Applies to