ICAM-500 Programming Guide 38
get_status()
Get camera status.
Camera connection and acquisition status.
Returns: CameraMode
Reference iCam500.CameraMode
get_output_ress()
Get current frame resolution.
Returns: tuple(int, int)
Get width and height tuple.
set_output_res(out_res)
Set frame resoultion.
Parameters: out_res : tuple(int, int)
Tuple contains (width, height)
Returns: tuple(int, int)
Assigned value width, height
Returns: ValueError
width or height not in valid_resolution_list
get_roi()
Get frame ROI value.
Returns: tuple(int, int, int, int)
Current image frame ROI value. tuple(top, left, right, bottom)
set_roi(roi)
Change frame image ROI value.
Parameters: roi: tuple(int, int, int, int)
New image ROI value. tuple(top, lef, right, bottom)
Returns: bool
True: Success.
set_timestamp_switch(en=1)
Enable timestamp on output image.
Parameters: en: int
Parameters:
0: Disable
1: Enable
Returns: bool
True: Success.