ICAM-500 Programming Guide
34
set_img_auto_exposure
(
enable
)
Enable camera auto exposure function.
Parameters: enable
1: Enabled
0: Disabled
Returns:
bool
Camera auto exposure function status.
1: Enabled
0: Disabled
See also:
image.CImage.auto_exposure
Control by image instance.
get_img_auto_exposure_range
()
Get auto exposure range.
Returns:
tuple(int, int)
Auto exposure range. (min, max) Value convert equation: value
* 100 (micro sec.)
See also:
image.CImage.auto_exposure_range
Control by image instance.
set_img_auto_exposure_range
(
min, max
)
Set auto exposure range.
Exposure time value spec:
init value = (50, 10000)
range = [1..10000]
step = 1 Convert equation: exp_time * 100 (micro sec.)
Parameters: min
Minimum value of auto exposure time.
max
Maximum value of auto exposure time.
Returns:
tuple(int, int)
Auto exposure range. (min, max) Value convert equation: value
* 100 (micro sec.)
See also:
image.CImage.auto_exposure_range
Control by image instance.
Содержание 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 ...