rscam
Rust wrapper for v4l2.
let mut camera = new.unwrap;
camera.start.unwrap;
for i in 0..10
The wrapper uses v4l2 (e.g. v4l2_ioctl() instead of ioctl()) until feature no_wrapper is enabled. The feature can be useful when it's desirable to avoid dependence on libv4l2 (for example, cross-compilation).