// ksmedia.h
typedef enum {
KS_CAMERACONTROL_ASYNC_START,
KS_CAMERACONTROL_ASYNC_STOP,
KS_CAMERACONTROL_ASYNC_RESET
} KS_CameraControlAsyncOperation;
View the official Windows Driver Kit DDI referenceNo description available.
Defines notifications that the driver uses to start and stop an asynchronous camera operation, including setting the flash, the image pin control properties, the region of interest in the image, or video stabilization.
KS_CAMERACONTROL_ASYNC_STARTInitiate an asynchronous camera control operation.
KS_CAMERACONTROL_ASYNC_STOPStop the requested asynchronous camera control operation and maintain current camera control settings, including the lens focus.
KS_CAMERACONTROL_ASYNC_RESETStop the requested asynchronous camera control operation and reset the lens focus to infinity.
For more information, see KSPROPERTY_CAMERACONTROL_S_EX.