Thanks for downloading Dynamsoft Label Recognizer Package!
Your download will start shortly. If your download does not begin, click here to retry.
EnumCameraState
Declarations
Language | Declaration |
---|---|
Objective-C & Swift | enum EnumCameraState |
Members
Member (Objective-C) | Member (Swift) | Value | Description |
---|---|---|---|
EnumCAMERA_STATE_OPENED |
EnumCAMERA_STATE_OPENED |
1 | The selected camera is opened. |
EnumCAMERA_STATE_CLOSED |
EnumCAMERA_STATE_CLOSED |
2 | The selected camera is closed. |
EnumCAMERA_STATE_OPENING |
EnumCAMERA_STATE_OPENING |
0 | The selected camera is currently closed but will be opened soon. |
EnumCAMERA_STATE_CLOSING |
EnumCAMERA_STATE_CLOSING |
3 | The selected camera is currently closed but will be closed soon. |