Starter config file for Raspberry Pi 4B with the camera port #3079
Unanswered
yllekz
asked this question in
Ask A Question
Replies: 2 comments 1 reply
-
|
This needs some work, I updated your camera section with some notes: cameras:
Garage:
ffmpeg:
inputs:
- path: rtsp://admin:ABCDEFG@192.168.1.140:554/H.264
roles:
- detect
- rtmp
hwaccel_args:
- -c:v
- h264_mmal
detect: # <------ you were mising the detect header and needed the other parts to be indented
height: 1080
width: 1920
fps: 60 # <------ this is WAYYY too much fps for frigate to be doing detection on, that will be way more than a Pi can handle
|
Beta Was this translation helpful? Give feedback.
1 reply
-
|
I would suggest reading the documentation: https://docs.frigate.video/guides/getting_started/ If you can find an example of using ffmpeg with the RPi camera module, I can show you how to adjust the config to use it. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi folks, I'm running into a wall trying to configure Frigate with my Pi 4B (4GB RAM) that has a singular camera attached to the dedicated camera port.
Up to this point I've been using it with kerberos with no issues. That app only requires you to map the device in the docker-config file to get started. Frigate oddly seems to require a separate config file to get the app to start up and see the camera.
I've experimented with a few iterations of the docker-compose/config files for Frigate but I can't get it to work. I always get errors stating either the config file is invalid or something of the sort.
I'm also not sure what the "MQTT" portion is for. I don't have an MQTT server..I simply have Home Assistant. I'm not sure if that portion is needed or not.
Can anyone let me know what the correct syntax/config should look like for this?
Here's what I have so far (I tried to put my questions inline):
docker-compose.yml:
frigate-config.yml:
Beta Was this translation helpful? Give feedback.
All reactions