Defines general configuration controls. These can generally be mapped to camera UVC controls, and unless stated otherwise, can be set/queried at any time.
Enumerator |
---|
RS2_OPTION_BACKLIGHT_COMPENSATION | Enable / disable color backlight compensation
|
RS2_OPTION_BRIGHTNESS | Color image brightness
|
RS2_OPTION_CONTRAST | Color image contrast
|
RS2_OPTION_EXPOSURE | Controls exposure time of color camera. Setting any value will disable auto exposure
|
RS2_OPTION_GAIN | Color image gain
|
RS2_OPTION_GAMMA | Color image gamma setting
|
RS2_OPTION_HUE | Color image hue
|
RS2_OPTION_SATURATION | Color image saturation setting
|
RS2_OPTION_SHARPNESS | Color image sharpness setting
|
RS2_OPTION_WHITE_BALANCE | Controls white balance of color image. Setting any value will disable auto white balance
|
RS2_OPTION_ENABLE_AUTO_EXPOSURE | Enable / disable color image auto-exposure
|
RS2_OPTION_ENABLE_AUTO_WHITE_BALANCE | Enable / disable color image auto-white-balance
|
RS2_OPTION_VISUAL_PRESET | Provide access to several recommend sets of option presets for the depth camera
|
RS2_OPTION_LASER_POWER | Power of the F200 / SR300 projector, with 0 meaning projector off
|
RS2_OPTION_ACCURACY | Set the number of patterns projected per frame. The higher the accuracy value the more patterns projected. Increasing the number of patterns help to achieve better accuracy. Note that this control is affecting the Depth FPS
|
RS2_OPTION_MOTION_RANGE | Motion vs. Range trade-off, with lower values allowing for better motion sensitivity and higher values allowing for better depth range
|
RS2_OPTION_FILTER_OPTION | Set the filter to apply to each depth frame. Each one of the filter is optimized per the application requirements
|
RS2_OPTION_CONFIDENCE_THRESHOLD | The 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
|
RS2_OPTION_EMITTER_ENABLED | Laser Emitter enabled
|
RS2_OPTION_FRAMES_QUEUE_SIZE | Number of frames the user is allowed to keep per stream. Trying to hold-on to more frames will cause frame-drops.
|
RS2_OPTION_TOTAL_FRAME_DROPS | Total number of detected frame drops from all streams
|
RS2_OPTION_AUTO_EXPOSURE_MODE | Auto-Exposure modes: Static, Anti-Flicker and Hybrid
|
RS2_OPTION_POWER_LINE_FREQUENCY | Power Line Frequency control for anti-flickering Off/50Hz/60Hz/Auto
|
RS2_OPTION_ASIC_TEMPERATURE | Current Asic Temperature
|
RS2_OPTION_ERROR_POLLING_ENABLED | disable error handling
|
RS2_OPTION_PROJECTOR_TEMPERATURE | Current Projector Temperature
|
RS2_OPTION_OUTPUT_TRIGGER_ENABLED | Enable / disable trigger to be outputed from the camera to any external device on every depth frame
|
RS2_OPTION_MOTION_MODULE_TEMPERATURE | Current Motion-Module Temperature
|
RS2_OPTION_DEPTH_UNITS | Number of meters represented by a single depth unit
|
RS2_OPTION_ENABLE_MOTION_CORRECTION | Enable/Disable automatic correction of the motion data
|
RS2_OPTION_AUTO_EXPOSURE_PRIORITY | Allows sensor to dynamically ajust the frame rate depending on lighting conditions
|
RS2_OPTION_COLOR_SCHEME | Color scheme for data visualization
|
RS2_OPTION_HISTOGRAM_EQUALIZATION_ENABLED | Perform histogram equalization post-processing on the depth data
|
RS2_OPTION_MIN_DISTANCE | Minimal distance to the target
|
RS2_OPTION_MAX_DISTANCE | Maximum distance to the target
|
RS2_OPTION_TEXTURE_SOURCE | Texture mapping stream unique ID
|
RS2_OPTION_FILTER_MAGNITUDE | The 2D-filter effect. The specific interpretation is given within the context of the filter
|
RS2_OPTION_FILTER_SMOOTH_ALPHA | 2D-filter parameter controls the weight/radius for smoothing.
|
RS2_OPTION_FILTER_SMOOTH_DELTA | 2D-filter range/validity threshold
|
RS2_OPTION_HOLES_FILL | Enhance depth data post-processing with holes filling where appropriate
|
RS2_OPTION_STEREO_BASELINE | The distance in mm between the first and the second imagers in stereo-based depth cameras
|
RS2_OPTION_AUTO_EXPOSURE_CONVERGE_STEP | Allows dynamically ajust the converge step value of the target exposure in Auto-Exposure algorithm
|
RS2_OPTION_INTER_CAM_SYNC_MODE | Impose Inter-camera HW synchronization mode. Applicable for D400/Rolling Shutter SKUs
|
RS2_OPTION_COUNT | Number of enumeration values. Not a valid input: intended to be used in for-loops.
|