IS_SET_AUTO_REFERENCE
|
Sets the setpoint for auto gain control/auto exposure shutter. Control parameters
pval1
|
defines the setpoint (average brightness of the image); the following rule applies independently of the image bit depth:
0 = black
128 = 50% gray (default)
255 = white
|
Note on the sensor's internal control functionality
When using the sensor's internal control functionality, you can only used values in a range between [44...235]. The increment in this range is 4. Smaller values are automatically set to 44, larger values to 235.
|
|
IS_GET_AUTO_REFERENCE
|
Returns the setpoint for auto gain control/auto exposure shutter. Control parameters
pval1
|
returns the current setting
|
|
IS_SET_AUTO_GAIN_MAX
|
Sets the upper limit for auto gain control. Control parameters
pval1
|
valid value for gain (0...100)
|
|
IS_GET_AUTO_GAIN_MAX
|
Returns the upper limit for auto gain control. Control parameters
pval1
|
returns the current setting
|
|
IS_SET_AUTO_SHUTTER_MAX
|
Sets the upper limit for auto exposure shutter. Control parameters
pval1
|
valid exposure value (0 sets the value continuously to max. exposure)
|
|
IS_GET_AUTO_SHUTTER_MAX
|
Returns the upper limit for auto exposure shutter. Control parameters
pval1
|
returns the current setting
|
|
IS_SET_AUTO_BRIGHTNESS_ONCE
|
Enables/disables the automatic disable for automatic brightness control (gain and exposure time) **). Control parameters
pval1
|
= 1 enables control, 0 disables control
|
|
IS_GET_AUTO_BRIGHTNESS_ONCE
|
Returns the automatic disable status **). Control parameters
pval1
|
returns the current setting
|
|
Speed and Hysteresis
|
IS_SET_AUTO_SPEED
|
Sets the speed value for the auto function. Control parameters
pval1
|
defines the control speed (0...100)
|
|
IS_GET_AUTO_SPEED
|
Returns the speed value for the auto function. Control parameters
pval1
|
returns the current setting
|
|
IS_SET_AUTO_SKIPFRAMES
|
Sets the number of frames to be skipped during automatic control. Control parameters
pval1
|
defines the number of frames to be skipped during automatic control (default: 4)
|
|
IS_GET_AUTO_SKIPFRAMES
|
Returns the number of frames to be skipped during automatic control. Control parameters
pval1
|
returns the current setting
|
|
IS_GET_AUTO_SKIPFRAMES_RANGE
|
Returns the permissible range for the number of frames to be skipped. Control parameters
pval1
|
returns the minimum permitted value
|
pval2
|
returns the maximum permitted value
|
|
IS_SET_AUTO_HYSTERESIS
|
Sets the hysteresis value for auto exposure shutter and auto gain control. Control parameters
pval1
|
defines the hysteresis value (default: 2)
|
|
IS_GET_AUTO_HYSTERESIS
|
Returns the hysteresis value for auto exposure shutter and auto gain control. Control parameters
pval1
|
returns the current setting
|
|
IS_GET_AUTO_HYSTERESIS_RANGE
|
Returns the permissible range for the hysteresis value. Control parameters
pval1
|
returns the minimum permitted value
|
pval2
|
returns the maximum permitted value
|
|
Auto Contrast Correction (with face detection) / Backlight Compensation / Anti Flicker (USB uEye XS only)
|
IS_SET_SENS_AUTO_CONTRAST_CORRECTION
|
Sets the value for auto contrast correction. Control parameters
|
IS_GET_SENS_AUTO_CONTRAST_CORRECTION
|
Returns the value for auto contrast correction. Control parameters
pval1
|
returns the current setting
|
|
IS_GET_SENS_AUTO_CONTRAST_CORRECTION_RANGE
|
Returns the permissible range for auto contrast correction. Control parameters
pval1
|
returns the minimum permitted value
|
pval2
|
returns the maximum permitted value
|
|
IS_GET_SENS_AUTO_CONTRAST_CORRECTION_INC
|
Returns the increment for auto contrast correction. Control parameters
pval1
|
returns the increment
|
|
IS_GET_SENS_AUTO_CONTRAST_CORRECTION_DEF
|
Returns the default value for auto contrast correction. Control parameters
pval1
|
returns the default
|
|
IS_SET_SENS_AUTO_CONTRAST_FDT_AOI_ENABLE
|
Enables the use of face detection as field of view for automatic brightness control. If face detection is disabled, this setting will not become effective until face detection is enabled. The auto exposure shutter and auto gain control functions have to be enabled. Control parameters
pval1
|
= 1 enables, 0 disables the function
|
|
IS_GET_SENS_AUTO_CONTRAST_FDT_AOI_ENABLE
|
Returns the status of using face detection as field of view for automatic brightness control. Control parameters
pval1
|
returns the current setting
|
|
IS_SET_SENS_AUTO_BACKLIGHT_COMP
|
Enables backlight compensation for automatic brightness control. Control parameters
pval1
|
= 1 enables, 0 disables the function
|
|
IS_GET_SENS_AUTO_BACKLIGHT_COMP
|
Returns the backlight compensation status. Control parameters
pval1
|
returns the current setting
|
|
IS_SET_ANTI_FLICKER_MODE
|
Sets the anti flicker mode. Control parameters
pval1
|
Anti flicker mode (see is_GetAutoInfo()):
ANTIFLCK_MODE_OFF
ANTIFLCK_MODE_SENS_AUTO
ANTIFLCK_MODE_SENS_50_FIXED
ANTIFLCK_MODE_SENS_60_FIXED
|
|
IS_GET_ANTI_FLICKER_MODE
|
Returns the anti flicker mode. Control parameters
pval1
|
returns the current mode.
|
|
IS_GET_ANTI_FLICKER_MODE_DEF
|
Returns the default anti flicker mode. Control parameters
pval1
|
returns the default
|
|