Skip to content

sunsided/rust-librealsense-experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Experiments with librealsense2 in Rust

Toying around with / getting to know librealsense-rust. Don't expect anything crazy here. 🙌

Example applications

  • 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

About

Toying around with librealsense in Rust.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages