camctl_rs 0.1.2

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

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