Enum Option

August 13, 2019 ยท View on GitHub

Overview / Purpose

Enumeration Option

EnumeratorValueDescription
OPTION_UNSPECIFIED0Unspecifed Option
OPTION_BACKLIGHT_COMPENSATION1Enable / disable color backlight compensation (unsupported)
OPTION_BRIGHTNESS2Color image brightness (supported on color sensor only: -4.0 to 4.0, step 1.0)
OPTION_CONTRAST3Color image contrast (supported on color sensor only: -4.0 to 4.0, step 1.0)
OPTION_EXPOSURE4Controls exposure time of color camera. Setting any value will disable auto exposure (supported on depth sensor only: 20.0 to 166000.0, step 20.0)
OPTION_GAIN5Color image gain (supported on depth sensor only: 16.0 to 248.0, step 1.0)
OPTION_GAMMA6Color image gamma setting (unsupported)
OPTION_HUE7Color image hue (unsupported)
OPTION_SATURATION8Color image saturation setting (supported on color sensor only: -4.0 to 4.0, step 1.0)
OPTION_SHARPNESS9Color image sharpness setting (unsupported)
OPTION_WHITE_BALANCE10Controls white balance of color image. Setting any value will disable auto white balance (unsupported)
OPTION_ENABLE_AUTO_EXPOSURE11Enable / disable color image auto-exposure (supported on depth sensor only: 0.0 to 1.0, step 1.0)
OPTION_ENABLE_AUTO_WHITE_BALANCE12Enable / disable color image auto-white-balance (unsupported)
OPTION_VISUAL_PRESET13Provide access to several recommend sets of option presets for the depth camera (supported on depth sensor only: 0.0 to 5.0, step 1.0)
OPTION_LASER_POWER14Power of the projector, with 0 meaning projector off (unsupported)
OPTION_ACCURACY15Sets the number of patterns projected per frame. The higher the accuracy value the more patterns projected (unsupported)
OPTION_MOTION_RANGE16Motion vs. Range trade-off, with lower values allowing for better motion sensitivity and higher values allowing for better depth range (unsupported)
OPTION_FILTER_OPTION17Sets the filter to apply to each depth frame. Each one of the filter is optimized per the application requirements (unsupported)
OPTION_CONFIDENCE_THRESHOLD18The confidence level threshold used by the Depth algorithm pipe to set whether a pixel will get a valid range or will be marked with invalid range (unsupported)
OPTION_EMITTER_ENABLED19Laser Emitter enabled (unsupported)
OPTION_FRAMES_QUEUE_SIZE20Number of frames the user is allowed to keep per stream. Trying to hold-on to more frames will cause frame-drops (supported on depth sensor only: 0.0 to 32.0, step 1.0)
OPTION_TOTAL_FRAME_DROPS21Total number of detected frame drops from all streams (unsupported)
OPTION_AUTO_EXPOSURE_MODE22Auto-Exposure modes: Static, Anti-Flicker and Hybrid (unsupported)
OPTION_POWER_LINE_FREQUENCY23Power Line Frequency control for anti-flickering Off/50Hz/60Hz/Auto (unsupported)
OPTION_ASIC_TEMPERATURE24Current Asic Temperature (supported on depth sensor only: Read Only -40.0 to 125.0)
OPTION_ERROR_POLLING_ENABLED25Disable error handling (supported on depth sensor only: 0.0 to 1.0, step 1.0)
OPTION_PROJECTOR_TEMPERATURE26Current Projector Temperature (unsupported)
OPTION_OUTPUT_TRIGGER_ENABLED27Enable / disable trigger to be outputed from the camera to any external device on every depth frame (supported on depth sensor only: 0.0 to 1.0, step 1.0)
OPTION_MOTION_MODULE_TEMPERATURE28Current Motion-Module Temperature (unsupported)
OPTION_DEPTH_UNITS29Number of meters represented by a single depth unit (supported on depth sensor only: 0.0001 to 0.0100, step 0.000001)
OPTION_ENABLE_MOTION_CORRECTION30Enable/Disable automatic correction of the motion data (unsupported)
OPTION_AUTO_EXPOSURE_PRIORITY31Allows sensor to dynamically ajust the frame rate depending on lighting conditions (unsupported)
OPTION_COLOR_SCHEME32Color scheme for data visualization (unsupported)
OPTION_HISTOGRAM_EQUALIZATION_ENABLED33Perform histogram equalization post-processing on the depth data (unsupported)
OPTION_MIN_DISTANCE34Minimal distance to the target (unsupported)
OPTION_MAX_DISTANCE35Maximum distance to the target (unsupported)
OPTION_TEXTURE_SOURCE36Texture mapping stream unique ID (unsupported)
OPTION_FILTER_MAGNITUDE37The 2D-filter effect. The specific interpretation is given within the context of the filter (unsupported)
OPTION_FILTER_SMOOTH_ALPHA382D-filter parameter controls the weight/radius for smoothing (unsupported)
OPTION_FILTER_SMOOTH_DELTA392D-filter range/validity threshold (unsupported)
OPTION_HOLES_FILL40Enhance depth data post-processing with holes filling where appropriate (unsupported)
OPTION_STEREO_BASELINE41The distance in mm between the first and the second imagers in stereo-based depth cameras (supported on depth sensor only: 55.241055 to 55.241055, step 0.0)
OPTION_AUTO_EXPOSURE_CONVERGE_STEP42Allows dynamically ajust the converge step value of the target exposure in Auto-Exposure algorithm (unsupported)

Parent topic: VisionConfig (Python)