-
-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Raspberry Pi 5 does not appear to be supported at the moment? #130
Comments
There's no hardware encoder like for previous pi devices so the 5 isn't supported yet. See #120 |
So does that mean that camera-streamer does not work at all with the RPi5?
I am a bit confused since I thought the RPi5 was supposed to be better/easier at video thatn the RPI4 but it seems between the move to libcamera and the lack of a hardware converter that things that "just worked" or were "relatively easy" with the RPI4 no longer work in the world of the RPI5. Should I just be sticking to RPI4 running old, stable Buster? |
Have a look at https://github.com/signag/raspi-cam-srv |
picamera2-WebUI is also an alternative that I've been using with Pi 5 lately, it seems easy to get running and provides a lot of easy configuration/easy access to the camera streams: https://github.com/monkeymademe/picamera2-WebUI |
I successfully compiled camera-streamer on raspberry pi 5 and bookworm system.But when I run the program, the following error appears:
I think this could be related to the fact that the Raspberry Pi 5 doesn't have a hardware encoder.
Currently, libcamera-apps uses software coding when running on Raspberry Pi 5.
When will camera-streamer support Raspberry Pi 5?
The text was updated successfully, but these errors were encountered: