camCaptureStatus (Function)

Top  Previous  Next

Architecture:

NX32L

Device support:

NX-200, NX-400

Firmware version:

1.12.00


This function reports if the camera is recording.

It is useful to determine when the recording is done, so it can be moved or transmitted.

 

 

Input:

None.

 

Returns: INT

 

2

- The recording is stopped, the file is still being written.

1

- The recording is running.

0

- The recording is stopped.

-1

- The recording failed.

-5

- Camera interface not open.

 

Declaration:

FUNCTION camCaptureStatus : INT;

 

 

Example:

// Get the status of the recording
camCaptureStatus();