// ksmedia.h
typedef struct {
ULONG VideoStabilizationMode;
ULONG Capabilities;
} KSPROPERTY_CAMERACONTROL_VIDEOSTABILIZATION_MODE_S, *PKSPROPERTY_CAMERACONTROL_VIDEOSTABILIZATION_MODE_S;
View the official Windows Driver Kit DDI referenceNo description available.
Describes video stabilization control properties in the PROPSETID_VIDCAP_CAMERACONTROL_VIDEO_STABILIZATION camera control property set. This structure specifies property values that are used in requests to the camera driver.
VideoStabilizationModeIndicates the selected video stabilization modes. This member has one of these possible values:
The video stabilization mode should not activate.
The device automatically controls video stabilization. This value is valid only if KSPROPERTY_CAMERACONTROL_VIDEOSTABILIZATION_MODE_FLAGS_AUTO is set in the Capabilities member.
Video stabilization is set at a low level.
Video stabilization is set at a medium level.
Video stabilization is set at a high level.
CapabilitiesIndicates whether the device and driver support setting video stabilization control automatically or manually. This member a bitwise OR of these possible values:
The device and driver can automatically control video stabilization.
The user can manually set video stabilization modes.
The video stabilization settings specified with this structure affect only the device and have no effect on applications' software video stabilization.
KSPROPERTY_CAMERACONTROL_VIDEO_STABILIZATION_MODE
KSPROPERTY_CAMERACONTROL_VIDEO_STABILIZATION_MODE_PROPERTY