Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

HdrVideoControl.Mode 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 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


Feedback

Was this page helpful?