Skip to main content

TdxCameraControlState Enum

Declaration

TdxCameraControlState = (
    ccsInactive,
    ccsInitializing,
    ccsRunning,
    ccsPaused,
    ccsNoDevice,
    ccsDeviceIsBusy
);

Members

Name
ccsInactive
ccsInitializing
ccsRunning
ccsPaused
ccsNoDevice
ccsDeviceIsBusy
See Also