camctl_rs

Crates.iocamctl_rs
lib.rscamctl_rs
version0.1.2
sourcesrc
created_at2019-07-13 19:40:43.676831
updated_at2019-07-14 01:51:10.81603
descriptionA Rust rewrite of https://github.com/leaty/camctl
homepage
repositoryhttps://github.com/Dhs92/camctl_rs/tree/master
max_upload_size
id148840
size41,702
Alex (Dhs92)

documentation

README

camctl_rs

crates.io License Issues

A Rust rewrite of https://github.com/leaty/camctl

Usage

    use camctl_rs::Kraken;

    let ctx = libusb::Context::new()?;
    let kraken = Kraken::from(&ctx)?;

    kraken.set_fan(75); // sets the fan speed to 75%

TODO

  • Timeout configurable
  • More logging
Commit count: 0

cargo fmt