Replies: 2 comments 1 reply
-
Honestly, You would be better to start from scratch. the picamera2 module is completely different, and I'm not sure it can be made to work in the same fashion. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Here is a picamera2 version:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I attempted to run this on my Raspberry pi 4 with Picamera2 and coultn't get it to work.
the picamera2 docs only have a mjpeg server example and a seperate H264 quantiser example
Is there another branch/version of this repo where this works with picamera2 ?
I suspect the changes are something like the following however I don't speak python fluently.
To be added:
and then the camera references should be removed or replaced by picam2
where picam2 iis intialised and starts streaming.
Also in the try:
If anyone has any hints on getting this to work, I'm willing to give it some attempts but it's not familiar to me, I would need some guidance.
Beta Was this translation helpful? Give feedback.
All reactions