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

Creating real-time dynamic Point Clouds using PyQtGraph, Kinect 2 and the python library PyKinect2.

Results 4 PyKinect2-PyQtGraph-PointClouds issues
Sort by recently updated
recently updated
newest added

Traceback (most recent call last): File "D:\Software\PyCharm2023\PycharmProjects\PyKinect2-PyQtGraph-PointClouds-master\PointCloud.py", line 11, in from pykinect2.PyKinectV2 import * File "D:\Software\anaconda3\envs\py36\lib\site-packages\pykinect2\PyKinectV2.py", line 2216, in assert sizeof(tagSTATSTG) == 72, sizeof(tagSTATSTG) AssertionError: 80

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](https://user-images.githubusercontent.com/73057174/174954879-afe6ba03-b359-4e40-9863-1ce3ab09493e.jpg) the main code...

Hi, I want to use this lib to transfer the .mat depth file to the point cloud file, what should I do? I am a rookie in this field, sorry....

Hi, First, thanks a lot for this usefull code. The feature I need the most is to extract a pointcloud of the body and save it. Unfortunately, this is the...