25
ICAM-500 Programming Guide
C
ha
pte
r 4
C
am
N
av
i2 S
D
K A
PI
M
an
ua
l
***
This API can be set at run-time, but need to re-open (ie. Call advcam_close(),
then advcam_open() ) to take effect
advcam_get_output_resolution
(
cam
)
Get camera instance status.
Parameters: cam: ABSCamera
Camera instance.
Returns:
tuple(int, int)
Get (width, height) tuple.
advcam_set_output_resolution
(
cam, out_res
)
Set frame resolution.
Parameters: cam: ABSCamera
Camera instance.
out_res: tuple(int, int)
Tuple contains (width, height)
Returns:
tuple(int, int)
Assigned value width, height
Raises: ValueError
width or height not in valid_resolution_list
advcam_get_fw_info
()
Get firmware information.
Returns:
str
Firmware version information.
advcam_query_fw_sku
(
cam
)
Get camera sku from firmware.
Parameters: cam: ABSCamera
Camera instance.
Returns:
str
‘0’: Mono SKU FW
‘1’: Color SKU FW
advcam_reboot
()
Reboot this camera device.
Содержание 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 ...