otaviog / onireader

Simple OpenNI playback reader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ONI Reader

Early development

A small python library for reading .oni files produced by OpenNI. It uses pybind11, so it returns numpy arrays for RGB and depth images.

Currently, it has a simplified interface. Maybe, in the future, the project may add bindings closer to the OpenNI C++ API.

Install

Requirements:

Installing openni2-dev on Ubuntu:

$ sudo apt install cmake libopenni2-dev libusb-1.0-0-dev

Install onireader using pip:

$ pip install scikit-build
$ pip install pip install git+https://github.com/otaviog/onireader.git

About

Simple OpenNI playback reader

License:MIT License


Languages

Language:C++ 46.6%Language:Python 27.7%Language:CMake 25.7%