Commit graph

3 commits

Author SHA1 Message Date
Breadway
ac8a3ccce9 Fix clippy warnings: drop needless mut, derive Config's Default
- 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.
2026-08-06 08:48:57 +08:00
Breadway
4648fefb8e can't be bothered writing a commit message 2026-08-03 09:36:54 +08:00
Breadway
0423d83311 init commit 2026-07-22 12:03:32 +08:00