orbbec-sdk 0.1.0

High-level bindings to Orbbec SDK v2
Documentation
# Orbbec SDK for Rust [![Latest Version]][crates.io] [![docs]][docs.rs]


[Latest Version]: https://img.shields.io/crates/v/orbbec-sdk-rs.svg
[crates.io]: https://crates.io/crates/orbbec-sdk-rs
[docs]: https://docs.rs/orbbec-sdk-rs/badge.svg
[docs.rs]: https://docs.rs/orbbec-sdk-rs

Rust support for Orbbec 3D Cameras.  
This project provides high-level bindings to [Orbbec SDK v2](https://github.com/orbbec/OrbbecSDK_v2).

## Examples

Check the examples folder [README](https://github.com/danielstuart14/orbbec-sdk-rs).

## Roadmap

🟢 Device Enumeration / Configuration  
🟢 Video Streams (RGB / Depth)  
🚧 Filters  
🔴 Point Cloud  
🔴 Accelerometer / Gyroscope  

## License

This library is licensed under the MIT license ([LICENSE](LICENSE) or <http://opensource.org/licenses/MIT>).