Replies: 2 comments 1 reply
-
Have you triggered any events? You have retain days set to 0 so it isn't going to but anything in the recording directory unless there's an event. Just saw the logs, you may need to increase the cache size |
Beta Was this translation helpful? Give feedback.
1 reply
-
I've found how to get it to working , but not sure why ? |
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
-
Trying to run frigate on a lower powered computer , but can get it to record .
I've tried use my old set up config.yml but can get it to record anything .
It's made the clips and record directory , which the clips are being saved to , but record directory is blank.
I've found why looking at the logs :-
2022-03-19 17:04:43] ffmpeg.driveway.detect ERROR : Error writing trailer of /tmp/cache/driveway-%Y%m%d%H%M%S.mp4: No space left on device
The video-file.mp4 gets bigger and bigger until it runs out of memory , so it is not making small segments .
mqtt:
host: -------
port: 1883
topic_prefix: frigate
client_id: frigate
user: mqtt_user
password: -------
stats_interval: 60
cameras:
driveway:
ffmpeg:
hwaccel_args:
- -hwaccel
- vaapi
- -hwaccel_device
- /dev/dri/renderD128
#- -hwaccel_output_format
#- yuv420p
detectors:
cpu1:
type: cpu
num_threads: 3
cpu2:
type: cpu
num_threads: 3
cpu3:
type: cpu
num_threads: 3
cpu4:
type: cpu
num_threads: 3
Beta Was this translation helpful? Give feedback.
All reactions