CameraStatus('ModuleNo*','SignalNo*','Timeout=2*')
Arguments
|
'ModuleNo*' |
Module number of the ibaCapture server in the signal tree |
|
|
'SignalNo*' |
Signal number (camera) |
|
|
'Timeout*' |
Time in seconds in which the sync signal must change; default = 2 |
Parameters ending with * are only evaluated once at the start of the acquisition..
Description
This function returns the status of an ibaCapture camera.
Results
|
0 |
Camera not ok |
|
1 |
Camera OK |
A camera is not ok when the value of the sync signal of the camera does not change within 'Timeout' seconds. Both the recording of this camera on the ibaCapture server as well as the synchronization between ibaCapture server and ibaPDA server must be running in order to facilitate the sync signal to change.
‘ModuleNumber’ is the module number of the ibaCapture server in the signal tree.
Example:

Status of "Camera1" with Timeout = 2 s: CameraStatus(18, 0, 2)