![Advantech ICAM-500 Series Скачать руководство пользователя страница 22](http://html.mh-extra.com/html/advantech/icam-500-series/icam-500-series_programming-manual_3047974022.webp)
ICAM-500 Programming Guide
16
CamNavi2 SDK provide API of iCam-500. Include sensor operation, lighting control,
board control…
Below digram is SDK compoments hierarchy:
Module CamNavi2
iCam500 Components
Function
Description
get_device_by_name()
Use device name to get camera instance.
get_info()
Get BSP information.
get_fw_info()
Get firmware information.
advcam_config_pipeline()
Camera property configuration.
advcam_open()
Open camera instance.
advcam_close()
Close camera instance.
advcam_play()
Start image acquisition process. (Continuous or
single shot)
advcam_stop()
Stop image acquisition process.
advcam_snap_image()
Snap an image from streaming. (10ms/image)
advcam_register_new_image_handler()
Register async new image event handler.
Module
Description
image
Configure frame properties.
focus
Lens focusing operation.
lighting
LED lighting control.
dev
ICAM-500 device configuration.
(IP configuration)
board
Board IO control (digital input/output, buttons)
Содержание 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 ...