Archieved: has been moved to /python of librgbd.
pyrgbd is a Python library for read and writing RGBD videos files based on libmatroska.
This library can read files exported from the Telegie and is based on librgbd.
- add-apt-repository ppa:deadsnakes/ppa
- apt install python3.9-dev python3.9-distutils libgl1 python3-venv python3-cachecontrol
- git submodule update --init --recursive
- poetry shell
- poetry install
- python bootstrap.py
- python -m build --wheel
- twine check dist/*
- twine upload dist/*