Toying around with / getting to know librealsense-rust. Don't expect anything crazy here. 🙌
-
enumerate/main.rs: Enumerate and list RealSense devices and perform a hardware reset on them:
cargo run cargo run --bin enumerate
-
pointcloud/main.rs: Capturing a point cloud from the first device and rendering it in 3D. See src/pointcloud/README.md for more insights.
cargo run --bin pointcloud