miguelgrinberg / flask-video-streaming

Supporting code for my article on video streaming with Flask.
http://blog.miguelgrinberg.com/post/video-streaming-with-flask
MIT License
1.4k stars 524 forks source link

Picamera2/libcamera compatibility #85

Open johncblacker opened 1 year ago

johncblacker commented 1 year ago

I'm curious whether your solution is compatible with the new picamera2 spec and libcamera? There is some discussion on the picamera2 docs about blocking/non-blocking calls to the picamera2 module and I wonder whether you have done any testing with it?

miguelgrinberg commented 1 year ago

I have not done any testing with picamera2, but there is a PR from a while ago with some code: https://github.com/miguelgrinberg/flask-video-streaming/pull/80