GetState
Gets the current state of the internal camera control state machine.
Syntax
Definition:
METHOD GetState : ETcVnCameraStateFurther information
The method GetState returns the state of the camera object or File Source object as a value of the enum ETcVnCameraState. The following states are possible:
- ERROR
 - INITIAL
 - OPENING
 - OPENED
 - STARTACQUISITION
 - STOPACQUISITION
 - ACQUIRING
 - TRIGGERING
 
 Return value