- Download and install the latest QHYCCD SDK - available here.
- Latest bindings have been generated using
bindgen
for the 21.09.16 release of the QHYCCD SDK. - Run
cargo build
to build the Rust QHYCCD SDK. - Enter
examples/single_frame_mode
and usecargo run
to run code in themain.rs
file that captures a single frame image using the camera.
🚧 Some work is still in progress... 🚧