Skip to content

Commit

Permalink
Merge pull request IntelRealSense#30 from otcshare/RAR-365-remove-dis…
Browse files Browse the repository at this point in the history
…parity-multiplier

Rar 365 remove disparity multiplier
  • Loading branch information
rjingar committed Mar 23, 2016
2 parents 27b17bb + a17ca30 commit f6b5068
Show file tree
Hide file tree
Showing 3 changed files with 157 additions and 135 deletions.
1 change: 0 additions & 1 deletion camera/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ To get supported camera options with current value set. It returns string in opt
COLOR_WHITE_BALANCE (Must be set only if COLOR_ENABLE_AUTO_WHITE_BALANCE is disabled)
R200_LR_GAIN
R200_EMITTER_ENABLED
R200_DISPARITY_MULTIPLIER (This parameter does not work in the latest R200 firmware release. Likely to be removed in the next ros-realsense release.)
R200_LR_EXPOSURE (Must be set only if R200_LR_AUTO_EXPOSURE_ENABLED is disabled)
Following are the parameters that can only be set dynamically in the R200 camera.
R200_LR_AUTO_EXPOSURE_ENABLED
Expand Down
1 change: 0 additions & 1 deletion camera/cfg/camera_params.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ gen.add("R200_LR_AUTO_EXPOSURE_ENABLED", int_t, 0, "LR Auto
gen.add("R200_LR_GAIN", int_t, 0, "LR Gain", 400, 100, 6399)
gen.add("R200_LR_EXPOSURE", int_t, 0, "LR Exposure", 164, 1, 164)
gen.add("R200_EMITTER_ENABLED", int_t, 0, "Emitter Enabled", 1, 0, 1)
gen.add("R200_DISPARITY_MULTIPLIER", int_t, 0, "Disparity Multiplier", 32, 1, 1000)
gen.add("R200_AUTO_EXPOSURE_TOP_EDGE", int_t, 0, "Auto Exposure Top Edge", 0, 0, 479)
gen.add("R200_AUTO_EXPOSURE_BOTTOM_EDGE", int_t, 0, "Auto Exposure Bottom Edge", 479, 0, 479)
gen.add("R200_AUTO_EXPOSURE_LEFT_EDGE", int_t, 0, "Auto Exposure Left Edge", 0, 0, 639)
Expand Down
Loading

0 comments on commit f6b5068

Please sign in to comment.