Lists available camera settings for the camera (contrast, hue, saturation, gain, ...). More...
Lists available camera settings for the camera (contrast, hue, saturation, gain, ...).
Enumerator | |
---|---|
BRIGHTNESS | Brightness control Affected value should be between 0 and 8.
|
CONTRAST | Contrast control Affected value should be between 0 and 8.
|
HUE | Hue control Affected value should be between 0 and 11.
|
SATURATION | Saturation control Affected value should be between 0 and 8. |
SHARPNESS | Digital sharpening control Affected value should be between 0 and 8. |
GAMMA | ISP gamma control Affected value should be between 1 and 9. |
GAIN | Gain control Affected value should be between 0 and 100 for manual control.
|
EXPOSURE | Exposure control Affected value should be between 0 and 100 for manual control. The exposition is mapped linearly in a percentage of the following max values. Special case for EXPOSURE = 0 that corresponds to 0.17072ms.The conversion to milliseconds depends on the framerate:
|
AEC_AGC | Defines if the GAIN and EXPOSURE are in automatic mode or not. Setting GAIN or EXPOSURE values will automatically set this value to 0. |
AEC_AGC_ROI | Defines the region of interest for automatic exposure/gain computation. To be used with the dedicated set_camera_settings_roi() / get_camera_settings_roi() methods. |
WHITEBALANCE_TEMPERATURE | Color temperature control Affected value should be between 2800 and 6500 with a step of 100.
|
WHITEBALANCE_AUTO | Defines if the white balance is in automatic mode or not. |
LED_STATUS | Status of the front LED of the camera. Set to 0 to disable the light, 1 to enable the light. Default value is on.
|
EXPOSURE_TIME | Real exposure time control in microseconds.
|
ANALOG_GAIN | Real analog gain (sensor) control in mDB. The range is defined by Jetson DTS and by default [1000-16000].
|
DIGITAL_GAIN | Real digital gain (ISP) as a factor. The range is defined by Jetson DTS and by default [1-256].
|
AUTO_EXPOSURE_TIME_RANGE | Range of exposure auto control in micro seconds. Used with set_camera_settings_range(). Min/max range between max range defined in DTS. By default: [28000 - <fps_time> or 19000] us.
|
AUTO_ANALOG_GAIN_RANGE | Range of sensor gain in automatic control. Used with set_camera_settings_range(). Min/max range between max range defined in DTS. By default: [1000 - 16000] mdB.
|
AUTO_DIGITAL_GAIN_RANGE | Range of digital ISP gain in automatic control. Used with set_camera_settings_range(). Min/max range between max range defined in DTS. By default: [1 - 256].
|
EXPOSURE_COMPENSATION | Exposure-target compensation made after auto exposure. Reduces the overall illumination target by factor of F-stops. Affected value should be between 0 and 100 (mapped between [-2.0,2.0]). Default value is 50, i.e. no compensation applied.
|
DENOISING | Level of denoising applied on both left and right images. Affected value should be between 0 and 100. Default value is 50.
|