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
I am trying to use the /camera/registered_depth/points topic to obtain the exact 3D coordinates for specific RGB pixels. I’m using the Orbbec 336L camera with a resolution of 1280x720, and I would expect the point cloud to have the same resolution, with NaN values for depths that weren't measured.
However, I am receiving PointCloud2 messages where the width is reported as 540072 (which seems to vary) and the height is 1.
Is this behavior expected, or is it an error?
If this is not an error, how can I match a specific RGB pixel with its corresponding point in the point cloud?
Thank you for your help!
The text was updated successfully, but these errors were encountered:
@Charley23 Hello,Thank you very much for your feedback.
1.Regarding the received PointCloud2 message, the width is reported as 540072 (seems to be different) and the height is 1, which is as expected, depending on the setting of the ordered_pc parameter
2.We have matched RGB pixels to their corresponding points in the point cloud,You can check whether the program in this part meets your expectations :
I am trying to use the /camera/registered_depth/points topic to obtain the exact 3D coordinates for specific RGB pixels. I’m using the Orbbec 336L camera with a resolution of 1280x720, and I would expect the point cloud to have the same resolution, with NaN values for depths that weren't measured.
However, I am receiving PointCloud2 messages where the width is reported as 540072 (which seems to vary) and the height is 1.
Is this behavior expected, or is it an error?
If this is not an error, how can I match a specific RGB pixel with its corresponding point in the point cloud?
Thank you for your help!
The text was updated successfully, but these errors were encountered: