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
Setting decimation filter to anything other than 1 distorts pointcloud in a very weird way. It appears that all the points are transformed to positive xy coordinates and/or removed. I have plotted a histogram of all point xyz coordinates with and without the decimation filters. Also included are images of the pointclouds visualized. Bit ugly but it illustrates the issue.
Hi @misofey ,
We have found the issue, it's a bug in PointCloud node (something with intrinsics/size scaling), we'll push the fix to develop soon. We apologize for the inconvenience. Until then, you could either manually create pointcloud (instead of using on-device node), example here: https://github.com/luxonis/depthai-experiments/tree/master/gen2-pointcloud
Setting decimation filter to anything other than 1 distorts pointcloud in a very weird way. It appears that all the points are transformed to positive xy coordinates and/or removed. I have plotted a histogram of all point xyz coordinates with and without the decimation filters. Also included are images of the pointclouds visualized. Bit ugly but it illustrates the issue.
Without decimation filter:
With decimation filter:
here is the code that i run:
The text was updated successfully, but these errors were encountered: