camCaptureStop (Function)

Top  Previous  Next

Architecture:

NX32L

Device support:

NX-200, NX-400

Firmware version:

1.12.00


This function stops the recording of video from a camera, started with camCaptureStart.

 

 

Input:

None.

 

Returns: INT

 

0

- The recording is stopped.

-1

- The recording was not stopped. It may still be writing the data to the storage media. Use camCaptureStatus to determine when the writing is done.

-5

- Camera interface not open.

 

Declaration:

FUNCTION camCaptureStop : INT;

 

 

Example:

// Stop the recording
camCaptureStop();