Open erikg2123 opened 1 year ago
Hi, rgb
node has a paramter i_set_isp_scale
which resizes the output image, this is used for better alignment of depth in cameras with different sensors. If you set it to false, proper resolution will be output. More information here
@Serafadam That seemed to work, I am getting the 1280x800 resolution, but I am still unable to align the depth resolution with the RGB resolution. Before setting i_set_isp_scale
to false, I was getting the following error:
[component_container-1] [ERROR] [1696530912.131242593] [point_cloud_xyzrgb_node]: Depth resolution (1280x720) does not match RGB resolution (1280x720)
Now I am seeing this error:
[component_container-1] [ERROR] [1696603932.537263935] [point_cloud_xyzrgb_node]: Depth resolution (1920x1080) does not match RGB resolution (1920x1080)
How do I get the the RGB image to align with depth?
Hi, could you provide outputs from the image topics?
ros2 topic echo /oak/rgb/image_raw
ros2 topic echo /oak/rgb/camera_info
ros2 topic echo /oak/stereo/image_raw
ros2 topic echo /oak/stereo/camera_info
Describe the bug I keep getting a 854x534 resolution for the rgb camera when running any of the launch files.
This is my rgbd.yaml file
I am using Ubuntu 22.04 and ROS2 Humble.