29
ICAM-500 Programming Guide
C
ha
pte
r 4
C
am
N
av
i2 S
D
K A
PI
M
an
ua
l
close
(
quiet=0
)
Close ICAM-500 device.
Parameters: quiet: int
0: default
1: Force turn off lighting.
Returns:
int
0: Success.
1: Error in exception.
register_new_sample
(
new_sample_cb
)
Register a new image event handler.
Event handler sample:
def new_sample_cb(sample):
buf = smaple.get_buffer()
Parameters: new_sample_cb
New image event handler(callback).
Returns:
int
0: Success.
play
()
Start camera acquisition.
Returns:
bool
True: Success
See also:
CamNavi2.CamNavi2.advcam_play()
Wrapped function in CamNavi2.
stop
()
Stop image acquisition procedure.
Returns:
bool
False: pipeline does not setting True: Success
See also:
CamNavi2.CamNavi2.advcam_stop()
Wrapped function in CamNavi2
s
et_acq_frame_rate
(
new_fps
)
Set acquisition frame rate.
Parameters: new_fps: int
Set frame rate.
Returns:
int
Frame rate setting value.
Summary of Contents for ICAM-500 Series
Page 1: ...Programming Guide ICAM 500 Series Industrial AI Camera ...
Page 6: ...ICAM 500 Programming Guide vi ...
Page 7: ...Chapter 1 1 Introduction ...
Page 9: ...Chapter 2 2 ICAM 500 SDK Architecture ...
Page 12: ...ICAM 500 Programming Guide 6 ...
Page 13: ...Chapter 3 3 Operation Flow ...
Page 15: ...9 ICAM 500 Programming Guide Chapter 3 Operation Flow 3 2 Image Acquisition ...
Page 16: ...ICAM 500 Programming Guide 10 3 3 Image Trigger Flow ...
Page 17: ...11 ICAM 500 Programming Guide Chapter 3 Operation Flow 3 4 HW trigger Control flow ...
Page 18: ...ICAM 500 Programming Guide 12 3 4 1 Software trigger ...
Page 19: ...13 ICAM 500 Programming Guide Chapter 3 Operation Flow 3 5 Lens Focusing Control ...
Page 20: ...ICAM 500 Programming Guide 14 3 5 1 Digital Input flow ...