Install on RPi 5 the same as RPi 4? #1259
-
|
Hello, the official documentation lists RPi 4 install instructions. Is it the same for installing on RPi 5? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Hey! Yes, the aarch64-viseron image will work on the Raspberry Pi 5 since it shares the same 64-bit architecture as the Pi 4. The core installation steps via Docker remain identical. One thing to keep in mind is hardware acceleration. While the general image works, the Pi 5 has a more powerful GPU and different multimedia capabilities. If you were using specific RPi 4 hardware decoders, you'll want to check the Viseron docs for the latest Pi 5 recommendations—usually, standard FFmpeg with software decoding or a Coral EdgeTPU works even better on the Pi 5 due to the improved performance. But for a basic setup, you're good to follow the Pi 4 guide! Hope that helps! |
Beta Was this translation helpful? Give feedback.
-
|
What are the specify RPi 5 recommendations? Can't find relevant Viseron docs for RPi 5. |
Beta Was this translation helpful? Give feedback.
Hey! Yes, the aarch64-viseron image will work on the Raspberry Pi 5 since it shares the same 64-bit architecture as the Pi 4. The core installation steps via Docker remain identical.
One thing to keep in mind is hardware acceleration. While the general image works, the Pi 5 has a more powerful GPU and different multimedia capabilities. If you were using specific RPi 4 hardware decoders, you'll want to check the Viseron docs for the latest Pi 5 recommendations—usually, standard FFmpeg with software decoding or a Coral EdgeTPU works even better on the Pi 5 due to the improved performance. But for a basic setup, you're good to follow the Pi 4 guide! Hope that helps!