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
* The resolution and frame rate of the sensor stream.
19
24
***`[color|depth|left_ir|right_ir|ir]_rotation`**
@@ -43,8 +48,6 @@ The following are the launch parameters available:
43
48
* Enable Right IR image transport plugins. Default: `["image_transport/compressed", "image_transport/raw", "image_transport/theora"]`.
44
49
***`point_cloud_decimation_filter_factor`**
45
50
* Point cloud downsampling factor. Range: `1–8`. `1` means no downsampling.
46
-
***`preset_resolution_config`**
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.
48
51
49
52
### Sensor Controls
50
53
@@ -85,7 +88,7 @@ The following are the launch parameters available:
85
88
* Set the target mean intensity of the Depth image. For example: `mean_intensity_set_point:=100`.
86
89
>**Note:** This replaces the deprecated `depth_brightness`, which is still supported for backward compatibility.
87
90
***`enable_depth_scale`**
88
-
*Enable the depth scale.
91
+
*Whether to enabledepth scaling after setting D2C. `true` means enabled, the default is `true`.
89
92
***`depth_precision`**
90
93
* The depth precision should be in the format `1mm`. The default value is `1mm`.
91
94
***`depth_ae_roi_[left|right|top|bottom]`**
@@ -152,8 +155,8 @@ The following are the launch parameters available:
152
155
> Used for [net camera](../5_advanced_guide/configuration/net_camera.md).
153
156
154
157
#### Device-Specific
155
-
***`device_preset`**
156
-
* The default value is `Default`. Only the G330 series is supported. For more information, refer to the [G330 documentation](https://www.orbbec.com/docs/g330-use-depth-presets/). The value should be one of the preset names listed [in the table](../5_advanced_guide/configuration/predefined_presets.md).
158
+
* **`preset_resolution_config`**
159
+
* Preset resolution configuration for the camera device. Format: "width,height,ir_decimation_factor,depth_decimation_factor". Example: "1280,720,4,4". Only supported on 435Le. Leave empty to disable.
0 commit comments