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
All launch files are essentially similar, with the primary difference being the default values of the parameters set
169
182
for different models within the same series. Differences in USB standards, such as USB 2.0 versus USB 3.0, may require adjustments to these parameters. If you encounter a startup failure, please carefully review the specification manual. Pay special attention to the resolution settings in the launch file, as well as other parameters, to ensure compatibility and optimal performance.
Copy file name to clipboardExpand all lines: docs/en/source/camera_devices/4_application_guide/launch_parameters.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ The following are the launch parameters available:
42
42
***`right_ir.image_raw.enable_pub_plugins`**
43
43
* Enable Right IR image transport plugins. Default: `["image_transport/compressed", "image_transport/raw", "image_transport/theora"]`.
44
44
***`point_cloud_decimation_filter_factor`**
45
-
* Point cloud downsampling factor. Range: `1–8`. `1` means no downsampling; larger values apply stronger decimation.
45
+
* Point cloud downsampling factor. Range: `1–8`. `1` means no downsampling.
46
46
***`preset_resolution_config`**
47
47
* Preset resolution configuration for the camera device. Format: "width,height,ir_decimation_factor,depth_decimation_factor". Example: "1280,720,4,4". Only supported on specific devices like Gemini2. Leave empty to disable.
0 commit comments