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
> Welcome to the OrbbecSDK ROS2 Wrapper v2. Before you begin using this version of ROS2 wrapper, it's crucial to check the following [device support list](#supported-devices) to verify the compatibility.
To enable the V4L2 backend for the Gemini2 series cameras, follow these steps:
362
-
363
-
1. The Gemini2 series cameras support the V4L2 backend.
364
-
2. Open the `config/OrbbecSDKConfig_v2.0.xml` file.
365
-
3. Set the navigation option to `LinuxUVCBackend`.
366
-
4. Change the backend setting to `V4L2`.
359
+
[Setting uvc_backend](#launch-parameters)
367
360
368
361
Note: The V4L2 backend is not enabled by default.
369
362
@@ -375,6 +368,8 @@ The following are the launch parameters available:
375
368
a longer time to initialize and reopening the device immediately can cause firmware crashes when hot plugging.
376
369
-`enable_point_cloud`: Enables the point cloud.
377
370
-`enable_colored_point_cloud`: Enables the RGB point cloud.
371
+
-`cloud_frame_id`:Modifying the frame_id name within the ros message.
372
+
-`ordered_pc`:Enable filtering of invalid point clouds.
378
373
-`point_cloud_qos`, `[color|depth|ir]_qos`, `[color|depth|ir]_camera_info_qos`: ROS 2 Message Quality of Service (QoS)
379
374
settings. The possible values
380
375
are `SYSTEM_DEFAULT`, `DEFAULT`, `PARAMETER_EVENTS`, `SERVICES_DEFAULT`, `PARAMETERS`, `SENSOR_DATA` and are
@@ -383,6 +378,7 @@ The following are the launch parameters available:
383
378
and `SENSOR_DATA`, respectively.
384
379
-`enable_d2c_viewer`: Publishes the D2C overlay image (for testing only).
385
380
-`device_num`: The number of devices. This must be filled in if multiple cameras are required.
381
+
-`uvc_backend`:Optional values: v4l2, libuvc
386
382
-`color_width`, `color_height`, `color_fps`: The resolution and frame rate of the color stream.
387
383
-`ir_width`, `ir_height`, `ir_fps`: The resolution and frame rate of the IR stream.
388
384
-`depth_width`, `depth_height`, `depth_fps`: The resolution and frame rate of the depth stream.
@@ -412,8 +408,6 @@ The following are the launch parameters available:
412
408
filtering configuration file is located in the /config/depthfilter directory. Supported only on Gemini2.
413
409
-`depth_precision`: The depth precision should be in the format `1mm`. The default value is `1mm`.
414
410
-`enable_laser`: Enables the laser. The default value is `true`.
415
-
-`laser_on_off_mode`: Laser on/off alternate mode, 0: off, 1: on-off alternate, 2: off-on alternate. The default value
416
-
is `0`.
417
411
-`device_preset`: The default value is `Default`. Only the G330 series is supported. For more information, refer to
418
412
the [G330 documentation](https://www.orbbec.com/docs/g330-use-depth-presets/). Please refer to the table below to set
419
413
the `device_preset` value based on your use case. The value should be one of the preset names
@@ -457,6 +451,7 @@ The following are the launch parameters available:
457
451
-`interleave_frame_enable` : Whether to enable interleave frame mode.
458
452
-`interleave_skip_enable` : Whether to enable skip frames.
459
453
-`interleave_skip_index` : Set skip pattern IR or flood IR.
454
+
-`[hdr|laser]_index[0|1]_[laser_control|depth_exposure|depth_gain|ir_brightness|ae_max_exposure]`:In interleave frame mode, set the 0th and 1st frame parameters of hdr or laser interleaving frames
460
455
461
456
**IMPORTANT**: *Please carefully read the instructions regarding software filtering settings
462
457
at [this link](https://www.orbbec.com/docs/g330-use-depth-post-processing-blocks/). If you are uncertain, do not modify
@@ -468,7 +463,7 @@ these settings.*
468
463
* Imagine we are standing behind of the camera, and looking forward.
469
464
* Always use this point of view when talking about coordinates, left vs right IRs, position of sensor, etc..
470
465
471
-

466
+

0 commit comments