ICAM-500 Programming Guide
18
advcam_config_pipeline
(cam, **pipe_params)
Camera gstreamer pipeline configuration.
Parameters: params: dict{str, str}
Set pipeline parameters.
‘format’: [‘GRAY8’, ‘YUY2’, ‘BGRA’]. Mono sku only has
‘GRAY8’.
‘acq_mode’: 0 = Continuous, 1 = Software Trigger, 2 =
Hardware Trigger
‘width’: 640
‘height’: 480
‘frame_count’: -1 (-1 = continuous, >0 = frame count)
‘icam500=frame-rate’: 60
‘timestamp’: [0, 1]. Print timestamp on image.
‘pipeline_mode’: [‘default’, ‘simple’]. default mode output
jpeg image format, simple mode output raw image.
See also:
HYPERLINK \l "iCam500.iCam500.config_pipeline()
advcam_open
(
cam, frame_count=-1
)
Open camera device.
Parameters: cam: ABSCamera
Camera instance from get_device_by_name.
frame_count: int
Burst images acquisition.
Returns:
str
Device name.
None
Camera cannot open.
advcam_close
(
cam
)
Close camera device.
Parameters: cam: ABSCamera
Camera instance
Returns:
int
Close camera status.
0: success
1: camera instance is not existed.
2: camera get an exception.
3: camera is no opened.
advcam_get_capability
(
cam
)
Camera capability information.
Returns:
dict
Camera capability map
Содержание ICAM-500 Series
Страница 1: ...Programming Guide ICAM 500 Series Industrial AI Camera ...
Страница 6: ...ICAM 500 Programming Guide vi ...
Страница 7: ...Chapter 1 1 Introduction ...
Страница 9: ...Chapter 2 2 ICAM 500 SDK Architecture ...
Страница 12: ...ICAM 500 Programming Guide 6 ...
Страница 13: ...Chapter 3 3 Operation Flow ...
Страница 15: ...9 ICAM 500 Programming Guide Chapter 3 Operation Flow 3 2 Image Acquisition ...
Страница 16: ...ICAM 500 Programming Guide 10 3 3 Image Trigger Flow ...
Страница 17: ...11 ICAM 500 Programming Guide Chapter 3 Operation Flow 3 4 HW trigger Control flow ...
Страница 18: ...ICAM 500 Programming Guide 12 3 4 1 Software trigger ...
Страница 19: ...13 ICAM 500 Programming Guide Chapter 3 Operation Flow 3 5 Lens Focusing Control ...
Страница 20: ...ICAM 500 Programming Guide 14 3 5 1 Digital Input flow ...
Страница 21: ...Chapter 4 4 CamNavi2 SDK API Manual ...