22
C
AMERA
S
UPPORT
L
IBRARY
C
AM
L
IB
Aiming APIs
The camera’s aiming system can be turned on or off by calling camTurnAimingOn() or
camTurnAimingOff() respectively. Note, however, that even if the aiming is turned on, the function
camStartVideo() turns the aiming off until the video is stopped.
camTurnAimingOn
This function turns the IS4910 camera’s aiming system on.
Prototype:
int camTurnAimingOn (int
cam_handle
);
Parameters:
cam_handle
- [in] handle to the camera device returned by the camOpen function.
Return Value:
0: Success; -1: Failure
camTurnAimingOff
This function turns the IS4910 camera’s aiming system off.
Prototype:
int camTurnAimingOff (int
cam_handle
);
Parameters:
cam_handle
- [in] handle to the camera device returned by the camOpen function.
Return Value:
0: Success; -1: Failure
camGetAimingStatus
This function returns the current status of IS4910 camera’s aiming system.
Prototype:
int camGetAimingStatus (int
cam_handle,
int
*aiming_status
);
Parameters:
cam_handle
- [in] handle to the camera device returned by the camOpen function.
aiming_status
- [out] 1: on; 0: off.
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...