pylibfreenect2
pylibfreenect2 copied to clipboard
A python interface for libfreenect2
Hi, Thank you for the amazing wrapper. I've modified it for two kinects and saving the multi-sources video. However, I found that the program running significantly slow when saving the...
hi, I am a beginner. I want to use this package to align the Color and the Depth. **More specifically, I wanted to get the RGB image as well as...
Hello, the installation of the module pyllibfreenect seemed to have worked fine, but when trying to run the examples provided an error occurs. The import itself seems to fail, like...
I want big depth is grayscale like depth image. Please help me!. https://drive.google.com/file/d/1fVrsYFKZD25gR4VXLSpibUNGPnH9teci/view?usp=sharing
 I don't understand this? i have installed libfreenect2 correctly and confirm that Protonect works.
I am getting the following error on Ubuntu 14.04 while running the examples: [Error] [DepthPacketStreamParser] Packet buffer is NULL [Error] [DepthPacketStreamParser] Packet buffer is NULL [Error] [DepthPacketStreamParser] Packet buffer is...
Hi, I'm trying to simply access the different frame types, but using Python, I always get a timeout. I'm on `Linux 5.4.101-1-MANJARO #1 SMP PREEMPT Fri Feb 26 11:18:55 UTC...
  Any solution ? Please reply fast....
waitForNewFrame() is blocking indefinitely. I'm using the code in Python 2.7, in a multiprocessing class. On the same machine, the multiframe_listener example is working like a charm. any idea?