raspberrypi / picamera2

New libcamera based python library
BSD 2-Clause "Simplified" License
891 stars 188 forks source link

Fix V4L2 encoder not releasing requests #1132

Closed will-v-pi closed 1 month ago

will-v-pi commented 1 month ago

The V4L2 encoder wasn't always releasing requests when stopped. This fixes that, to ensure it releases any acquired requests

Fixes #1125

davidplowman commented 1 month ago

https://github.com/raspberrypi/picamera2/pull/1133 has been merged.