Items with no label
3335 Discussions

What is length unit of point cloud data captured by Intel Realsense SR300 or R200? such as meter or centimeter or millimeter?

dwang40
Beginner
2,367 Views

I need to compute the volume of polygon mesh. So i need to know actual unit of X/Y/Z data captured by SR300/R200 device firstly. Appreciate your info very much.

0 Kudos
1 Solution
5 Replies
dwang40
Beginner
1,022 Views

Hi Marty, thanks a lot!It is helpful.

BTW, i am confusing now that which planar it is when I capture a 3D polygon mesh obj. Is it XZ planar or XY planar? By default, it should be XY planar. But per my investigation to those XYZ verteices data, it looks that the captured surface is XZ planar. Could you please show me the right info? At the same time, I will also take a look at those datasheet. Thanks again.

0 Kudos
MartyG
Honored Contributor III
1,022 Views
0 Kudos
dwang40
Beginner
1,022 Views

Hi Marty,

Thanks for your info.

After my investigation, I found that things are not as described in the datasheet. Firstly, I captured a piece of wall by R200 and save the point cloud data in an .obj file . Then I run some experiments against the obj file. Here is my conclusion.

1. I use a test application to measure the captured object (wall). By measure its four corners, I found the Y component value is almost same at all those four points. This means that the planar should be XZ, instead of XY planar.

The tool's reference source code for the points clicking and measuring can be found here: http://www.pointclouds.org/documentation/tutorials/ground_based_rgbd_people_detection.php Documentation - Point Cloud Library (PCL)

It is appreciated that anyone may join the discussion.

0 Kudos
MartyG
Honored Contributor III
1,022 Views

Thanks so much for sharing your experience with the community!

0 Kudos
Reply