PyKinect2-PyQtGraph-PointClouds icon indicating copy to clipboard operation
PyKinect2-PyQtGraph-PointClouds copied to clipboard

an issue with overlay

Open jdyjjj opened this issue 3 years ago • 2 comments

As you can see in this picture, the depth frame does not match the rgb frame, so there are two frames showing at the same time. image the main code is as followed:

    pcl = Cloud(dynamic=True, simultaneously=True, depth=True, color=False, body=False, skeleton=True, color_overlay=True)
    pcl.visualize()

I have read the code, and did not find the matching function. Do you have any idea? Thanks very much.

jdyjjj avatar Jun 22 '22 06:06 jdyjjj

This is actually an issue with Kinect, due to distortion and noise in the Kinect's infrared sensor the depth and color cannot be aligned. I had the same issue and after calibrating the sensor I did not find any difference.

KonstantinosAng avatar Jun 24 '22 06:06 KonstantinosAng