Skip to content

Commit 123731a

Browse files
committed
Update multi_camera_lower_cpu_usage.launch.py
1 parent e1ab3d5 commit 123731a

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

orbbec_camera/examples/lower_cpu_usage/README.MD

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ The example launch files used in this section are `gemini_330_series_lower_cpu_u
66

77
### Parameters that affect CPU usage
88

9-
`uvc_backend`:Global UVC Backend select on Linux,optional values: libuvc, v4l2.(v4l2 is lower)
10-
`color_format`:Color stream coding format.(RGB is lower)
11-
`depth_registration`: Enables alignment of the depth frame to the color frame.(align_mode is set to HW lower)
12-
`enable_point_cloud`:Enables the point cloud.
13-
`enable_colored_point_cloud`:Enables the RGB point cloud.
14-
`filter`:decimation_filter,hdr_merge,sequenced_filter,threshold_filter,hardware_noise_removal_filter,noise_removal_filter,spatial_filter,temporal_filter,hole_filling_filter.(hardware_noise_removal_filter is lower)
15-
`Video stream resolution and frame rate`
9+
* `uvc_backend`:Global UVC Backend select on Linux,optional values: libuvc, v4l2.(v4l2 is lower)
10+
* `color_format`:Color stream coding format.(RGB is lower)
11+
12+
* `depth_registration`: Enables alignment of the depth frame to the color frame.(align_mode is set to HW lower)
13+
* `enable_point_cloud`:Enables the point cloud
14+
15+
* `enable_colored_point_cloud`:Enables the RGB point cloud
16+
* `filter`:decimation_filter,hdr_merge,sequenced_filter,threshold_filter,hardware_noise_removal_filter,noise_removal_filter,spatial_filter,temporal_filter,hole_filling_filter.(hardware_noise_removal_filter is lower)
1617

1718
### Data comparison
1819

orbbec_camera/examples/lower_cpu_usage/multi_camera_lower_cpu_usage.launch.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def generate_launch_description():
6666
condition=UnlessCondition(attach_to_shared_component_container_arg),
6767
)
6868

69-
69+
attach_to_shared_component_container_arg = TextSubstitution(text="true")
7070

7171
launch1_include = IncludeLaunchDescription(
7272
PythonLaunchDescriptionSource(
@@ -100,7 +100,7 @@ def generate_launch_description():
100100
),
101101
launch_arguments={
102102
"camera_name": "camera_03",
103-
"usb_port": "2-1",
103+
"usb_port": "2-6",
104104
"device_num": "4",
105105
"sync_mode": "standalone",
106106
"attach_to_shared_component_container": attach_to_shared_component_container_arg,

0 commit comments

Comments
 (0)