[Config Support]: Not recording motion #21747
Replies: 1 comment 3 replies
|
Looking at your configuration, I can identify several issues that are likely causing your motion recording problems: Primary Issues1. Incorrect You have 2. Invalid camera-level In your camera configuration, you have: record:
enabled: true
retain:
days: 1
mode: motion
alerts:
retain:
days: 3
mode: motion
detections:
retain:
days: 3
mode: motionThe 3. Motion mask syntax Your motion mask appears to have only 4 coordinate pairs when masks should define complete polygons.(2)(1) Recommended Configuration ChangesRemove the incorrect global cameras:
front_door:
enabled: true
ffmpeg:
inputs:
- path: rtsp://#####:xxxxxx@###.###.###.###:554/Preview_01_main
roles:
- record
- path: rtsp://#####:xxxxxx@XXX.XXX.XXX.XXX:554/Preview_01_sub
roles:
- audio
- detect
detect:
enabled: true
width: 640
height: 480
fps: 10
record:
enabled: true
retain:
days: 7
mode: motion
review:
alerts:
enabled: true
detections:
enabled: true
snapshots:
enabled: true
bounding_box: true
retain:
default: 3
motion:
enabled: trueThe global record:
enabled: true
retain:
days: 7
mode: motionWith ** 📚 Sources: Have another question? Just tag @inkeep. |
Uh oh!
There was an error while loading. Please reload this page.
Describe the problem you are having
I have been fighting with frigate for about a month now, with all my research, I have overcome several issues (I think).
I have it setup to capture audio and that triggers a detection and I think it all works fine, but using the same camera I DO NOT get motion. When I click "Review" in the UI I see "Alerts-0, Detections-5, motion" when I go to the motion it shows the timeline and in the timeline it shows activity, but "Explore" only worked 1 day (no idea whats changed).
Is anyone willing to look at this config and see what I did wrong?
Version
0.16.3-9034454
Frigate config file
Relevant Frigate log output
Relevant go2rtc log output
Frigate stats
No response
Operating system
Other Linux
Install method
Docker Compose
docker-compose file or Docker CLI command
Object Detector
CPU (no coral)
Screenshots of the Frigate UI's System metrics pages
No response
Any other information that may be helpful
No response
All reactions