21
C
AMERA
S
UPPORT
L
IBRARY
C
AM
L
IB
camStopVideo
This function stops video mode and turns the camera back into snapshot mode.
Prototype:
int camStopVideo (int
cam_handle
);
Parameters:
cam_handle
- [in] handle to the camera device returned by the camOpen function.
Return Value:
0: Success; -1: Failure
camPauseVideo
This function pauses the video mode. The video mode can be resumed by calling camResumeVideo().
Prototype:
int camPauseVideo (int
cam_handle
);
Parameters:
cam_handle
- [in] handle to the camera device returned by the camOpen function.
Return Value:
0: Success; -1: Failure
camResumeVideo
This function resumes video mode paused by the call to camPauseVideo().
Prototype:
int camResumeVideo (int
cam_handle
);
Parameters:
cam_handle
- [in] handle to the camera device returned by the camOpen function.
Return Value:
0: Success; -1: Failure
Содержание IS4910 Series
Страница 1: ...METROLOGIC INSTRUMENTS INC IS4910 Series Area Imaging Engine Programmer s Manual...
Страница 6: ......
Страница 41: ...35...
Страница 42: ...January 2008 Revision 2 0 0 0 0 2 2 9 1 A...