PyKinect2-Mapper-Functions icon indicating copy to clipboard operation
PyKinect2-Mapper-Functions copied to clipboard

something wrong in depth map to color, it seems not accuracy

Open pageedward opened this issue 3 years ago • 1 comments

image

pageedward avatar Oct 20 '21 06:10 pageedward

I think this has something to do with the Kinect's accuracy. Try using the world points for better accuracy. or try the depth point to color to see if they are accurate on both images. I have also used these functions for producing Cloud points and the accuracy was on point when using the world coordinate system and mapping eveything there:

code

You can test it here:

PyKinect2-PyQtGraph-PointClouds

KonstantinosAng avatar Oct 20 '21 07:10 KonstantinosAng