Items with no label
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
3338 Discussions

How to set volume size in x,y,z spaces for D435

EUzun
Beginner
1,344 Views

When I create a mesh, the 3D model looks from far away and there is a kind of cloud points which look like noise behind the 3D model.

 

the fisrt pic below is the view of the camera. the problem is that there is extra space behind the model. As you can see in the third picture the volume size is too big. I'd like to create mesh like the second picture by only focusing on the model.

 

2.PNG

3.png1.PNG

0 Kudos
1 Solution
MartyG
Honored Contributor III
496 Views

I would recommend looking at the 'depth clamp' function. This can be used to ignore the depth detail beyond a certain distance (MaxZ).

 

https://github.com/IntelRealSense/librealsense/issues/2488

 

https://github.com/IntelRealSense/librealsense/issues/2858#issuecomment-445185280

View solution in original post

0 Kudos
1 Reply
MartyG
Honored Contributor III
497 Views

I would recommend looking at the 'depth clamp' function. This can be used to ignore the depth detail beyond a certain distance (MaxZ).

 

https://github.com/IntelRealSense/librealsense/issues/2488

 

https://github.com/IntelRealSense/librealsense/issues/2858#issuecomment-445185280

0 Kudos
Reply