blackjack / webcam

Golang webcam library for Linux
MIT License
411 stars 90 forks source link

Request to cut a new release to include fd leak fix #68

Closed seanavery closed 4 months ago

seanavery commented 4 months ago

Ran into an issue recently with file descriptors piling up on Raspberry PI devices which include v4l2 files that do not satisfy the capabilities check. This issue has already been fixed in the master branch -- thanks @bpstark!

@edaniels Since this is a somewhat critical issue, I am wondering if we could cut a new release to include this fix.

edaniels commented 4 months ago

Done in v0.6.0!