Skip to content

Commit

Permalink
Update multi_camera_lower_cpu_usage.launch.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jjiszjj committed Feb 15, 2025
1 parent e1ab3d5 commit 123731a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
15 changes: 8 additions & 7 deletions orbbec_camera/examples/lower_cpu_usage/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ The example launch files used in this section are `gemini_330_series_lower_cpu_u

### Parameters that affect CPU usage

`uvc_backend`:Global UVC Backend select on Linux,optional values: libuvc, v4l2.(v4l2 is lower)
`color_format`:Color stream coding format.(RGB is lower)
`depth_registration`: Enables alignment of the depth frame to the color frame.(align_mode is set to HW lower)
`enable_point_cloud`:Enables the point cloud.
`enable_colored_point_cloud`:Enables the RGB point cloud.
`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)
`Video stream resolution and frame rate`
* `uvc_backend`:Global UVC Backend select on Linux,optional values: libuvc, v4l2.(v4l2 is lower)
* `color_format`:Color stream coding format.(RGB is lower)

* `depth_registration`: Enables alignment of the depth frame to the color frame.(align_mode is set to HW lower)
* `enable_point_cloud`:Enables the point cloud

* `enable_colored_point_cloud`:Enables the RGB point cloud
* `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)

### Data comparison

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def generate_launch_description():
condition=UnlessCondition(attach_to_shared_component_container_arg),
)


attach_to_shared_component_container_arg = TextSubstitution(text="true")

launch1_include = IncludeLaunchDescription(
PythonLaunchDescriptionSource(
Expand Down Expand Up @@ -100,7 +100,7 @@ def generate_launch_description():
),
launch_arguments={
"camera_name": "camera_03",
"usb_port": "2-1",
"usb_port": "2-6",
"device_num": "4",
"sync_mode": "standalone",
"attach_to_shared_component_container": attach_to_shared_component_container_arg,
Expand Down

0 comments on commit 123731a

Please sign in to comment.