Advantech ICAM-500 Series Programming Manual page 44

Industrial ai camera
Hide thumbs Also See for ICAM-500 Series:
Table of Contents

Advertisement

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

Advertisement

Table of Contents
loading

Table of Contents