KS_CameraControlAsyncOperation - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ksmedia-ks_cameracontrolasyncoperation)

KS_CameraControlAsyncOperation enumeration

Description

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.

Constants

KS_CAMERACONTROL_ASYNC_START

Initiate an asynchronous camera control operation.

KS_CAMERACONTROL_ASYNC_STOP

Stop the requested asynchronous camera control operation and maintain current camera control settings, including the lens focus.

KS_CAMERACONTROL_ASYNC_RESET

Stop the requested asynchronous camera control operation and reset the lens focus to infinity.

Remarks

For more information, see KSPROPERTY_CAMERACONTROL_S_EX.

See also

KSPROPERTY_CAMERACONTROL_S_EX