camctl_rs 0.1.1

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 crate::camctl::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
  • Use self.interface instead of magic value