[Bug]: frigate using 50GB+ A DAY of storage Completely eating up all of my drives and ram #12060
-
Describe the problem you are havingnot sure what to do at the point. without completely disabling all recording. I have 3 cameras and they are all recording multiple files per minute, it's pushing my server into overdrive, using all my ram to do so and then filling up my drive. I can't keep deleting 50 gigs of data a day sometimes twice a day just to keep it alive. I've tried editing my config but nothing seems to help Steps to reproduceunsure Version0.14 Frigate config filemqtt:
host: 10.0.0.28
port: 1883
user: xxxxxx
password: xxxxxxx
topic_prefix: frigate
client_id: frigate
detectors:
coral:
type: edgetpu
device: usb # or usb depending on your equipment
record:
sync_recordings: false
database:
path: /config/frigate.db
objects:
track:
- person
- cat
- car
- amazon
- fedEx
- ups
snapshots:
enabled: true
clean_copy: true
timestamp: false
bounding_box: true
crop: false
required_zones:
- stairs_1
- door_zone_1
- kays_spot
- usual_spot
retain:
default: 2
objects:
person: 3
quality: 80
detect:
enabled: true
fps: 5
min_initialized: 2
max_disappeared: 25
stationary:
interval: 50
threshold: 50
motion:
# Optional: The threshold passed to cv2.threshold to determine if a pixel is different enough to be counted as motion. (default: shown below)
# Increasing this value will make motion detection less sensitive and decreasing it will make motion detection more sensitive.
# The value should be between 1 and 255.
threshold: 100
go2rtc:
streams:
front_door_camera_main:
- rtsp://frigateuser:frigatePassword@10.0.0.20:554/h264Preview_01_main
- ffmpeg:front_door_camera_main#audio=opus
front_door_camera_sub:
- rtsp://frigateuser:frigatePassword@10.0.0.20:554/h264Preview_01_sub
- ffmpeg:front_door_camera_sub#audio=opus
car_view_camera_main:
- rtsp://frigateuser:frigatePassword@10.0.0.172:554/h264Preview_01_main
- ffmpeg:front_door_camera_main#audio=opus
car_view_camera_sub:
- rtsp://frigateuser:frigatePassword@10.0.0.172:554/h264Preview_01_sub
- ffmpeg:front_door_camera_sub#audio=opus
court_camera_main:
- rtsp://frigateuser:frigatepassword@10.0.0.222/stream1
- ffmpeg:court_camera_main#audio=opus
court_camera_sub:
- rtsp://frigateuser:frigatepassword@10.0.0.222/stream2
- ffmpeg:court_camera_sub#audio=opus
cameras:
front_door_camera:
ffmpeg:
output_args:
record: preset-record-generic-audio-copy
inputs:
- path: rtsp://127.0.0.1:8554/front_door_camera_main
input_args: preset-rtsp-restream
roles:
- record
- audio
- path: rtsp://127.0.0.1:8554/front_door_camera_sub
input_args: preset-rtsp-restream
roles:
- detect
live:
stream_name: front_door_camera_main
record:
enabled: true
retain:
days: 3
mode: active_objects
events:
retain:
default: 2
mode: active_objects
objects:
person: 3
car: 3
detect:
width: 2560
height: 1440
enabled: true
audio:
enabled: true
ui:
order: 0
zones:
stairs_1:
coordinates: 0.827,1,0.831,0.382,0.651,0.393,0.645,0.121,0.32,0.113,0.319,1,0.593,1
inertia: 3
objects:
- cat
- fedEx
- person
catwalk:
coordinates:
0.838,0.578,0.815,0.212,0.955,0.214,0.947,0.402,0.965,0.598,1,1,0.83,1,0.843,0.828,0.927,0.79,0.922,0.582
inertia: 3
objects: person
motion:
mask:
- 0.064,0.269,0.081,0.887,0.287,0.953,0.248,0.614,0.28,0.19
- 0.693,0,0.695,0.077,0.268,0.072,0.266,0
- 0.833,0.588,0.92,0.603,0.915,0.786,0.829,0.811
threshold: 42
contour_area: 10
improve_contrast: true
review:
alerts:
required_zones:
- stairs_1
- catwalk
detections:
required_zones: stairs_1
car_view_camera:
ffmpeg:
output_args:
record: preset-record-generic-audio-copy
inputs:
- path: rtsp://127.0.0.1:8554/car_view_camera_main
input_args: preset-rtsp-restream
roles:
- record
- audio
- path: rtsp://127.0.0.1:8554/car_view_camera_sub
input_args: preset-rtsp-restream
roles:
- detect
record:
enabled: true
retain:
days: 3
mode: motion
events:
retain:
default: 3
mode: active_objects
objects:
car: 2
person: 4
detect:
width: 2560
height: 1440
enabled: true
audio:
enabled: false
live:
stream_name: car_view_camera_main
zones:
usual_spot:
coordinates: 0.59,0.269,0.485,0.258,0.483,0.345,0.6,0.358
inertia: 3
objects:
- car
- person
loitering_time: 3
Usual_spot_2:
coordinates: 0.487,0.356,0.472,0.493,0.603,0.515,0.601,0.374
loitering_time: 5
objects:
- car
- person
Kay's_spot:
coordinates: 0.185,0.466,0.293,0.461,0.317,0.292,0.187,0.297
inertia: 5
objects: car
motion:
mask:
- 0.667,0,0.688,0.09,0.318,0.096,0.324,0.021
- 0,0,0.178,0,0.184,0.711,1,0.801,1,1,0,1
threshold: 60
contour_area: 30
improve_contrast: false
ui:
order: 1
review:
detections:
required_zones:
- usual_spot
- Kay's_spot
alerts:
required_zones:
- usual_spot
- Kay's_spot
court_camera:
ffmpeg:
output_args:
record: preset-record-generic-audio-copy
inputs:
- path: rtsp://127.0.0.1:8554/court_camera_main?mp4
input_args: preset-rtsp-restream
roles:
- audio
- record
- path: rtsp://127.0.0.1:8554/court_camera_sub
input_args: preset-rtsp-restream
roles:
- detect
record:
enabled: true
retain:
days: 2
mode: active_objects
events:
retain:
default: 3
mode: active_objects
objects:
person: 2
detect:
width: 1920
height: 1080
enabled: true
audio:
enabled: false
ui:
order: 2
live:
stream_name: court_camera_sub
zones:
bed:
coordinates: 0.926,0.462,0.683,0.428,0.409,0.656,0.684,0.878
inertia: 3
objects:
- cat
- person
bedroom_door:
coordinates: 0.063,0.612,0.208,0.847,0.179,0.429,0.164,0.17,0.063,0.133
inertia: 3
objects:
- person
- cat
cat_tree:
coordinates: 0,0,0.06,0,0.07,0.673,0,0.614
inertia: 3
objects: cat
motion: {}
review:
detections:
required_zones:
- cat_tree
- bedroom_door
version: 0.14
camera_groups:
my_cams:
order: 1
icon: LuAlignHorizontalDistributeStart
cameras:
- birdseye
- car_view_camera
- court_camera
- front_door_cameraRelevant log output2024-06-19 10:04:28.438319383 Stream #0:1 -> #0:1 (copy)
2024-06-19 10:04:28.438320627 Last message repeated 1 times
2024-06-19 10:04:28.438321363
2024-06-19 10:04:38.183217951 [2024-06-19 06:04:38] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for car_view_camera. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-06-19 10:04:38.438527526 [2024-06-19 06:04:38] frigate.record.maintainer ERROR : Unable to convert /tmp/cache/car_view_camera@20240619060426-0400.mp4 to /media/frigate/recordings/2024-06-19/10/car_view_camera/04.26.mp4
2024-06-19 10:04:38.438750336 [2024-06-19 06:04:38] frigate.record.maintainer ERROR : Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/car_view_camera@20240619060426-0400.mp4':
2024-06-19 10:04:38.438752077 Metadata:
2024-06-19 10:04:38.438753350 major_brand : isom
2024-06-19 10:04:38.438754474 minor_version : 512
2024-06-19 10:04:38.438755638 compatible_brands: isomiso2avc1mp41
2024-06-19 10:04:38.438756812 title : go2rtc/1.9.2
2024-06-19 10:04:38.438757956 encoder : Lavf59.27.100
2024-06-19 10:04:38.438759199 Duration: 00:00:10.04, start: 0.000000, bitrate: 6337 kb/s
2024-06-19 10:04:38.438760681 Stream #0:0[0x1](und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(progressive), 2560x1440, 6294 kb/s, 25.01 fps, 29.92 tbr, 12800 tbn (default)
2024-06-19 10:04:38.438761964 Metadata:
2024-06-19 10:04:38.438763118 handler_name : VideoHandler
2024-06-19 10:04:38.438764251 vendor_id : [0][0][0][0]
2024-06-19 10:04:38.438765664 Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 16000 Hz, mono, fltp, 64 kb/s (default)
2024-06-19 10:04:38.438766738 Metadata:
2024-06-19 10:04:38.438767981 handler_name : SoundHandler
2024-06-19 10:04:38.438769235 vendor_id : [0][0][0][0]
2024-06-19 10:04:38.438770647 Could not write header for output file #0 (incorrect codec parameters ?): No space left on device
2024-06-19 10:04:38.438771791 Error initializing output stream 0:1 --
2024-06-19 10:04:38.438772985 Stream mapping:
2024-06-19 10:04:38.438774337 Stream #0:0 -> #0:0 (copy)
2024-06-19 10:04:38.438775581 Stream #0:1 -> #0:1 (copy)
2024-06-19 10:04:38.438776685 Last message repeated 1 times
2024-06-19 10:04:38.438777709
2024-06-19 10:04:48.193569392 [2024-06-19 06:04:48] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for car_view_camera. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-06-19 10:04:48.487930862 [2024-06-19 06:04:48] frigate.record.maintainer ERROR : Unable to convert /tmp/cache/car_view_camera@20240619060436-0400.mp4 to /media/frigate/recordings/2024-06-19/10/car_view_camera/04.36.mp4
2024-06-19 10:04:48.488002249 [2024-06-19 06:04:48] frigate.record.maintainer ERROR : Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/car_view_camera@20240619060436-0400.mp4':
2024-06-19 10:04:48.488003671 Metadata:
2024-06-19 10:04:48.488004914 major_brand : isom
2024-06-19 10:04:48.488006068 minor_version : 512
2024-06-19 10:04:48.488007371 compatible_brands: isomiso2avc1mp41
2024-06-19 10:04:48.488008564 title : go2rtc/1.9.2
2024-06-19 10:04:48.488009937 encoder : Lavf59.27.100
2024-06-19 10:04:48.488011211 Duration: 00:00:10.06, start: 0.000000, bitrate: 6319 kb/s
2024-06-19 10:04:48.488012782 Stream #0:0[0x1](und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(progressive), 2560x1440, 6293 kb/s, 25.01 fps, 29.92 tbr, 12800 tbn (default)
2024-06-19 10:04:48.488013946 Metadata:
2024-06-19 10:04:48.488015129 handler_name : VideoHandler
2024-06-19 10:04:48.488016522 vendor_id : [0][0][0][0]
2024-06-19 10:04:48.488017904 Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 16000 Hz, mono, fltp, 64 kb/s (default)
2024-06-19 10:04:48.488019008 Metadata:
2024-06-19 10:04:48.488020211 handler_name : SoundHandler
2024-06-19 10:04:48.488021375 vendor_id : [0][0][0][0]
2024-06-19 10:04:48.488022748 Could not write header for output file #0 (incorrect codec parameters ?): No space left on device
2024-06-19 10:04:48.488023941 Error initializing output stream 0:1 --
2024-06-19 10:04:48.488025026 Stream mapping:
2024-06-19 10:04:48.488026160 Stream #0:0 -> #0:0 (copy)
2024-06-19 10:04:48.488027264 Stream #0:1 -> #0:1 (copy)
2024-06-19 10:04:48.488028408 Last message repeated 1 times
2024-06-19 10:04:48.488029432
2024-06-19 10:04:58.200393664 [2024-06-19 06:04:58] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for car_view_camera. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-06-19 10:04:58.465523779 [2024-06-19 06:04:58] frigate.record.maintainer ERROR : Unable to convert /tmp/cache/car_view_camera@20240619060446-0400.mp4 to /media/frigate/recordings/2024-06-19/10/car_view_camera/04.46.mp4
2024-06-19 10:04:58.465836310 [2024-06-19 06:04:58] frigate.record.maintainer ERROR : Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/car_view_camera@20240619060446-0400.mp4':
2024-06-19 10:04:58.465839195 Metadata:
2024-06-19 10:04:58.465840488 major_brand : isom
2024-06-19 10:04:58.465841671 minor_version : 512
2024-06-19 10:04:58.465842845 compatible_brands: isomiso2avc1mp41
2024-06-19 10:04:58.465844028 title : go2rtc/1.9.2
2024-06-19 10:04:58.465845162 encoder : Lavf59.27.100
2024-06-19 10:04:58.465846395 Duration: 00:00:10.03, start: 0.000000, bitrate: 6345 kb/s
2024-06-19 10:04:58.465847828 Stream #0:0[0x1](und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(progressive), 2560x1440, 6295 kb/s, 25.01 fps, 29.92 tbr, 12800 tbn (default)
2024-06-19 10:04:58.465848982 Metadata:
2024-06-19 10:04:58.465850166 handler_name : VideoHandler
2024-06-19 10:04:58.465851310 vendor_id : [0][0][0][0]
2024-06-19 10:04:58.465852612 Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 16000 Hz, mono, fltp, 64 kb/s (default)
2024-06-19 10:04:58.465853697 Metadata:
2024-06-19 10:04:58.465854860 handler_name : SoundHandler
2024-06-19 10:04:58.465855994 vendor_id : [0][0][0][0]
2024-06-19 10:04:58.465857277 Could not write header for output file #0 (incorrect codec parameters ?): No space left on device
2024-06-19 10:04:58.465858441 Error initializing output stream 0:1 --
2024-06-19 10:04:58.465859525 Stream mapping:
2024-06-19 10:04:58.465860629 Stream #0:0 -> #0:0 (copy)
2024-06-19 10:04:58.465861724 Stream #0:1 -> #0:1 (copy)
2024-06-19 10:04:58.465862838 Last message repeated 1 times
2024-06-19 10:04:58.465863862
2024-06-19 10:05:08.208537963 [2024-06-19 06:05:08] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for car_view_camera. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-06-19 10:05:08.490570456 [2024-06-19 06:05:08] frigate.record.maintainer ERROR : Unable to convert /tmp/cache/car_view_camera@20240619060456-0400.mp4 to /media/frigate/recordings/2024-06-19/10/car_view_camera/04.56.mp4
2024-06-19 10:05:08.490608866 [2024-06-19 06:05:08] frigate.record.maintainer ERROR : Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/car_view_camera@20240619060456-0400.mp4':
2024-06-19 10:05:08.490611302 Metadata:
2024-06-19 10:05:08.490612397 major_brand : isom
2024-06-19 10:05:08.490613600 minor_version : 512
2024-06-19 10:05:08.490614794 compatible_brands: isomiso2avc1mp41
2024-06-19 10:05:08.490615988 title : go2rtc/1.9.2
2024-06-19 10:05:08.490617231 encoder : Lavf59.27.100
2024-06-19 10:05:08.490618544 Duration: 00:00:10.05, start: 0.000000, bitrate: 6328 kb/s
2024-06-19 10:05:08.490620006 Stream #0:0[0x1](und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(progressive), 2560x1440, 6293 kb/s, 25.01 fps, 29.92 tbr, 12800 tbn (default)
2024-06-19 10:05:08.490621150 Metadata:
2024-06-19 10:05:08.490622303 handler_name : VideoHandler
2024-06-19 10:05:08.490623447 vendor_id : [0][0][0][0]
2024-06-19 10:05:08.490624720 Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 16000 Hz, mono, fltp, 64 kb/s (default)
2024-06-19 10:05:08.490625814 Metadata:
2024-06-19 10:05:08.490626978 handler_name : SoundHandler
2024-06-19 10:05:08.490628153 vendor_id : [0][0][0][0]
2024-06-19 10:05:08.490629436 Could not write header for output file #0 (incorrect codec parameters ?): No space left on device
2024-06-19 10:05:08.490630579 Error initializing output stream 0:1 --
2024-06-19 10:05:08.490631693 Stream mapping:
2024-06-19 10:05:08.490632797 Stream #0:0 -> #0:0 (copy)
2024-06-19 10:05:08.490633901 Stream #0:1 -> #0:1 (copy)
2024-06-19 10:05:08.490635025 Last message repeated 1 times
2024-06-19 10:05:08.490636040
2024-06-19 10:05:18.213215080 [2024-06-19 06:05:18] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for car_view_camera. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-06-19 10:05:18.513191744 [2024-06-19 06:05:18] frigate.record.maintainer ERROR : Unable to convert /tmp/cache/car_view_camera@20240619060507-0400.mp4 to /media/frigate/recordings/2024-06-19/10/car_view_camera/05.07.mp4
2024-06-19 10:05:18.513332215 [2024-06-19 06:05:18] frigate.record.maintainer ERROR : Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/car_view_camera@20240619060507-0400.mp4':
2024-06-19 10:05:18.513333726 Metadata:
2024-06-19 10:05:18.513334989 major_brand : isom
2024-06-19 10:05:18.513336133 minor_version : 512
2024-06-19 10:05:18.513337307 compatible_brands: isomiso2avc1mp41
2024-06-19 10:05:18.513338511 title : go2rtc/1.9.2
2024-06-19 10:05:18.513340213 encoder : Lavf59.27.100
2024-06-19 10:05:18.513341387 Duration: 00:00:10.08, start: 0.000000, bitrate: 6312 kb/s
2024-06-19 10:05:18.513342539 Stream #0:0[0x1](und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(progressive), 2560x1440, 6293 kb/s, 25.01 fps, 29.92 tbr, 12800 tbn (default)
2024-06-19 10:05:18.513343723 Metadata:
2024-06-19 10:05:18.513344916 handler_name : VideoHandler
2024-06-19 10:05:18.513346410 vendor_id : [0][0][0][0]
2024-06-19 10:05:18.513347502 Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 16000 Hz, mono, fltp, 64 kb/s (default)
2024-06-19 10:05:18.513348586 Metadata:
2024-06-19 10:05:18.513349849 handler_name : SoundHandler
2024-06-19 10:05:18.513351074 vendor_id : [0][0][0][0]
2024-06-19 10:05:18.513352565 Could not write header for output file #0 (incorrect codec parameters ?): No space left on device
2024-06-19 10:05:18.513353739 Error initializing output stream 0:1 --
2024-06-19 10:05:18.513354972 Stream mapping:
2024-06-19 10:05:18.513356086 Stream #0:0 -> #0:0 (copy)
2024-06-19 10:05:18.513357190 Stream #0:1 -> #0:1 (copy)
2024-06-19 10:05:18.513359418 Last message repeated 1 times
2024-06-19 10:05:18.513359816
2024-06-19 10:05:25.431539225 [2024-06-19 06:05:25] frigate.storage INFO : Less than 1 hour of recording space left, running storage maintenance...
2024-06-19 10:05:25.646215964 [2024-06-19 06:05:25] frigate.storage INFO : Cleaned up 4936.100000000009 MB of recordings
2024-06-19 10:05:28.222825154 [2024-06-19 06:05:28] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for car_view_camera. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-06-19 10:10:25.665468852 [2024-06-19 06:10:25] frigate.storage INFO : Less than 1 hour of recording space left, running storage maintenance...
2024-06-19 10:10:25.985137623 [2024-06-19 06:10:25] frigate.storage INFO : Cleaned up 4940.100000000015 MB of recordings
2024-06-19 10:15:26.015881452 [2024-06-19 06:15:26] frigate.storage INFO : Less than 1 hour of recording space left, running storage maintenance...
2024-06-19 10:15:26.242046009 [2024-06-19 06:15:26] frigate.storage INFO : Cleaned up 4933.600000000044 MB of recordings
2024-06-19 10:05:18.513332215 [2024-06-19 06:05:18] frigate.record.maintainer ERROR : Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/cache/car_view_camera@20240619060507-0400.mp4':
2024-06-19 10:05:18.513333726 Metadata:
2024-06-19 10:05:18.513334989 major_brand : isom
2024-06-19 10:05:18.513336133 minor_version : 512
2024-06-19 10:05:18.513337307 compatible_brands: isomiso2avc1mp41
2024-06-19 10:05:18.513338511 title : go2rtc/1.9.2
2024-06-19 10:05:18.513340213 encoder : Lavf59.27.100
2024-06-19 10:05:18.513341387 Duration: 00:00:10.08, start: 0.000000, bitrate: 6312 kb/s
2024-06-19 10:05:18.513342539 Stream #0:0[0x1](und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(progressive), 2560x1440, 6293 kb/s, 25.01 fps, 29.92 tbr, 12800 tbn (default)
2024-06-19 10:05:18.513343723 Metadata:
2024-06-19 10:05:18.513344916 handler_name : VideoHandler
2024-06-19 10:05:18.513346410 vendor_id : [0][0][0][0]
2024-06-19 10:05:18.513347502 Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 16000 Hz, mono, fltp, 64 kb/s (default)
2024-06-19 10:05:18.513348586 Metadata:
2024-06-19 10:05:18.513349849 handler_name : SoundHandler
2024-06-19 10:05:18.513351074 vendor_id : [0][0][0][0]
2024-06-19 10:05:18.513352565 Could not write header for output file #0 (incorrect codec parameters ?): No space left on device
2024-06-19 10:05:18.513353739 Error initializing output stream 0:1 --
2024-06-19 10:05:18.513354972 Stream mapping:
2024-06-19 10:05:18.513356086 Stream #0:0 -> #0:0 (copy)
2024-06-19 10:05:18.513357190 Stream #0:1 -> #0:1 (copy)
2024-06-19 10:05:18.513359418 Last message repeated 1 times
2024-06-19 10:05:18.513359816
2024-06-19 10:05:25.431539225 [2024-06-19 06:05:25] frigate.storage INFO : Less than 1 hour of recording space left, running storage maintenance...
2024-06-19 10:05:25.646215964 [2024-06-19 06:05:25] frigate.storage INFO : Cleaned up 4936.100000000009 MB of recordings
2024-06-19 10:05:28.222825154 [2024-06-19 06:05:28] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for car_view_camera. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-06-19 10:10:25.665468852 [2024-06-19 06:10:25] frigate.storage INFO : Less than 1 hour of recording space left, running storage maintenance...
2024-06-19 10:10:25.985137623 [2024-06-19 06:10:25] frigate.storage INFO : Cleaned up 4940.100000000015 MB of recordings
2024-06-19 10:15:26.015881452 [2024-06-19 06:15:26] frigate.storage INFO : Less than 1 hour of recording space left, running storage maintenance...
2024-06-19 10:15:26.242046009 [2024-06-19 06:15:26] frigate.storage INFO : Cleaned up 4933.600000000044 MB of recordingsOperating systemHassOS Install methodHassOS Addon Network connectionWired Camera make and modelrelink poe doorbell and 810a as well as a TP link c210 Any other information that may be helpfulproxmox. coral usb tpu. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 11 replies
-
|
What resolution are your cameras? Can you show a screenshot of the storage metrics page |
Beta Was this translation helpful? Give feedback.


right, well an 8MP camera does use a lot of space to save its recordings, that is not a bug.
your car camera is configured to record 3 days of motion
so presumably it is seeing motion from wind or other things (note that motion does not require any objects to be detected). The docs have a guide that walks through how to tune motion detection https://docs.frigate.video/configuration/motion_detection