Skip to content

Commit

Permalink
Added more specific descriptions for Auto-range options for SR300 camera
Browse files Browse the repository at this point in the history
  • Loading branch information
jgomezlopez committed May 17, 2017
1 parent 46312c5 commit 95450d8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -548,16 +548,16 @@ const char * rs_device_base::get_option_description(rs_option option) const
case RS_OPTION_F200_FILTER_OPTION : return "Set the filter to apply to each depth frame. Each one of the filter is optimized per the application requirements";
case RS_OPTION_F200_CONFIDENCE_THRESHOLD : return "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";
case RS_OPTION_F200_DYNAMIC_FPS : return "(F200-only) Allows to reduce FPS without restarting streaming. Valid values are {2, 5, 15, 30, 60}";
case RS_OPTION_SR300_AUTO_RANGE_ENABLE_MOTION_VERSUS_RANGE : return "Configures SR300 Depth Auto-Range setting. Should not be used directly but through set IVCAM preset method";
case RS_OPTION_SR300_AUTO_RANGE_ENABLE_LASER : return "Configures SR300 Depth Auto-Range setting. Should not be used directly but through set IVCAM preset method";
case RS_OPTION_SR300_AUTO_RANGE_MIN_MOTION_VERSUS_RANGE : return "Configures SR300 Depth Auto-Range setting. Should not be used directly but through set IVCAM preset method";
case RS_OPTION_SR300_AUTO_RANGE_MAX_MOTION_VERSUS_RANGE : return "Configures SR300 Depth Auto-Range setting. Should not be used directly but through set IVCAM preset method";
case RS_OPTION_SR300_AUTO_RANGE_START_MOTION_VERSUS_RANGE : return "Configures SR300 Depth Auto-Range setting. Should not be used directly but through set IVCAM preset method";
case RS_OPTION_SR300_AUTO_RANGE_MIN_LASER : return "Configures SR300 Depth Auto-Range setting. Should not be used directly but through set IVCAM preset method";
case RS_OPTION_SR300_AUTO_RANGE_MAX_LASER : return "Configures SR300 Depth Auto-Range setting. Should not be used directly but through set IVCAM preset method";
case RS_OPTION_SR300_AUTO_RANGE_START_LASER : return "Configures SR300 Depth Auto-Range setting. Should not be used directly but through set IVCAM preset method";
case RS_OPTION_SR300_AUTO_RANGE_UPPER_THRESHOLD : return "Configures SR300 Depth Auto-Range setting. Should not be used directly but through set IVCAM preset method";
case RS_OPTION_SR300_AUTO_RANGE_LOWER_THRESHOLD : return "Configures SR300 Depth Auto-Range setting. Should not be used directly but through set IVCAM preset method";
case RS_OPTION_SR300_AUTO_RANGE_ENABLE_MOTION_VERSUS_RANGE : return "Configures SR300 Depth Auto-Range setting (Should be used through set IVCAM preset method)";
case RS_OPTION_SR300_AUTO_RANGE_ENABLE_LASER : return "Configures SR300 Depth Auto-Range Laser setting (Should be used through set IVCAM preset method)";
case RS_OPTION_SR300_AUTO_RANGE_MIN_MOTION_VERSUS_RANGE : return "Configures SR300 Depth Auto-Range Min laser motion setting (Should be used through set IVCAM preset method)";
case RS_OPTION_SR300_AUTO_RANGE_MAX_MOTION_VERSUS_RANGE : return "Configures SR300 Depth Auto-Range Max laser motion setting (Should be used through set IVCAM preset method)";
case RS_OPTION_SR300_AUTO_RANGE_START_MOTION_VERSUS_RANGE : return "Configures SR300 Depth Auto-Range start laser motion setting (Should be used through set IVCAM preset method)";
case RS_OPTION_SR300_AUTO_RANGE_MIN_LASER : return "Configures SR300 Depth Auto-Range Min laser setting (Should be used through set IVCAM preset method)";
case RS_OPTION_SR300_AUTO_RANGE_MAX_LASER : return "Configures SR300 Depth Auto-Range Max laser setting (Should be used through set IVCAM preset method)";
case RS_OPTION_SR300_AUTO_RANGE_START_LASER : return "Configures SR300 Depth Auto-Range Start laser setting (Should be used through set IVCAM preset method)";
case RS_OPTION_SR300_AUTO_RANGE_UPPER_THRESHOLD : return "Configures SR300 Depth Auto-Range upper threshold setting (Should be used through set IVCAM preset method)";
case RS_OPTION_SR300_AUTO_RANGE_LOWER_THRESHOLD : return "Configures SR300 Depth Auto-Range lower threshold setting (Should be used through set IVCAM preset method)";
case RS_OPTION_R200_LR_AUTO_EXPOSURE_ENABLED : return "Enables / disables R200 auto-exposure. This will affect both IR and depth image.";
case RS_OPTION_R200_LR_GAIN : return "IR image gain";
case RS_OPTION_R200_LR_EXPOSURE : return "This control allows manual adjustment of the exposure time value for the L/R imagers";
Expand Down

0 comments on commit 95450d8

Please sign in to comment.