Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

telegie/pyrgbd

Repository files navigation

Archieved: has been moved to /python of librgbd.

pyrgbd

MIT License Build Status

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.

Linux Requirements

  • add-apt-repository ppa:deadsnakes/ppa
  • apt install python3.9-dev python3.9-distutils libgl1 python3-venv python3-cachecontrol

Setup

  • git submodule update --init --recursive
  • poetry shell
  • poetry install
  • python bootstrap.py

Deploy

  • python -m build --wheel
  • twine check dist/*
  • twine upload dist/*

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages