- camera.rs: MmapStream::with_buffers only needs a shared reference to
the v4l Device, and the device handle itself was never mutated
elsewhere in either capture path, so the mut bindings were dead.
- config.rs: Config's manual Default impl just called Default on each
field, which #[derive(Default)] already does.