Any examples of multiple cameras capturing depth information? #1016
-
I used two cameras to collect RGB and depth information in Omnibizon. I set the camera position and orientation using cam_1. set_position orientation (cam_1-position, quat1), but I found that when the two cameras were using their own set positions and quaternion poses for coordinate conversion, the point clouds could not align. Can anyone give me any suggestions for checking? In addition, after setting it up, I also checked the settings using cam_1. get_position _orientation (), and the obtained parameters were consistent with the set parameters. Is the coordinate system of the camera in Omnibizon equivalent to the depth acquisition reference plane? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
I am using OmniGibson v1.1.1 |
Beta Was this translation helpful? Give feedback.
-
I vaguely remember @cremebrule had experience setting up point cloud observation. Do you mind taking a look at this? |
Beta Was this translation helpful? Give feedback.
-
Hi @yizhangdanikor , here's a response from @cremebrule : in order to convert from image -> world frame you have to actually do image frame -> camera frame -> world frame where the first transform is 180 degrees about the x axis; |
Beta Was this translation helpful? Give feedback.
Hi @yizhangdanikor , here's a response from @cremebrule :
in order to convert from image -> world frame you have to actually do image frame -> camera frame -> world frame where the first transform is 180 degrees about the x axis;
I'm guessing it's that middle step that is missing.