You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -126,28 +129,27 @@ To get supported camera options with current value set. It returns string in opt
126
129
127
130
Camera parameters:
128
131
Following are the parameters that can be set dynamically as well as statically in the R200 camera.
129
-
COLOR_BACKLIGHT_COMPENSATION
130
-
COLOR_BRIGHTNESS
131
-
COLOR_CONTRAST
132
-
COLOR_GAIN
133
-
COLOR_GAMMA
134
-
COLOR_HUE
135
-
COLOR_SATURATION
136
-
COLOR_SHARPNESS
137
-
COLOR_ENABLE_AUTO_WHITE_BALANCE
138
-
COLOR_WHITE_BALANCE (Must be set only if COLOR_ENABLE_AUTO_WHITE_BALANCE is disabled)
139
-
R200_LR_GAIN
140
-
R200_EMITTER_ENABLED
141
-
R200_DISPARITY_MULTIPLIER (This parameter does not work in the latest R200 firmware release. Likely to be removed in the next ros-realsense release.)
142
-
R200_LR_EXPOSURE (Must be set only if R200_LR_AUTO_EXPOSURE_ENABLED is disabled)
143
-
Following are the parameters that can only be set dynamically in the R200 camera.
144
-
R200_LR_AUTO_EXPOSURE_ENABLED
145
-
R200_AUTO_EXPOSURE_TOP_EDGE (Must be set only if R200_LR_AUTO_EXPOSURE_ENABLED is enabled)
146
-
R200_AUTO_EXPOSURE_BOTTOM_EDGE (Must be set only if R200_LR_AUTO_EXPOSURE_ENABLED is enabled)
147
-
R200_AUTO_EXPOSURE_LEFT_EDGE (Must be set only if R200_LR_AUTO_EXPOSURE_ENABLED is enabled)
148
-
R200_AUTO_EXPOSURE_RIGHT_EDGE (Must be set only if R200_LR_AUTO_EXPOSURE_ENABLED is enabled)
149
-
150
-
Note: For Autoexposure EDGE parameters, max value will go only upto the bounds of the infrared image.
132
+
color_backlight_compensation
133
+
color_brightness
134
+
color_contrast
135
+
color_gain
136
+
color_gamma
137
+
color_hue
138
+
color_saturation
139
+
color_sharpness
140
+
color_enable_auto_white_balance
141
+
color_white_balance (Must be set only if color_enable_auto_white_balance is disabled)
142
+
r200_lr_gain
143
+
r200_emitter_enabled
144
+
r200_lr_exposure (Must be set only if r200_lr_auto_exposure_enabled is disabled)
145
+
Following are the parameters that can only be set dynamically in the R200 camera.
146
+
r200_lr_auto_exposure_enabled
147
+
r200_auto_exposure_top_edge (Must be set only if r200_lr_auto_exposure_enabled is enabled)
148
+
r200_auto_exposure_bottom_edge (Must be set only if r200_lr_auto_exposure_enabled is enabled)
149
+
r200_auto_exposure_left_edge (Must be set only if r200_lr_auto_exposure_enabled is enabled)
150
+
r200_auto_exposure_right_edge (Must be set only if r200_lr_auto_exposure_enabled is enabled)
151
+
152
+
Note: For Autoexposure edge parameters, max value will go only upto the bounds of the infrared image.
151
153
E.g. For 320x240 infrared image, valid values are within 0-319 and 0-239)
152
154
153
155
Use rqt_reconfigure GUI to view and edit the parameters that are accessible via dynamic_reconfigure.
@@ -158,7 +160,7 @@ Command to launch GUI:
158
160
Command to change dynamic parameters using commandline:
159
161
160
162
$ rosrun dynamic_reconfigure dynparam set /<node> <parameter_name> <value>
161
-
E.g. $ rosrun dynamic_reconfigure dynparam set /RealsenseNodelet COLOR_BACKLIGHT_COMPENSATION 2
163
+
E.g. $ rosrun dynamic_reconfigure dynparam set /RealsenseNodelet color_backlight_compensation 2
162
164
163
165
164
166
###Running the R200 nodelet
@@ -245,17 +247,22 @@ Refer to the function definitions in [realsense_camera_nodelet.h](src/realsense_
245
247
246
248
247
249
###Limitations:
248
-
Currently, the ROS camera nodelet only supports the following formats:
249
-
* Color stream: RGB8
250
-
* Depth stream: Y16
251
-
* Infrared stream: Y8
252
-
253
-
Note: The camera does not provide hardware based depth registration/projector data. Hence the launch file "realsense_r200_rgbd.launch" will not generate data for the following topics:
0 commit comments