Skip to content

Commit af67d45

Browse files
committed
update launch parameters document
1 parent 26fcc16 commit af67d45

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

docs/en/source/camera_devices/4_application_guide/launch_parameters.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ The following are the launch parameters available:
1414
* The USB port of the camera. This is required when multiple cameras are used.
1515
* **`device_num`**
1616
* The number of devices. This must be filled in if multiple cameras are required.
17+
* **`device_preset`**
18+
* The default value is `Default`. You can use the following command to view the configurable mode
19+
```bash
20+
ros2 run orbbec_camera list_camera_profile_mode_node
21+
```
1722
* **`[color|depth|left_ir|right_ir|ir]_[width|height|fps|format]`**
1823
* The resolution and frame rate of the sensor stream.
1924
* **`[color|depth|left_ir|right_ir|ir]_rotation`**
@@ -43,8 +48,6 @@ The following are the launch parameters available:
4348
* Enable Right IR image transport plugins. Default: `["image_transport/compressed", "image_transport/raw", "image_transport/theora"]`.
4449
* **`point_cloud_decimation_filter_factor`**
4550
* 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.
4851

4952
### Sensor Controls
5053

@@ -85,7 +88,7 @@ The following are the launch parameters available:
8588
* Set the target mean intensity of the Depth image. For example: `mean_intensity_set_point:=100`.
8689
> **Note:** This replaces the deprecated `depth_brightness`, which is still supported for backward compatibility.
8790
* **`enable_depth_scale`**
88-
* Enable the depth scale.
91+
* Whether to enable depth scaling after setting D2C. `true` means enabled, the default is `true`.
8992
* **`depth_precision`**
9093
* The depth precision should be in the format `1mm`. The default value is `1mm`.
9194
* **`depth_ae_roi_[left|right|top|bottom]`**
@@ -152,8 +155,8 @@ The following are the launch parameters available:
152155
> Used for [net camera](../5_advanced_guide/configuration/net_camera.md).
153156
154157
#### 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.
157160
* **`enable_gmsl_trigger`** / **`gmsl_trigger_fps`**
158161
* Enable the gmsl trigger out signal / set gmsl trigger fps. Used for [gmsl camera](../5_advanced_guide/multi_camera/gmsl_camera.md).
159162

docs/zh/source/camera_devices/4_application_guide/launch_parameters.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
* 相机的USB端口。当使用多个相机时需要此参数。
1515
* **`device_num`**
1616
* 设备数量。如果需要多个相机,必须填写此参数。
17+
* **`device_preset`**
18+
* 默认值为 `Default`。可以使用下面命令查看可设置模式
19+
```bash
20+
ros2 run orbbec_camera list_camera_profile_mode_node
21+
```
1722
* **`[color|depth|left_ir|right_ir|ir]_[width|height|fps|format]`**
1823
* 传感器流的分辨率和帧率。
1924
* **`[color|depth|left_ir|right_ir|ir]_rotation`**
@@ -43,8 +48,6 @@
4348
* 启用右红外图像传输插件。默认值:`["image_transport/compressed", "image_transport/raw", "image_transport/theora"]`
4449
* **`point_cloud_decimation_filter_factor`**
4550
* 点云下采样因子。范围:`1–8``1`表示不下采样,数值越大下采样倍数越大。
46-
* **`preset_resolution_config`**
47-
* 摄像头设备的预设分辨率配置。格式: "width,height,ir_decimation_factor,depth_decimation_factor". Example: "1280,720,4,4". 仅在 Gemini435Le 设备上受支持。留空禁用。
4851

4952
### 传感器控制
5053

@@ -84,7 +87,7 @@
8487
* 设置深度图像的目标平均强度。例如:`mean_intensity_set_point:=100`
8588
> **注意:** 这取代了已弃用的 `depth_brightness`,后者仍支持以保持向后兼容性。
8689
* **`enable_depth_scale`**
87-
* 启用深度缩放
90+
* 设置D2C后是否启用深度缩放。`true`表示启用,默认为`true`
8891
* **`depth_precision`**
8992
* 深度精度应为 `1mm` 格式。默认值为 `1mm`
9093
* **`depth_ae_roi_[left|right|top|bottom]`**
@@ -147,11 +150,10 @@
147150
> 用于 [网络相机](../5_advanced_guide/configuration/net_camera.md)。
148151

149152
#### 设备特定
150-
* **`device_preset`**
151-
* 默认值为 `Default`。仅支持G330系列。有关更多信息,请参阅 [G330文档](https://www.orbbec.com/docs/g330-use-depth-presets/)。该值应为 [表中列出](../5_advanced_guide/configuration/predefined_presets.md) 的预设名称之一。
152153
* **`enable_gmsl_trigger`** / **`gmsl_trigger_fps`**
153154
* 启用gmsl触发输出信号 / 设置gmsl触发fps。用于 [gmsl相机](../5_advanced_guide/multi_camera/gmsl_camera.md)。
154-
155+
* **`preset_resolution_config`**
156+
* 摄像头设备的预设分辨率配置。格式: "width,height,ir_decimation_factor,depth_decimation_factor". Example: "1280,720,4,4". 仅在 Gemini435Le 设备上受支持。留空禁用。
155157

156158
#### 视差
157159
* **`disparity_to_depth_mode`**

0 commit comments

Comments
 (0)