OpenNI2 for Rust
crates.io/crates/openni2OpenNI2 is a (now abandoned) library developed by PrimeSense to read video streams from devices like the Xbox Kinect, a camera that records both visual data and depth through an infrared sensor.
OpenNI2 for Rust is a safe wrapper around OpenNI2's C API.
This project will eventually combine with a NiTE2 for Rust library to recreate the SimpleOpenNI library for Processing.
- Source code, in Rust: OpenNI2 @ GitHub
- Source code of wrapped C++: OpenNI2 @ GitHub
- Inspiration: SimpleOPenNI @ GitHub