OpticalImageStabilizationControl Class

Definition

When supported, allows an app to enable optical image stabilization on the capture device.

public ref class OpticalImageStabilizationControl sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class OpticalImageStabilizationControl final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class OpticalImageStabilizationControl
Public NotInheritable Class OpticalImageStabilizationControl
Inheritance
Object Platform::Object IInspectable OpticalImageStabilizationControl
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Remarks

Get an instance of this class by accessing the VideoDeviceController.OpticalImageStabilizationControl property.

For how-to guidance for using the OpticalImageStabilizationControl, see Manual camera controls for photo and video capture.

Properties

Mode

Gets or sets a value indicating the current optical image stabilization mode of the capture device.

Supported

Gets a value that indicates if the capture device supports the OpticalImageStabilizationControl.

SupportedModes

Gets the list of OpticalImageStabilizationMode values indicating the modes supported by the capture device.

Applies to

See also