mirror of
https://github.com/l1npengtul/nokhwa.git
synced 2026-07-11 20:48:53 +00:00
26b96f3aab
Includes: - Use whole range of frame interval steps, including max. - Start stream capture explicitly. While the v4l dependency can do that automatically when trying to fetch a frame, it will do so by providing several buffers that will end up not released properly by the Raspberry Pi V4L2 driver. Starting the capture explicitly allows us to only use a single buffer with proper lifecycle management.