kerberos-io / agent

An open and scalable video surveillance system for anyone making this world a better and more peaceful place.
https://kerberos.io
MIT License
642 stars 78 forks source link

Camera not showing rPi 4B 4GB RAM #66

Open kwolk opened 1 year ago

kwolk commented 1 year ago

The official Raspberry Pi Camera Module 2 is not showing on a Raspberry Pi 4B model its 4GB RAM, running the latest updated release of Bullseye.

yllekz commented 1 year ago

Have you gone through the documentation on rtsp-simple-server? There's a few gotchas to consider for the rPi camera. Works fine for me but it took a bunch of trial-and-error to get it configured just right. Read the docs carefully on that page and it should get you set.

cedricve commented 1 year ago

@yllekz we have created a dedicated image for that now (kerberos/rtsp-simple-server:latest-rpi). As described here, https://github.com/kerberos-io/camera-to-rtsp#raspberry-pi-camera, this new image now ships the correct libcamera, and avoids attaching /usr into the container.

cedricve commented 1 year ago

Let me know if anymore question on this topic! ;)