3 个版本
0.1.2 | 2019年7月14日 |
---|---|
0.1.1 | 2019年7月13日 |
0.1.0 | 2019年7月13日 |
在 硬件支持 中排名 1579
14KB
130 行
camctl_rs
基于 https://github.com/leaty/camctl 的 Rust 重写
使用方法
use camctl_rs::Kraken;
let ctx = libusb::Context::new()?;
let kraken = Kraken::from(&ctx)?;
kraken.set_fan(75); // sets the fan speed to 75%
待定
- 超时可配置
- 更多日志记录
依赖项
~610KB
~12K SLoC