PyKinect2-PyQtGraph-PointClouds
                                
                                
                                
                                    PyKinect2-PyQtGraph-PointClouds copied to clipboard
                            
                            
                            
                        Creating real-time dynamic Point Clouds using PyQtGraph, Kinect 2 and the python library PyKinect2.
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.  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...