Getting startedΒΆ
See examples/multiframe_listener.py.
The example code demonstrates basic usage of pylibfreenect2. It requires a python binding of opencv for visualization. If you are using Anaconda, you can install it by:
conda install opencv
Have fun!