HdrVideoControl.Mode Property

Definition

Gets or sets a value indicating the current High Dynamic Range (HDR) video recording mode of the capture device.

public:
 property HdrVideoMode Mode { HdrVideoMode get(); void set(HdrVideoMode value); };
HdrVideoMode Mode();

void Mode(HdrVideoMode value);
public HdrVideoMode Mode { get; set; }
var hdrVideoMode = hdrVideoControl.mode;
hdrVideoControl.mode = hdrVideoMode;
Public Property Mode As HdrVideoMode

Property Value

The current High Dynamic Range (HDR) video recording mode of the capture device.

Remarks

When the Mode property is changed, the stream may freeze or restart in cases where the sensor has to be reprogrammed.

Applies to