[Config Support]: Short Record History - Storage Available #18914
-
Describe the problem you are havingI'm having trouble getting more than around 24hrs of video recordings (not continuous). I've played with config, and based on reading docs and all I'd think I should be getting more than 24 hours. Storage isn't too full I think (54%). Version0.16.0-f141b58 Frigate config file# yaml-language-server: $schema=http://192.168.28.21:5000/api/config/schema.json
version: 0.16-0
logger:
logs:
frigate.record.maintainer: debug
mqtt:
user: '{FRIGATE_MQTT_USER}'
password: '{FRIGATE_MQTT_PASSWORD}'
enabled: true
host: 192.168.28.15
ffmpeg:
hwaccel_args: preset-intel-qsv-h264
# hwaccel_args: preset-vaapi
auth:
# Optional: Enable authentication
enabled: true
# Optional: Reset the admin user password on startup (default: shown below)
# New password is printed in the logs
reset_admin_password: false
# Optional: Cookie to store the JWT token for native auth (default: shown below)
cookie_name: frigate_token
# Optional: Set secure flag on cookie. (default: shown below)
# NOTE: This should be set to True if you are using TLS
cookie_secure: false
# Optional: Session length in seconds (default: shown below)
session_length: 86400 # 24 hours
# Optional: Refresh time in seconds (default: shown below)
# When the session is going to expire in less time than this setting,
# it will be refreshed back to the session_length.
refresh_time: 43200 # 12 hours
# Optional: Rate limiting for login failures to help prevent brute force
# login attacks (default: shown below)
# See the docs for more information on valid values
failed_login_rate_limit: 1/second;5/minute;20/hour
# Optional: Trusted proxies for determining IP address to rate limit
# NOTE: This is only used for rate limiting login attempts and does not bypass
# authentication. See the authentication docs for more details.
trusted_proxies:
- 192.168.28.15
# Optional: Number of hashing iterations for user passwords
# As of Feb 2023, OWASP recommends 600000 iterations for PBKDF2-SHA256
# NOTE: changing this value will not automatically update password hashes, you
# will need to change each user password for it to apply
hash_iterations: 600000
go2rtc:
rtsp:
username: '{FRIGATE_RTSP_USER}'
password: '{FRIGATE_RTSP_PW}'
webrtc:
candidates:
- 192.168.28.21:8555
- stun:8555
streams:
frigate_lorex_01_gate:
- rtsp://{FRIGATE_LOREX_USER}:{FRIGATE_LOREX_PW}@192.168.28.12:554/cam/realmonitor?channel=1&subtype=0
frigate_lorex_01_gate_sub:
- rtsp://{FRIGATE_LOREX_USER}:{FRIGATE_LOREX_PW}@192.168.28.12:554/cam/realmonitor?channel=1&subtype=1
frigate_lorex_02_turnaround:
- rtsp://{FRIGATE_LOREX_USER}:{FRIGATE_LOREX_PW}@192.168.28.12:554/cam/realmonitor?channel=2&subtype=0
# frigate_lorex_02_turnaround_sub:
# - rtsp://{FRIGATE_LOREX_USER}:{FRIGATE_LOREX_PW}@192.168.28.12:554/cam/realmonitor?channel=2&subtype=1
frigate_lorex_03_playset:
- rtsp://{FRIGATE_LOREX_USER}:{FRIGATE_LOREX_PW}@192.168.28.12:554/cam/realmonitor?channel=3&subtype=0
frigate_lorex_03_playset_sub:
- rtsp://{FRIGATE_LOREX_USER}:{FRIGATE_LOREX_PW}@192.168.28.12:554/cam/realmonitor?channel=3&subtype=1
frigate_lorex_04_back_patio:
- rtsp://{FRIGATE_LOREX_USER}:{FRIGATE_LOREX_PW}@192.168.28.12:554/cam/realmonitor?channel=4&subtype=0
# frigate_lorex_04_back_patio_sub:
# - rtsp://{FRIGATE_LOREX_USER}:{FRIGATE_LOREX_PW}@192.168.28.12:554/cam/realmonitor?channel=4&subtype=1
# frigate_lorex_05_woodshed:
# - rtsp://{FRIGATE_LOREX_USER}:{FRIGATE_LOREX_PW}@192.168.28.12:554/cam/realmonitor?channel=5&subtype=0
# frigate_lorex_05_woodshed_sub:
# - rtsp://{FRIGATE_LOREX_USER}:{FRIGATE_LOREX_PW}@192.168.28.12:554/cam/realmonitor?channel=5&subtype=1
frigate_lorex_06_front_office:
- rtsp://{FRIGATE_LOREX_USER}:{FRIGATE_LOREX_PW}@192.168.28.12:554/cam/realmonitor?channel=6&subtype=0
frigate_lorex_06_front_office_sub:
- rtsp://{FRIGATE_LOREX_USER}:{FRIGATE_LOREX_PW}@192.168.28.12:554/cam/realmonitor?channel=6&subtype=1
frigate_lorex_07_garage_rear_door:
- rtsp://{FRIGATE_LOREX_USER}:{FRIGATE_LOREX_PW}@192.168.28.12:554/cam/realmonitor?channel=7&subtype=0
frigate_lorex_07_garage_rear_door_sub:
- rtsp://{FRIGATE_LOREX_USER}:{FRIGATE_LOREX_PW}@192.168.28.12:554/cam/realmonitor?channel=7&subtype=1
frigate_lorex_08_shop_1:
- rtsp://{FRIGATE_LOREX_USER}:{FRIGATE_LOREX_PW}@192.168.28.12:554/cam/realmonitor?channel=8&subtype=0
frigate_lorex_08_shop_1_sub:
- rtsp://{FRIGATE_LOREX_USER}:{FRIGATE_LOREX_PW}@192.168.28.12:554/cam/realmonitor?channel=8&subtype=1
frigate_lorex_09_shop_front_door:
- rtsp://{FRIGATE_LOREX_USER}:{FRIGATE_LOREX_PW}@192.168.28.12:554/cam/realmonitor?channel=9&subtype=0
frigate_lorex_09_shop_front_door_sub:
- rtsp://{FRIGATE_LOREX_USER}:{FRIGATE_LOREX_PW}@192.168.28.12:554/cam/realmonitor?channel=9&subtype=1
frigate_lorex_10_back_yard:
- rtsp://{FRIGATE_LOREX_USER}:{FRIGATE_LOREX_PW}@192.168.28.12:554/cam/realmonitor?channel=10&subtype=0
# frigate_lorex_10_back_yard_sub:
# - rtsp://{FRIGATE_LOREX_USER}:{FRIGATE_LOREX_PW}@192.168.28.12:554/cam/realmonitor?channel=10&subtype=1
frigate_lorex_11_shop_2:
- rtsp://{FRIGATE_LOREX_USER}:{FRIGATE_LOREX_PW}@192.168.28.12:554/cam/realmonitor?channel=11&subtype=0
# frigate_lorex_11_shop_2_sub:
# - rtsp://{FRIGATE_LOREX_USER}:{FRIGATE_LOREX_PW}@192.168.28.12:554/cam/realmonitor?channel=11&subtype=1
frigate_lorex_12_garage_driveway:
- rtsp://{FRIGATE_LOREX_USER}:{FRIGATE_LOREX_PW}@192.168.28.12:554/cam/realmonitor?channel=12&subtype=0
# frigate_lorex_12_garage_driveway_sub:
# - rtsp://{FRIGATE_LOREX_USER}:{FRIGATE_LOREX_PW}@192.168.28.12:554/cam/realmonitor?channel=12&subtype=1
frigate_lorex_13_front_door_entry:
- rtsp://{FRIGATE_LOREX_USER}:{FRIGATE_LOREX_PW}@192.168.28.12:554/cam/realmonitor?channel=13&subtype=0
# frigate_lorex_13_front_door_entry_sub:
# - rtsp://{FRIGATE_LOREX_USER}:{FRIGATE_LOREX_PW}@192.168.28.12:554/cam/realmonitor?channel=13&subtype=1
frigate_reolink_e1_living_room:
- rtsp://{FRIGATE_REOLINK_USER}:{FRIGATE_REOLINK_PW}@192.168.107.111:554/Preview_01_main
frigate_reolink_e1_living_room_sub:
- rtsp://{FRIGATE_REOLINK_USER}:{FRIGATE_REOLINK_PW}@192.168.107.111:554/Preview_01_sub
#audio=copy#audio=opus
## 3205 Cameras
frigate_reolink_e1_shop:
- rtsp://{FRIGATE_REOLINK_USER}:{FRIGATE_REOLINK_PW}@192.168.254.203:2554/Preview_01_main
#audio=copy#audio=opus
frigate_reolink_e1_shop_sub:
- rtsp://{FRIGATE_REOLINK_USER}:{FRIGATE_REOLINK_PW}@192.168.254.203:2554/Preview_01_sub
#audio=copy#audio=opus
frigate_reolink_3205_shop_driveway:
- rtsp://{FRIGATE_REOLINK_USER}:{FRIGATE_REOLINK_PW}@192.168.254.97:554/Preview_01_main
#audio=copy#audio=opus
frigate_reolink_3205_shop_driveway_sub:
- rtsp://{FRIGATE_REOLINK_USER}:{FRIGATE_REOLINK_PW}@192.168.254.97:554/Preview_01_sub
#audio=copy#audio=opus
frigate_reolink_3205_nw_Shop_Corner:
- rtsp://{FRIGATE_REOLINK_USER}:{FRIGATE_REOLINK_PW}@192.168.254.98:554/Preview_01_main
# - ffmpeg:https://192.168.254.98/flv?port=1935&app=bcs&stream=channel0_main.bcs&user={FRIGATE_REOLINK_USER}&password={FRIGATE_REOLINK_PW}#video=copy#audio=copy#audio=opus
#audio=copy#audio=opus
frigate_reolink_3205_nw_Shop_Corner_sub:
- rtsp://{FRIGATE_REOLINK_USER}:{FRIGATE_REOLINK_PW}@192.168.254.98:554/Preview_01_sub
#audio=copy#audio=opus
frigate_reolink_3205_garage_front:
- rtsp://{FRIGATE_REOLINK_USER}:{FRIGATE_REOLINK_PW}@192.168.254.94:554/Preview_01_main
#audio=copy#audio=opus
frigate_reolink_3205_garage_front_sub:
- rtsp://{FRIGATE_REOLINK_USER}:{FRIGATE_REOLINK_PW}@192.168.254.94:554/Preview_01_sub
#audio=copy#audio=opus
## END CAMERAS
record:
sync_recordings: false
enabled: true
retain:
days: 30
#retain:
# mode: all
alerts:
retain:
days: 30
detections:
retain:
days: 30
detectors:
# Required: name of the detector
coral_gpu:
# Required: type of the detector
# Frigate provided types include 'cpu', 'edgetpu', 'openvino' and 'tensorrt' (default: shown below)
# Additional detector types can also be plugged in.
# Detectors may require additional configuration.
# Refer to the Detectors configuration page for more information.
type: edgetpu
device: usb
semantic_search:
enabled: true
reindex: false
model_size: large
detect:
fps: 5
# Optional: Configuration for the jpg snapshots written to the clips directory for each event
# NOTE: Can be overridden at the camera level
enabled: true
snapshots:
# Optional: Enable writing jpg snapshot to /media/frigate/clips (default: shown below)
enabled: true
# Optional: save a clean PNG copy of the snapshot image (default: shown below)
clean_copy: true
# Optional: print a timestamp on the snapshots (default: shown below)
timestamp: false
# Optional: draw bounding box on the snapshots (default: shown below)
bounding_box: true
# Optional: crop the snapshot (default: shown below)
crop: false
# Optional: height to resize the snapshot to (default: original size)
height: 175
# Optional: Restrict snapshots to objects that entered any of the listed zones (default: no required zones)
required_zones: []
# Optional: Camera override for retention settings (default: global values)
retain:
# Required: Default retention days (default: shown below)
default: 30
# Optional: Per object retention days
objects:
person: 30
# Optional: quality of the encoded jpeg, 0-100 (default: shown below)
quality: 100
# Optional: Object configuration
# NOTE: Can be overridden at the camera level
objects:
# Optional: list of objects to track from labelmap.txt (default: shown below)
track:
- person
- car
- truck
- motorcycle
# - bicycle
- cat
- dog
# - mouse
- bird
# - horse
# - sheep
# - cow
# - hat
# - backpack
# - handbag
# Optional: mask to prevent all object types from being detected in certain areas (default: no mask)
# Checks based on the bottom center of the bounding box of the object.
# NOTE: This mask is COMBINED with the object type specific mask below
# mask: 0,0,1000,0,1000,200,0,200
# Optional: filters to reduce false positives for specific object types
# filters:
# person:
# # Optional: minimum width*height of the bounding box for the detected object (default: 0)
# min_area: 5000
# # Optional: maximum width*height of the bounding box for the detected object (default: 24000000)
# max_area: 100000
# # Optional: minimum width/height of the bounding box for the detected object (default: 0)
# min_ratio: 0.5
# # Optional: maximum width/height of the bounding box for the detected object (default: 24000000)
# max_ratio: 2.0
# # Optional: minimum score for the object to initiate tracking (default: shown below)
# min_score: 0.5
# # Optional: minimum decimal percentage for tracked object's computed score to be considered a true positive (default: shown below)
# threshold: 0.7
# # Optional: mask to prevent this object type from being detected in certain areas (default: no mask)
# # Checks based on the bottom center of the bounding box of the object
# # mask: 0,0,1000,0,1000,200,0,200
cameras:
frigate_lorex_01_gate:
snapshots:
required_zones:
- gate_driveway_entrace
- gate_flower_cart
- gate_driveway
ffmpeg:
inputs:
# - path: rtsp://127.0.0.1:8554/frigate_lorex_01_gate_sub
# roles:
# - detect
- path: rtsp://127.0.0.1:8554/frigate_lorex_01_gate
input_args: preset-rtsp-restream
roles:
- record
- detect
detect:
enabled: true # <---- turn on detection
zones:
gate_driveway_entrace:
coordinates: 0.276,0.402,0.558,0.313,0.52,0.249,0.211,0.327
inertia: 1
loitering_time: 0
objects: person
gate_driveway:
coordinates: 1,1,1,0.69,0.503,0.297,0.253,0.375
inertia: 3
loitering_time: 0
gate_parking:
coordinates: 0.776,1,0.104,0.999,0.176,0.878,0.372,0.487,0.788,0.846
inertia: 3
loitering_time: 0
objects:
- cat
- dog
- bird
- person
- motorcycle
gate_flower_cart:
coordinates: 0.605,0.267,0.696,0.338,0.656,0.417,0.488,0.29
inertia: 1
objects: person
loitering_time: 0
gate_yard:
coordinates: 0.098,0.992,0,0.443,0.221,0.337,0.254,0.426,0.257,0.53,0.177,0.761
inertia: 3
loitering_time: 0
Robs_Property:
coordinates: 0.061,0.015,0.594,0.011,0.679,0.128,0.049,0.239
loitering_time: 0
inertia: 3
roadway:
coordinates:
0.039,0.303,0.048,0.42,0.233,0.325,0.342,0.294,0.465,0.266,0.599,0.238,0.626,0.165,0.341,0.201,0.14,0.24
loitering_time: 0
objects: person
motion:
mask:
- 0.789,0.082,0.971,0.078,0.971,0.028,0.784,0.028
- 0.478,0,1,0,1,0.72,0.714,0.373,0.622,0.274,0.686,0.22,0.706,0.165,0.57,0.142
- 0,0,0.573,0,0.596,0.093,0.326,0.106,0.284,0.098,0.238,0.098,0.208,0.11,0.186,0.144,0,0.151
- 0.776,0.443,0.762,0.627,0.825,0.708,0.787,0.862,0.781,0.998,1,1,1,0.664
- 0,0.45,0,1,0.098,1
- 0.001,0.155,0.046,0.144,0.055,0.468,0,0.491
threshold: 38
contour_area: 10
improve_contrast: 'true'
review:
alerts:
required_zones:
- gate_flower_cart
- gate_driveway
detections:
required_zones:
- gate_driveway
- gate_driveway_entrace
- gate_flower_cart
- gate_parking
- gate_yard
- roadway
- Robs_Property
frigate_lorex_02_turnaround:
# snapshots:
# required_zones:
# - turnaround_approach_to_front_porch
ffmpeg:
inputs:
# - path: rtsp://127.0.0.1:8554/frigate_lorex_02_turnaround_sub
# roles:
# - detect
- path: rtsp://127.0.0.1:8554/frigate_lorex_02_turnaround
input_args: preset-rtsp-restream
roles:
- record
- detect
detect:
enabled: true
zones:
turnaround_approach_to_front_porch:
coordinates: 0.916,0.815,1,0.51,0.734,0.282,0.523,0.424
objects: person
inertia: 3
loitering_time: 0
turnaround_driveway_outer:
coordinates: 1020,451,849,189,0,444,0,849
objects:
- person
- car
turnaround_parking:
coordinates: 0,1,0.675,1,0.31,0.571,0,0.726
objects: person
inertia: 3
loitering_time: 0
turnaround_parking_near_office:
coordinates: 1,0.25,0.865,0.201,0.737,0.285,1,0.51
objects: person
inertia: 3
loitering_time: 0
turnaround_driveway_inner:
coordinates: 0.442,0.175,0.827,0.083,0.918,0.166,0.531,0.418
objects: person
inertia: 3
loitering_time: 0
turnaround_parking_towards_firepit:
coordinates: 0.124,0,0.491,0,0.442,0.175,0.145,0.334
objects: person
inertia: 3
loitering_time: 0
motion:
mask:
- 0.789,0.082,0.971,0.078,0.971,0.028,0.784,0.028
- 0,0,0.224,0.005,0.158,0.289,0.001,0.38
- 0.289,0,0.288,0.091,0.348,0.126,0.343,0.245,0.393,0.275,0.336,0.315,0.323,0.601,0.468,0.606,0.526,0.727,0.67,0.771,0.707,0.573,0.843,0.323,0.735,0.034,0.657,0
threshold: 38
contour_area: 21
improve_contrast: 'true'
# review:
# alerts:
# required_zones:
# - turnaround_approach_to_front_porch
# - turnaround_driveway_inner
# - turnaround_driveway_outer
frigate_lorex_03_playset:
lpr:
enabled: false
snapshots:
required_zones:
- tenants_driveway
- eastside_front_yard
- eastside_side_yard
ffmpeg:
inputs:
# - path: rtsp://127.0.0.1:8554/frigate_lorex_03_playset_sub
# roles:
# - detect
- path: rtsp://127.0.0.1:8554/frigate_lorex_03_playset
input_args: preset-rtsp-restream
roles:
- record
- detect
detect:
enabled: true # <---- turn on detection
zones:
eastside_front_yard:
coordinates: 0.366,0.441,0.832,0.735,0.911,0.265,0.668,0.137
inertia: 3
loitering_time: 0
eastside_side_yard:
coordinates: 0,1,0.766,1,0.83,0.748,0.235,0.333,0,0.537
inertia: 3
loitering_time: 0
tenants_driveway:
coordinates: 707,204,0,551,0,372,541,118,682,45,1146,146,896,301
review:
alerts:
required_zones: eastside_side_yard
detections:
required_zones:
- eastside_front_yard
- eastside_side_yard
- tenants_driveway
motion:
mask: 0.793,0.029,0.988,0.027,0.988,0.094,0.787,0.094
frigate_lorex_04_back_patio:
lpr:
enabled: false
snapshots:
required_zones:
- back_patio
- back_patio_lawn
- tenants_driveway
ffmpeg:
inputs:
# - path: rtsp://127.0.0.1:8554/frigate_lorex_04_back_patio_sub
# roles:
# - detect
- path: rtsp://127.0.0.1:8554/frigate_lorex_04_back_patio
input_args: preset-rtsp-restream
roles:
- record
- detect
detect:
enabled: true # <---- turn on detection
review:
alerts:
required_zones:
- back_patio
- back_patio_lawn
- tenants_driveway
detections:
required_zones:
- tenants_driveway
- back_patio_lawn
- back_patio
motion:
mask:
- 0.38,0.01,0.624,0,0.604,0.326,0.403,0.37
- 0.792,0.036,0.98,0.029,0.983,0.088,0.794,0.094
threshold: 39
contour_area: 10
improve_contrast: 'true'
zones:
back_patio:
coordinates: 258,1080,1015,1080,446,498,117,563
back_patio_lawn:
coordinates: 0.238,0.469,0.529,1,1,1,1,0.827,0.52,0.306
inertia: 3
loitering_time: 0
tenants_driveway:
coordinates: 1069,263,1920,705,1920,441,1144,104
Tenants_Yard:
coordinates: 0.59,0.112,0.591,0,1,0,1,0.407
loitering_time: 0
objects:
- truck
- person
- motorcycle
- dog
- cat
# frigate_lorex_05_woodshed:
# lpr:
# enabled: false
# ffmpeg:
# inputs:
# - path: rtsp://127.0.0.1:8554/frigate_lorex_05_woodshed_sub
# input_args: preset-rtsp-restream
# roles:
# - detect
# - path: rtsp://127.0.0.1:8554/frigate_lorex_05_woodshed
# input_args: preset-rtsp-restream
# roles:
# - record
# detect:
# enabled: true # <---- turn on detection
# motion:
# mask:
# - 826,12,827,36,670,38,673,12 # <---- timestamp from DVR
frigate_lorex_06_front_office:
lpr:
enabled: false
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/frigate_lorex_06_front_office_sub
input_args: preset-rtsp-restream
roles:
- detect
- path: rtsp://127.0.0.1:8554/frigate_lorex_06_front_office
input_args: preset-rtsp-restream
roles:
- record
detect:
enabled: true # <---- turn on detection
motion:
mask:
- 826,12,827,36,670,38,673,12 # <---- timestamp from DVR
zones:
entire_camera:
coordinates: 0,480,848,480,848,0,0,0,0,0
objects:
- person
frigate_lorex_07_garage_rear_door:
lpr:
enabled: false
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/frigate_lorex_07_garage_rear_door_sub
input_args: preset-rtsp-restream
roles:
- detect
- path: rtsp://127.0.0.1:8554/frigate_lorex_07_garage_rear_door
input_args: preset-rtsp-restream
roles:
- record
detect:
enabled: true # <---- turn on detection
motion:
mask:
- 826,12,827,36,670,38,673,12 # <---- timestamp from DVR
frigate_lorex_08_shop_1:
lpr:
enabled: false
snapshots:
required_zones:
- whole_shop
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/frigate_lorex_08_shop_1_sub
input_args: preset-rtsp-restream
roles:
- detect
- path: rtsp://127.0.0.1:8554/frigate_lorex_08_shop_1
input_args: preset-rtsp-restream
roles:
- record
detect:
enabled: true # <---- turn on detection
motion:
mask:
- 826,12,827,36,670,38,673,12 # <---- timestamp from DVR
zones:
whole_shop:
coordinates: 0,480,848,480,848,0,0,0,0,0
objects:
- person
review:
alerts:
required_zones:
- whole_shop
frigate_lorex_09_shop_front_door:
lpr:
enabled: false
snapshots:
required_zones:
- shop_front_door_driveway
- shop_front_door_parking
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/frigate_lorex_09_shop_front_door_sub
input_args: preset-rtsp-restream
roles:
- detect
- path: rtsp://127.0.0.1:8554/frigate_lorex_09_shop_front_door
input_args: preset-rtsp-restream
roles:
- record
detect:
enabled: true # <---- turn on detection
motion:
mask:
- 0,108,45,107,392,69,848,124,848,0,0,0
- 826,12,827,36,670,38,673,12
threshold: 37
contour_area: 22
improve_contrast: true
zones:
shop_front_door_parking:
coordinates: 0,480,848,480,543,237,0,371
objects:
- person
shop_front_door_driveway:
coordinates: 848,446,848,303,768,240,419,143,362,160
objects:
- person
# - car
shop_front_door_parking_2:
coordinates: 0.251,0.437,0.424,0.324,0.381,0.289,0.21,0.335
objects: person
inertia: 3
loitering_time: 0
shop_front_door_parking_3:
coordinates: 0.131,0.338,0.276,0.283,0.232,0.242,0.136,0.256
objects: person
inertia: 3
loitering_time: 0
Shop_front_door_path:
coordinates: 0.042,0.566,0.407,0.336,0.599,0.525,0.065,0.758
loitering_time: 0
# review:
# alerts:
# required_zones:
# - shop_front_door_driveway
# - shop_front_door_parking
# - Shop_front_door_path
frigate_lorex_10_back_yard:
lpr:
enabled: false
snapshots:
required_zones:
- back_yard_driveway
- back_yard_grass
ffmpeg:
inputs:
# - path: rtsp://127.0.0.1:8554/frigate_lorex_10_back_yard_sub
# roles:
# - detect
- path: rtsp://127.0.0.1:8554/frigate_lorex_10_back_yard
input_args: preset-rtsp-restream
roles:
- record
- detect
detect:
enabled: true # <---- turn on detection
motion:
mask: 0.972,0.031,0.972,0.073,0.795,0.071,0.791,0.036
zones:
back_yard_driveway:
coordinates: 0,1,0.816,1,0.758,0.421,0,0.457
inertia: 3
loitering_time: 0
back_yard_grass:
coordinates:
0.461,0.434,0.9,0.401,0.974,0.334,0.79,0.182,0.527,0.151,0.181,0.259,0,0.32,0,0.453
objects: person
inertia: 3
loitering_time: 0
back_shop_parking:
coordinates: 0.526,0.149,0.778,0.177,0.79,0,0,0,0,0.317
inertia: 3
loitering_time: 0
# review:
# alerts:
# required_zones:
# - back_yard_driveway
# - back_yard_grass
objects:
filters:
car:
mask: 0,0,0.32,0,0.984,0,1,1,0,1
frigate_lorex_11_shop_2:
lpr:
enabled: false
snapshots:
required_zones:
- whole_shop
ffmpeg:
inputs:
# - path: rtsp://127.0.0.1:8554/frigate_lorex_11_shop_2_sub
# input_args: preset-rtsp-restream
# roles:
# - detect
- path: rtsp://127.0.0.1:8554/frigate_lorex_11_shop_2
input_args: preset-rtsp-restream
roles:
- record
- detect
detect:
enabled: true # <---- turn on detection
motion:
mask:
- 826,12,827,36,670,38,673,12 # <---- timestamp from DVR
zones:
whole_shop:
coordinates: 0,480,848,480,848,0,0,0,0,0
objects:
- person
review:
alerts:
required_zones:
- whole_shop
frigate_lorex_12_garage_driveway:
ffmpeg:
inputs:
# - path: rtsp://127.0.0.1:8554/frigate_lorex_12_garage_driveway_sub
# roles:
# - detect
- path: rtsp://127.0.0.1:8554/frigate_lorex_12_garage_driveway
input_args: preset-rtsp-restream
roles:
- record
- detect
detect:
enabled: true # <---- turn on detection
motion:
mask:
- 0.974,0.025,0.975,0.075,0.79,0.079,0.794,0.025
- 0,0.245,0.301,0.082,0.298,0,0,0
threshold: 21
contour_area: 28
improve_contrast: 'true'
zones:
shop_parking:
coordinates: 1,1,0,1,0,0.458,0.447,0.314,1,0.244
inertia: 3
loitering_time: 0
shop_driveway:
coordinates: 0,0,1,0,1,0.244,0.447,0.314,0,0.458
inertia: 3
loitering_time: 0
# review:
# alerts:
# required_zones:
# - shop_driveway
# - shop_parking
frigate_lorex_13_front_door_entry:
ffmpeg:
inputs:
# - path: rtsp://127.0.0.1:8554/frigate_lorex_13_front_door_entry_sub
# roles:
# - detect
- path: rtsp://127.0.0.1:8554/frigate_lorex_13_front_door_entry
input_args: preset-rtsp-restream
roles:
- record
- detect
detect:
enabled: true # <---- turn on detection
motion:
mask: 1,0,1,0.239,0.771,0.106,0.445,0
threshold: 53
contour_area: 28
improve_contrast: 'true'
zones:
Front_Porch:
coordinates: 0.08,0.423,0.353,0.35,0.538,0.587,0.109,0.742
loitering_time: 0
Driveway_and_Parking:
coordinates:
0.39,0.377,0.654,0.316,0.593,0.242,0.66,0.206,0.767,0.271,0.86,0.275,0.994,0.383,0.994,0.988,0.546,0.586
loitering_time: 0
review:
alerts:
required_zones:
- Front_Porch
- Driveway_and_Parking
detections: {}
frigate_reolink_e1_living_room:
lpr:
enabled: false
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/frigate_reolink_e1_living_room_sub
input_args: preset-rtsp-restream
roles:
- detect
- path: rtsp://127.0.0.1:8554/frigate_reolink_e1_living_room
input_args: preset-rtsp-restream
roles:
- record
detect:
enabled: true # <---- turn on detection
onvif:
host: 192.168.107.111
user: '{FRIGATE_REOLINK_USER}'
password: '{FRIGATE_REOLINK_PW}'
motion:
mask: 0.696,0.062,0.694,0.004,1,0.001,0.997,0.059
review: {}
zones:
Couch:
coordinates:
0.196,0.585,0.147,0.419,0.359,0.325,0.426,0.437,0.437,0.511,0.4,0.599,0.349,0.525
loitering_time: 0
objects:
- dog
- person
## 3205 Cameras ##
frigate_reolink_e1_shop:
lpr:
enabled: false
objects:
track:
- person
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/frigate_reolink_e1_shop_sub
roles:
- detect
- path: rtsp://127.0.0.1:8554/frigate_reolink_e1_shop
input_args: preset-rtsp-restream
roles:
- record
# - detect
detect:
enabled: true # <---- turn on detection
onvif:
host: 192.168.254.203
user: '{FRIGATE_REOLINK_USER}'
password: '{FRIGATE_REOLINK_PW}'
motion:
mask: 0.696,0.061,0.694,0.003,1,0,1,0.06
zones: {}
review: {}
frigate_reolink_3205_shop_driveway:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/frigate_reolink_3205_shop_driveway_sub
input_args: preset-rtsp-restream
roles:
- detect
- record
# - path: rtsp://127.0.0.1:8554/frigate_reolink_3205_shop_driveway
# input_args: preset-rtsp-restream
# roles:
# - record
# - detect
snapshots:
# Optional: Enable writing jpg snapshot to /media/frigate/clips (default: shown below)
enabled: true
# Optional: save a clean PNG copy of the snapshot image (default: shown below)
clean_copy: false
# Optional: print a timestamp on the snapshots (default: shown below)
timestamp: false
# Optional: draw bounding box on the snapshots (default: shown below)
bounding_box: true
# Optional: crop the snapshot (default: shown below)
crop: true
# Optional: height to resize the snapshot to (default: original size)
height: 175
# Optional: Restrict snapshots to objects that entered any of the listed zones (default: no required zones)
required_zones: []
# Optional: Camera override for retention settings (default: global values)
retain:
# Required: Default retention days (default: shown below)
default: 15
# Optional: Per object retention days
objects:
person: 30
# Optional: quality of the encoded jpeg, 0-100 (default: shown below)
quality: 50
detect:
enabled: true # <---- turn on detection
motion: # Timestamp
mask:
- 0.568,0.073,0.568,0,1,0.001,0.999,0.074
- 0.003,0,0.998,0,0.997,0.176,0.891,0.136,0.535,0.089,0.003,0.133
- 0.563,0.918,1,0.934,1,0.977,0.553,0.969
review:
alerts:
required_zones:
- 3205_Shop_Chicken_Run
- 3205_Shop_Background
- 3205_Shop_Driveway
- 3205_Shop_Tenants_Back_Porch
- 3205_Shop_Driveway_Entrance
detections:
required_zones:
- 3205_Shop_Driveway_Entrance
- 3205_Shop_Tenants_Parking
- 3205_Shop_Tenants_Back_Porch
- 3205_Shop_Chicken_Run
- 3205_Shop_Background
zones:
3205_Shop_Background:
coordinates:
0,0,1,0,0.996,0.281,0.65,0.149,0.646,0.129,0.328,0.128,0.118,0.081,0.036,0.139,0,0.132
loitering_time: 0
inertia: 3
3205_Shop_Chicken_Run:
coordinates: 0.649,0.153,0.996,0.286,1,1,0.724,1
inertia: 3
loitering_time: 0
3205_Shop_Driveway:
coordinates: 0,1,0.362,0.317,0.698,0.301,0.761,1,0,1
inertia: 3
loitering_time: 0
objects:
- person
- motorcycle
- dog
- cat
- bird
3205_Shop_Tenants_Back_Porch:
coordinates: 0.001,0.138,0.298,0.192,0,0.621
loitering_time: 0
inertia: 3
3205_Shop_Tenants_Parking:
coordinates: 0.119,0.087,0.325,0.13,0.268,0.207,0.086,0.17,0.083,0.111
loitering_time: 0
3205_Shop_Driveway_Entrance:
coordinates: 0.001,0.624,0.002,0.992,0.363,0.315,0.697,0.298,0.679,0.131,0.327,0.129
loitering_time: 0
objects:
filters:
car:
mask: 0.552,0.918,0.999,0.9,1,1,0.553,1
onvif:
host: 192.168.254.97
user: '{FRIGATE_REOLINK_USER}'
password: '{FRIGATE_REOLINK_PW}'
frigate_reolink_3205_nw_Shop_Corner:
lpr:
enabled: false
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/frigate_reolink_3205_nw_Shop_Corner_sub
input_args: preset-rtsp-restream
roles:
- detect
- record
# - path: rtsp://127.0.0.1:8554/frigate_reolink_3205_nw_Shop_Corner
# input_args: preset-rtsp-restream
# roles:
# - record
# - detect
detect:
enabled: true # <---- turn on detection
motion: # Timestamp
mask: 0.568,0.075,0.566,0,1,0.001,1,0.079
objects:
filters:
car:
mask: 0.613,0.924,0.614,0.984,0.993,0.982,0.993,0.924
onvif:
host: 192.168.254.98
user: '{FRIGATE_REOLINK_USER}'
password: '{FRIGATE_REOLINK_PW}'
frigate_reolink_3205_garage_front:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/frigate_reolink_3205_garage_front_sub
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://127.0.0.1:8554/frigate_reolink_3205_garage_front
input_args: preset-rtsp-restream
roles:
- detect
# - detect
detect:
enabled: true # <---- turn on detection
snapshots:
# Optional: Enable writing jpg snapshot to /media/frigate/clips (default: shown below)
enabled: true
# Optional: save a clean PNG copy of the snapshot image (default: shown below)
clean_copy: false
# Optional: print a timestamp on the snapshots (default: shown below)
timestamp: false
# Optional: draw bounding box on the snapshots (default: shown below)
bounding_box: true
# Optional: crop the snapshot (default: shown below)
crop: true
# Optional: height to resize the snapshot to (default: original size)
height: 175
# Optional: Restrict snapshots to objects that entered any of the listed zones (default: no required zones)
required_zones: []
# Optional: Camera override for retention settings (default: global values)
retain:
# Required: Default retention days (default: shown below)
default: 15
# Optional: Per object retention days
objects:
person: 30
# Optional: quality of the encoded jpeg, 0-100 (default: shown below)
quality: 100
motion:
mask:
- 0.289,0.071,0.288,0,0.714,0,0.715,0.072
- 0.647,0.926,1,0.924,1,1,0.644,0.972
- 0.121,0.002,0.123,0.089,0.289,0.071,0.288,0.005
- 0.387,0.071,0.379,0.231,0.572,0.247,0.65,0.2,0.642,0.072
- 0.907,0.199,0.901,0.001,1,0,1,0.268
review:
alerts:
required_zones:
- 3205_Garage_Driveway
- 3205_Garage_Parking
detections:
required_zones:
- 3205_Garage_Driveway
- 3205_Garage_Parking
zones:
3205_Garage_Driveway:
coordinates:
0.737,0.128,0.798,0.131,0.833,0.13,0.86,0.126,1,0.237,1,0.45,0.144,0.372,0.189,0.281,0.788,0.308
loitering_time: 0
inertia: 3
3205_Garage_Parking:
coordinates: 1,0.451,0,0.358,0.001,0.587,0,1,1,1
loitering_time: 0
inertia: 3
objects:
- person
- cat
- dog
- motorcycle
3205_Garage_Yard:
coordinates:
0,0.37,0,0.191,0,0.123,0.143,0.111,0.396,0.091,0.699,0.106,0.755,0.194,0.785,0.304
loitering_time: 0
inertia: 3
objects:
- person
- dog
- motorcycle
- bird
onvif:
host: 192.168.254.94
user: '{FRIGATE_REOLINK_USER}'
password: '{FRIGATE_REOLINK_PW}'
objects:
filters:
car:
mask: 0.647,0.926,1,0.921,1,0.977,0.644,0.972
camera_groups:
West_Side_4:
order: 1
icon: LuParkingSquare
cameras:
- frigate_lorex_01_gate
- frigate_lorex_02_turnaround
- frigate_lorex_09_shop_front_door
- frigate_lorex_13_front_door_entry
Perimeter:
order: 3
icon: LuSprout
cameras:
- frigate_lorex_01_gate
- frigate_lorex_02_turnaround
- frigate_reolink_3205_garage_front
- frigate_reolink_3205_shop_driveway
- frigate_lorex_04_back_patio
- frigate_lorex_13_front_door_entry
- frigate_lorex_10_back_yard
- frigate_lorex_03_playset
# - frigate_lorex_05_woodshed
- frigate_reolink_e1_shop
Birdseye:
order: 2
icon: LuBird
cameras: birdseye
face_recognition:
enabled: true
model_size: large
lpr:
enabled: true
classification:
bird:
enabled: true Relevant Frigate log outputNA Relevant go2rtc log outputNA Frigate stats{"cameras":{"frigate_lorex_01_gate":{"camera_fps":5.0,"process_fps":5.0,"skipped_fps":0.0,"detection_fps":0.0,"detection_enabled":true,"pid":926,"capture_pid":1189,"ffmpeg_pid":1485750,"audio_rms":0.0,"audio_dBFS":0.0},"frigate_lorex_02_turnaround":{"camera_fps":5.0,"process_fps":5.0,"skipped_fps":0.0,"detection_fps":0.1,"detection_enabled":true,"pid":944,"capture_pid":1206,"ffmpeg_pid":1982912,"audio_rms":0.0,"audio_dBFS":0.0},"frigate_lorex_03_playset":{"camera_fps":5.1,"process_fps":5.1,"skipped_fps":0.0,"detection_fps":0.1,"detection_enabled":true,"pid":965,"capture_pid":1216,"ffmpeg_pid":1485787,"audio_rms":0.0,"audio_dBFS":0.0},"frigate_lorex_04_back_patio":{"camera_fps":5.1,"process_fps":5.1,"skipped_fps":0.0,"detection_fps":5.3,"detection_enabled":true,"pid":987,"capture_pid":1234,"ffmpeg_pid":1485742,"audio_rms":0.0,"audio_dBFS":0.0},"frigate_lorex_06_front_office":{"camera_fps":5.0,"process_fps":5.0,"skipped_fps":0.0,"detection_fps":4.9,"detection_enabled":true,"pid":998,"capture_pid":1272,"ffmpeg_pid":1485585,"audio_rms":0.0,"audio_dBFS":0.0},"frigate_lorex_07_garage_rear_door":{"camera_fps":5.1,"process_fps":5.1,"skipped_fps":0.0,"detection_fps":0.0,"detection_enabled":true,"pid":1030,"capture_pid":1300,"ffmpeg_pid":1485589,"audio_rms":0.0,"audio_dBFS":0.0},"frigate_lorex_08_shop_1":{"camera_fps":5.1,"process_fps":5.1,"skipped_fps":0.0,"detection_fps":0.0,"detection_enabled":true,"pid":1038,"capture_pid":1344,"ffmpeg_pid":1486024,"audio_rms":0.0,"audio_dBFS":0.0},"frigate_lorex_09_shop_front_door":{"camera_fps":5.0,"process_fps":5.0,"skipped_fps":0.0,"detection_fps":0.1,"detection_enabled":true,"pid":1058,"capture_pid":1370,"ffmpeg_pid":1486044,"audio_rms":0.0,"audio_dBFS":0.0},"frigate_lorex_10_back_yard":{"camera_fps":5.0,"process_fps":5.0,"skipped_fps":0.0,"detection_fps":0.0,"detection_enabled":true,"pid":1084,"capture_pid":1386,"ffmpeg_pid":1485786,"audio_rms":0.0,"audio_dBFS":0.0},"frigate_lorex_11_shop_2":{"camera_fps":5.0,"process_fps":5.0,"skipped_fps":0.0,"detection_fps":0.0,"detection_enabled":true,"pid":1095,"capture_pid":1412,"ffmpeg_pid":1485751,"audio_rms":0.0,"audio_dBFS":0.0},"frigate_lorex_12_garage_driveway":{"camera_fps":5.0,"process_fps":5.0,"skipped_fps":0.0,"detection_fps":0.1,"detection_enabled":true,"pid":1108,"capture_pid":1438,"ffmpeg_pid":1485806,"audio_rms":0.0,"audio_dBFS":0.0},"frigate_lorex_13_front_door_entry":{"camera_fps":5.3,"process_fps":4.9,"skipped_fps":0.4,"detection_fps":3.2,"detection_enabled":true,"pid":1123,"capture_pid":1464,"ffmpeg_pid":3435840,"audio_rms":0.0,"audio_dBFS":0.0},"frigate_reolink_e1_living_room":{"camera_fps":5.0,"process_fps":5.0,"skipped_fps":0.0,"detection_fps":0.0,"detection_enabled":true,"pid":1134,"capture_pid":1490,"ffmpeg_pid":1686201,"audio_rms":0.0,"audio_dBFS":0.0},"frigate_reolink_e1_shop":{"camera_fps":5.1,"process_fps":5.1,"skipped_fps":0.0,"detection_fps":0.0,"detection_enabled":true,"pid":1149,"capture_pid":1518,"ffmpeg_pid":3912875,"audio_rms":0.0,"audio_dBFS":0.0},"frigate_reolink_3205_shop_driveway":{"camera_fps":5.0,"process_fps":5.0,"skipped_fps":0.0,"detection_fps":9.2,"detection_enabled":true,"pid":1163,"capture_pid":1546,"ffmpeg_pid":1685686,"audio_rms":0.0,"audio_dBFS":0.0},"frigate_reolink_3205_nw_Shop_Corner":{"camera_fps":5.0,"process_fps":5.0,"skipped_fps":0.0,"detection_fps":0.0,"detection_enabled":true,"pid":1174,"capture_pid":1572,"ffmpeg_pid":3912855,"audio_rms":0.0,"audio_dBFS":0.0},"frigate_reolink_3205_garage_front":{"camera_fps":5.0,"process_fps":5.0,"skipped_fps":0.0,"detection_fps":0.5,"detection_enabled":true,"pid":1185,"capture_pid":1610,"ffmpeg_pid":1685484,"audio_rms":0.0,"audio_dBFS":0.0}},"detectors":{"coral_gpu":{"inference_speed":8.47,"detection_start":0.0,"pid":810}},"detection_fps":23.5,"embeddings":{"image_embedding_speed":71.52,"image_embedding":0.0,"text_embedding_speed":0.0,"text_embedding":0.0,"face_recognition_speed":75.63,"face_recognition":0.0,"plate_recognition_speed":55.01,"plate_recognition":0.0,"yolov9_plate_detection_speed":16.77,"yolov9_plate_detection":0.1},"gpu_usages":{"intel-qsv":{"gpu":"0.0%","mem":"-%","clients":{"1685484":"221.71%","3435840":"81.22%","1485751":"87.92%","1982912":"61.81%","1485750":"91.0%","1485786":"88.56%","1485806":"51.73%","1485787":"53.24%","1485742":"63.12%","3912855":"18.6%","1485585":"21.42%","1685686":"11.72%","3912875":"11.48%","1486024":"17.67%","1686201":"10.7%","813":"0.0%","1485589":"12.83%","1486044":"17.32%"}}},"cpu_usages":{"frigate.full_system":{"cpu":"21.1","mem":"53.6"},"1":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"/package/admin/s6/command/s6-svscan -d4 -- /run/service"},"17":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise s6-linux-init-shutdownd"},"18":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"/package/admin/s6-linux-init/command/s6-linux-init-shutdownd -d3 -c /run/s6/basedir -g 3000 -C -B"},"27":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise go2rtc"},"28":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise go2rtc-log"},"29":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise go2rtc-healthcheck"},"30":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise nginx-log"},"31":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise certsync-log"},"32":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise frigate"},"33":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise nginx"},"34":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise s6rc-oneshot-runner"},"35":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise frigate-log"},"36":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise certsync"},"37":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise s6rc-fdholder"},"48":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"/package/admin/s6/command/s6-ipcserverd -1 -- /package/admin/s6/command/s6-ipcserver-access -v0 -E -l0 -i data/rules -- /package/admin/s6/command/s6-sudod -t 30000 -- /package/admin/s6-rc/command/s6-rc-oneshot-run -l ../.. --"},"49":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"/package/admin/s6-2.13.2.0/command/s6-fdholderd -1 -n 256 -i data/rules"},"96":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-log -b -- T 1 n0 s10000000 T /dev/shm/logs/nginx"},"97":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-log -b -- T 1 n0 s10000000 T /dev/shm/logs/go2rtc"},"98":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-log -b -- T 1 n0 s10000000 T /dev/shm/logs/frigate"},"100":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-log -b -- T 1 n0 s10000000 T /dev/shm/logs/certsync"},"128":{"cpu":"14.0","cpu_average":"13","mem":"0.3","cmdline":"/usr/local/go2rtc/bin/go2rtc -config=/dev/shm/go2rtc.yaml"},"136":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"bash ./run.user go2rtc-healthcheck"},"137":{"cpu":"17.3","cpu_average":"18","mem":"8.0","cmdline":"python3 -u -m frigate"},"143":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"nginx: master process nginx"},"211":{"cpu":"0.0","cpu_average":"0","mem":"0.1","cmdline":"nginx: worker process"},"212":{"cpu":"0.0","cpu_average":"0","mem":"0.1","cmdline":"nginx: worker process"},"213":{"cpu":"0.0","cpu_average":"0","mem":"0.1","cmdline":"nginx: worker process"},"214":{"cpu":"0.0","cpu_average":"0","mem":"0.1","cmdline":"nginx: worker process"},"215":{"cpu":"0.1","cpu_average":"0","mem":"0.0","cmdline":"nginx: cache manager process"},"378":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"bash ./run.user certsync"},"425":{"cpu":"0.1","cpu_average":"0","mem":"0.3","cmdline":"python3 -u -m frigate"},"793":{"cpu":"11.3","cpu_average":"13","mem":"2.2","cmdline":"frigate.recording_manager"},"798":{"cpu":"2.8","cpu_average":"3","mem":"0.8","cmdline":"frigate.review_segment_manager"},"810":{"cpu":"11.1","cpu_average":"20","mem":"0.4","cmdline":"frigate.detector.coral_gpu"},"813":{"cpu":"15.3","cpu_average":"28","mem":"2.2","cmdline":"frigate.embeddings_manager"},"845":{"cpu":"6.4","cpu_average":"8","mem":"1.4","cmdline":"frigate.output "},"871":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 1920x1080 -i pipe: -threads 1 -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:"},"878":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 1920x1080 -i pipe: -threads 1 -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:"},"885":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 1920x1080 -i pipe: -threads 1 -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:"},"892":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 1920x1080 -i pipe: -threads 1 -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:"},"899":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 848x480 -i pipe: -threads 1 -f mpegts -s 1272x720 -codec:v mpeg1video -q 8 -bf 0 pipe:"},"919":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 848x480 -i pipe: -threads 1 -f mpegts -s 1272x720 -codec:v mpeg1video -q 8 -bf 0 pipe:"},"926":{"cpu":"1.2","cpu_average":"2","mem":"0.7","cmdline":"frigate.process:frigate_lorex_01_gate"},"928":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 848x480 -i pipe: -threads 1 -f mpegts -s 1272x720 -codec:v mpeg1video -q 8 -bf 0 pipe:"},"937":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 848x480 -i pipe: -threads 1 -f mpegts -s 1272x720 -codec:v mpeg1video -q 8 -bf 0 pipe:"},"944":{"cpu":"1.5","cpu_average":"1","mem":"0.6","cmdline":"frigate.process:frigate_lorex_02_turnaround"},"946":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 1920x1080 -i pipe: -threads 1 -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:"},"965":{"cpu":"1.5","cpu_average":"2","mem":"0.8","cmdline":"frigate.process:frigate_lorex_03_playset"},"966":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 1920x1080 -i pipe: -threads 1 -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:"},"987":{"cpu":"6.0","cpu_average":"2","mem":"0.8","cmdline":"frigate.process:frigate_lorex_04_back_patio"},"988":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 1920x1080 -i pipe: -threads 1 -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:"},"998":{"cpu":"4.2","cpu_average":"1","mem":"0.5","cmdline":"frigate.process:frigate_lorex_06_front_office"},"999":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 1920x1080 -i pipe: -threads 1 -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:"},"1019":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 640x360 -i pipe: -threads 1 -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:"},"1030":{"cpu":"1.1","cpu_average":"1","mem":"0.5","cmdline":"frigate.process:frigate_lorex_07_garage_rear_door"},"1035":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 640x360 -i pipe: -threads 1 -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:"},"1038":{"cpu":"1.1","cpu_average":"2","mem":"0.5","cmdline":"frigate.process:frigate_lorex_08_shop_1"},"1053":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 896x512 -i pipe: -threads 1 -f mpegts -s 1260x720 -codec:v mpeg1video -q 8 -bf 0 pipe:"},"1058":{"cpu":"1.5","cpu_average":"1","mem":"0.5","cmdline":"frigate.process:frigate_lorex_09_shop_front_door"},"1073":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 896x512 -i pipe: -threads 1 -f mpegts -s 1260x720 -codec:v mpeg1video -q 8 -bf 0 pipe:"},"1084":{"cpu":"1.2","cpu_average":"2","mem":"0.7","cmdline":"frigate.process:frigate_lorex_10_back_yard"},"1086":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 2560x1440 -i pipe: -threads 1 -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:"},"1095":{"cpu":"0.9","cpu_average":"3","mem":"0.5","cmdline":"frigate.process:frigate_lorex_11_shop_2"},"1106":{"cpu":"0.0","cpu_average":"0","mem":"0.1","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 1280x720 -i pipe: -threads 1 -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:"},"1108":{"cpu":"1.6","cpu_average":"4","mem":"0.7","cmdline":"frigate.process:frigate_lorex_12_garage_driveway"},"1123":{"cpu":"4.8","cpu_average":"8","mem":"0.9","cmdline":"frigate.process:frigate_lorex_13_front_door_entry"},"1134":{"cpu":"1.0","cpu_average":"1","mem":"0.5","cmdline":"frigate.process:frigate_reolink_e1_living_room"},"1149":{"cpu":"1.0","cpu_average":"1","mem":"0.5","cmdline":"frigate.process:frigate_reolink_e1_shop"},"1163":{"cpu":"8.2","cpu_average":"6","mem":"1.3","cmdline":"frigate.process:frigate_reolink_3205_shop_driveway"},"1174":{"cpu":"1.0","cpu_average":"3","mem":"0.5","cmdline":"frigate.process:frigate_reolink_3205_nw_Shop_Corner"},"1185":{"cpu":"3.3","cpu_average":"10","mem":"1.1","cmdline":"frigate.process:frigate_reolink_3205_garage_front"},"1189":{"cpu":"2.6","cpu_average":"2","mem":"0.5","cmdline":"frigate.capture:frigate_lorex_01_gate"},"1206":{"cpu":"2.4","cpu_average":"2","mem":"0.5","cmdline":"frigate.capture:frigate_lorex_02_turnaround"},"1216":{"cpu":"2.3","cpu_average":"2","mem":"0.5","cmdline":"frigate.capture:frigate_lorex_03_playset"},"1234":{"cpu":"2.4","cpu_average":"2","mem":"0.5","cmdline":"frigate.capture:frigate_lorex_04_back_patio"},"1272":{"cpu":"0.7","cpu_average":"0","mem":"0.5","cmdline":"frigate.capture:frigate_lorex_06_front_office"},"1300":{"cpu":"0.6","cpu_average":"0","mem":"0.5","cmdline":"frigate.capture:frigate_lorex_07_garage_rear_door"},"1344":{"cpu":"0.6","cpu_average":"0","mem":"0.5","cmdline":"frigate.capture:frigate_lorex_08_shop_1"},"1370":{"cpu":"0.7","cpu_average":"0","mem":"0.5","cmdline":"frigate.capture:frigate_lorex_09_shop_front_door"},"1386":{"cpu":"2.3","cpu_average":"2","mem":"0.5","cmdline":"frigate.capture:frigate_lorex_10_back_yard"},"1412":{"cpu":"2.0","cpu_average":"2","mem":"0.5","cmdline":"frigate.capture:frigate_lorex_11_shop_2"},"1438":{"cpu":"2.4","cpu_average":"2","mem":"0.5","cmdline":"frigate.capture:frigate_lorex_12_garage_driveway"},"1464":{"cpu":"2.3","cpu_average":"2","mem":"0.6","cmdline":"frigate.capture:frigate_lorex_13_front_door_entry"},"1490":{"cpu":"0.5","cpu_average":"0","mem":"0.5","cmdline":"frigate.capture:frigate_reolink_e1_living_room"},"1518":{"cpu":"0.6","cpu_average":"0","mem":"0.5","cmdline":"frigate.capture:frigate_reolink_e1_shop"},"1546":{"cpu":"0.6","cpu_average":"0","mem":"0.5","cmdline":"frigate.capture:frigate_reolink_3205_shop_driveway"},"1572":{"cpu":"0.6","cpu_average":"0","mem":"0.5","cmdline":"frigate.capture:frigate_reolink_3205_nw_Shop_Corner"},"1610":{"cpu":"3.8","cpu_average":"3","mem":"0.5","cmdline":"frigate.capture:frigate_reolink_3205_garage_front"},"1485585":{"cpu":"1.5","cpu_average":"1","mem":"0.2","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel qsv -qsv_device /dev/dri/renderD128 -hwaccel_output_format qsv -c:v h264_qsv -bsf:v dump_extra -user_agent FFmpeg Frigate/0.16.0-f141b58 -rtsp_transport tcp -timeout 10000000 -i rtsp://127.0.0.1:8554/frigate_lorex_06_front_office_sub -r 5 -vf vpp_qsv=framerate=5:w=848:h=480:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:"},"1485589":{"cpu":"1.7","cpu_average":"1","mem":"0.2","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel qsv -qsv_device /dev/dri/renderD128 -hwaccel_output_format qsv -c:v h264_qsv -bsf:v dump_extra -user_agent FFmpeg Frigate/0.16.0-f141b58 -rtsp_transport tcp -timeout 10000000 -i rtsp://127.0.0.1:8554/frigate_lorex_07_garage_rear_door_sub -r 5 -vf vpp_qsv=framerate=5:w=848:h=480:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:"},"1485590":{"cpu":"0.4","cpu_average":"0","mem":"0.1","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -user_agent FFmpeg Frigate/0.16.0-f141b58 -rtsp_transport tcp -timeout 10000000 -i rtsp://127.0.0.1:8554/frigate_lorex_06_front_office -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac /tmp/cache/frigate_lorex_06_front_office@%Y%m%d%H%M%S%z.mp4"},"1485594":{"cpu":"0.4","cpu_average":"0","mem":"0.1","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -user_agent FFmpeg Frigate/0.16.0-f141b58 -rtsp_transport tcp -timeout 10000000 -i rtsp://127.0.0.1:8554/frigate_lorex_07_garage_rear_door -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac /tmp/cache/frigate_lorex_07_garage_rear_door@%Y%m%d%H%M%S%z.mp4"},"1485631":{"cpu":"0.3","cpu_average":"0","mem":"0.1","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -user_agent FFmpeg Frigate/0.16.0-f141b58 -rtsp_transport tcp -timeout 10000000 -i rtsp://127.0.0.1:8554/frigate_lorex_08_shop_1 -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac /tmp/cache/frigate_lorex_08_shop_1@%Y%m%d%H%M%S%z.mp4"},"1485652":{"cpu":"0.5","cpu_average":"0","mem":"0.1","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -user_agent FFmpeg Frigate/0.16.0-f141b58 -rtsp_transport tcp -timeout 10000000 -i rtsp://127.0.0.1:8554/frigate_lorex_09_shop_front_door -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac /tmp/cache/frigate_lorex_09_shop_front_door@%Y%m%d%H%M%S%z.mp4"},"1485742":{"cpu":"5.7","cpu_average":"6","mem":"0.4","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel qsv -qsv_device /dev/dri/renderD128 -hwaccel_output_format qsv -c:v h264_qsv -bsf:v dump_extra -user_agent FFmpeg Frigate/0.16.0-f141b58 -rtsp_transport tcp -timeout 10000000 -i rtsp://127.0.0.1:8554/frigate_lorex_04_back_patio -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac /tmp/cache/frigate_lorex_04_back_patio@%Y%m%d%H%M%S%z.mp4 -r 5 -vf vpp_qsv=framerate=5:w=1920:h=1080:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:"},"1485750":{"cpu":"5.7","cpu_average":"5","mem":"0.4","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel qsv -qsv_device /dev/dri/renderD128 -hwaccel_output_format qsv -c:v h264_qsv -bsf:v dump_extra -user_agent FFmpeg Frigate/0.16.0-f141b58 -rtsp_transport tcp -timeout 10000000 -i rtsp://127.0.0.1:8554/frigate_lorex_01_gate -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac /tmp/cache/frigate_lorex_01_gate@%Y%m%d%H%M%S%z.mp4 -r 5 -vf vpp_qsv=framerate=5:w=1920:h=1080:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:"},"1485751":{"cpu":"4.8","cpu_average":"5","mem":"0.4","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel qsv -qsv_device /dev/dri/renderD128 -hwaccel_output_format qsv -c:v h264_qsv -bsf:v dump_extra -user_agent FFmpeg Frigate/0.16.0-f141b58 -rtsp_transport tcp -timeout 10000000 -i rtsp://127.0.0.1:8554/frigate_lorex_11_shop_2 -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac /tmp/cache/frigate_lorex_11_shop_2@%Y%m%d%H%M%S%z.mp4 -r 5 -vf vpp_qsv=framerate=5:w=1920:h=1080:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:"},"1485786":{"cpu":"5.9","cpu_average":"5","mem":"0.4","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel qsv -qsv_device /dev/dri/renderD128 -hwaccel_output_format qsv -c:v h264_qsv -bsf:v dump_extra -user_agent FFmpeg Frigate/0.16.0-f141b58 -rtsp_transport tcp -timeout 10000000 -i rtsp://127.0.0.1:8554/frigate_lorex_10_back_yard -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac /tmp/cache/frigate_lorex_10_back_yard@%Y%m%d%H%M%S%z.mp4 -r 5 -vf vpp_qsv=framerate=5:w=1920:h=1080:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:"},"1485787":{"cpu":"5.7","cpu_average":"5","mem":"0.4","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel qsv -qsv_device /dev/dri/renderD128 -hwaccel_output_format qsv -c:v h264_qsv -bsf:v dump_extra -user_agent FFmpeg Frigate/0.16.0-f141b58 -rtsp_transport tcp -timeout 10000000 -i rtsp://127.0.0.1:8554/frigate_lorex_03_playset -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac /tmp/cache/frigate_lorex_03_playset@%Y%m%d%H%M%S%z.mp4 -r 5 -vf vpp_qsv=framerate=5:w=1920:h=1080:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:"},"1485806":{"cpu":"6.2","cpu_average":"5","mem":"0.4","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel qsv -qsv_device /dev/dri/renderD128 -hwaccel_output_format qsv -c:v h264_qsv -bsf:v dump_extra -user_agent FFmpeg Frigate/0.16.0-f141b58 -rtsp_transport tcp -timeout 10000000 -i rtsp://127.0.0.1:8554/frigate_lorex_12_garage_driveway -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac /tmp/cache/frigate_lorex_12_garage_driveway@%Y%m%d%H%M%S%z.mp4 -r 5 -vf vpp_qsv=framerate=5:w=1920:h=1080:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:"},"1486024":{"cpu":"1.5","cpu_average":"1","mem":"0.2","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel qsv -qsv_device /dev/dri/renderD128 -hwaccel_output_format qsv -c:v h264_qsv -bsf:v dump_extra -user_agent FFmpeg Frigate/0.16.0-f141b58 -rtsp_transport tcp -timeout 10000000 -i rtsp://127.0.0.1:8554/frigate_lorex_08_shop_1_sub -r 5 -vf vpp_qsv=framerate=5:w=848:h=480:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:"},"1486044":{"cpu":"1.8","cpu_average":"1","mem":"0.2","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel qsv -qsv_device /dev/dri/renderD128 -hwaccel_output_format qsv -c:v h264_qsv -bsf:v dump_extra -user_agent FFmpeg Frigate/0.16.0-f141b58 -rtsp_transport tcp -timeout 10000000 -i rtsp://127.0.0.1:8554/frigate_lorex_09_shop_front_door_sub -r 5 -vf vpp_qsv=framerate=5:w=848:h=480:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:"},"1685484":{"cpu":"10.0","cpu_average":"9","mem":"0.6","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel qsv -qsv_device /dev/dri/renderD128 -hwaccel_output_format qsv -c:v h264_qsv -bsf:v dump_extra -user_agent FFmpeg Frigate/0.16.0-f141b58 -rtsp_transport tcp -timeout 10000000 -i rtsp://127.0.0.1:8554/frigate_reolink_3205_garage_front -r 5 -vf vpp_qsv=framerate=5:w=2560:h=1440:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:"},"1685500":{"cpu":"0.7","cpu_average":"0","mem":"0.1","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -user_agent FFmpeg Frigate/0.16.0-f141b58 -rtsp_transport tcp -timeout 10000000 -i rtsp://127.0.0.1:8554/frigate_reolink_3205_garage_front_sub -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac /tmp/cache/frigate_reolink_3205_garage_front@%Y%m%d%H%M%S%z.mp4"},"1685686":{"cpu":"4.0","cpu_average":"3","mem":"0.2","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel qsv -qsv_device /dev/dri/renderD128 -hwaccel_output_format qsv -c:v h264_qsv -bsf:v dump_extra -user_agent FFmpeg Frigate/0.16.0-f141b58 -rtsp_transport tcp -timeout 10000000 -i rtsp://127.0.0.1:8554/frigate_reolink_3205_shop_driveway_sub -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac /tmp/cache/frigate_reolink_3205_shop_driveway@%Y%m%d%H%M%S%z.mp4 -r 5 -vf vpp_qsv=framerate=5:w=896:h=512:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:"},"1686201":{"cpu":"1.4","cpu_average":"1","mem":"0.1","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel qsv -qsv_device /dev/dri/renderD128 -hwaccel_output_format qsv -c:v h264_qsv -bsf:v dump_extra -user_agent FFmpeg Frigate/0.16.0-f141b58 -rtsp_transport tcp -timeout 10000000 -i rtsp://127.0.0.1:8554/frigate_reolink_e1_living_room_sub -r 5 -vf vpp_qsv=framerate=5:w=640:h=360:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:"},"1982912":{"cpu":"5.3","cpu_average":"5","mem":"0.4","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel qsv -qsv_device /dev/dri/renderD128 -hwaccel_output_format qsv -c:v h264_qsv -bsf:v dump_extra -user_agent FFmpeg Frigate/0.16.0-f141b58 -rtsp_transport tcp -timeout 10000000 -i rtsp://127.0.0.1:8554/frigate_lorex_02_turnaround -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac /tmp/cache/frigate_lorex_02_turnaround@%Y%m%d%H%M%S%z.mp4 -r 5 -vf vpp_qsv=framerate=5:w=1920:h=1080:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:"},"2777409":{"cpu":"2.3","cpu_average":"2","mem":"0.1","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -user_agent FFmpeg Frigate/0.16.0-f141b58 -rtsp_transport tcp -timeout 10000000 -i rtsp://127.0.0.1:8554/frigate_reolink_e1_shop -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac /tmp/cache/frigate_reolink_e1_shop@%Y%m%d%H%M%S%z.mp4"},"2897047":{"cpu":"2.3","cpu_average":"2","mem":"0.1","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -user_agent FFmpeg Frigate/0.16.0-f141b58 -rtsp_transport tcp -timeout 10000000 -i rtsp://127.0.0.1:8554/frigate_reolink_e1_living_room -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac /tmp/cache/frigate_reolink_e1_living_room@%Y%m%d%H%M%S%z.mp4"},"3435840":{"cpu":"5.4","cpu_average":"6","mem":"1.0","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel qsv -qsv_device /dev/dri/renderD128 -hwaccel_output_format qsv -c:v h264_qsv -bsf:v dump_extra -user_agent FFmpeg Frigate/0.16.0-f141b58 -rtsp_transport tcp -timeout 10000000 -i rtsp://127.0.0.1:8554/frigate_lorex_13_front_door_entry -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac /tmp/cache/frigate_lorex_13_front_door_entry@%Y%m%d%H%M%S%z.mp4 -r 5 -vf vpp_qsv=framerate=5:w=1920:h=1080:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:"},"3636183":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"sleep 60"},"3636535":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"sleep 30s"},"3912855":{"cpu":"3.4","cpu_average":"3","mem":"0.2","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel qsv -qsv_device /dev/dri/renderD128 -hwaccel_output_format qsv -c:v h264_qsv -bsf:v dump_extra -user_agent FFmpeg Frigate/0.16.0-f141b58 -rtsp_transport tcp -timeout 10000000 -i rtsp://127.0.0.1:8554/frigate_reolink_3205_nw_Shop_Corner_sub -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac /tmp/cache/frigate_reolink_3205_nw_Shop_Corner@%Y%m%d%H%M%S%z.mp4 -r 5 -vf vpp_qsv=framerate=5:w=896:h=512:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:"},"3912875":{"cpu":"1.4","cpu_average":"1","mem":"0.1","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel qsv -qsv_device /dev/dri/renderD128 -hwaccel_output_format qsv -c:v h264_qsv -bsf:v dump_extra -user_agent FFmpeg Frigate/0.16.0-f141b58 -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 10000000 -use_wallclock_as_timestamps 1 -i rtsp://127.0.0.1:8554/frigate_reolink_e1_shop_sub -r 5 -vf vpp_qsv=framerate=5:w=640:h=360:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:"}},"service":{"uptime":615389,"version":"0.16.0-f141b58","latest_version":"0.15.1","storage":{"/media/frigate/recordings":{"total":200502.3,"used":150420.0,"free":40317.9,"mount_type":"ext4"},"/media/frigate/clips":{"total":200502.3,"used":150420.0,"free":40317.9,"mount_type":"ext4"},"/tmp/cache":{"total":953.7,"used":147.5,"free":806.2,"mount_type":"tmpfs"},"/dev/shm":{"total":2048.0,"used":1676.2,"free":371.8,"mount_type":"tmpfs"}},"temperatures":{},"last_updated":1751070809},"processes":{"recording":{"pid":793},"review_segment":{"pid":798},"go2rtc":{"pid":128},"embeddings":{"pid":813}}} Operating systemOther Linux Install methodDocker Compose docker-compose file or Docker CLI commandservices:
frigate:
container_name: frigate
# runtime: nvidia
privileged: false # this may not be necessary for all setups
restart: unless-stopped
image: ghcr.io/blakeblackshear/frigate:0.16.0-beta3
cap_add:
- CAP_PERFMON
shm_size: "2048mb" # update for your cameras based on calculation above
devices:
- /dev/bus/usb:/dev/bus/usb # Passes the USB Coral, needs to be modified for other versions
# - /dev/apex_0:/dev/apex_0 # Passes a PCIe Coral, follow driver instructions here https://coral.ai/docs/m2/get-started/#2a-on-linux
# - /dev/video11:/dev/video11 # For Raspberry Pi 4B
- /dev/dri/renderD128:/dev/dri/renderD128 # For intel hwaccel, needs to be updated for your hardware
# deploy: # <------------- Add this section
# resources:
# reservations:
# devices:
# - driver: nvidia
# # device_ids: ['0'] # this is only needed when using multiple GPUs
# count: 1 # number of GPUs
# capabilities: [gpu]
volumes:
# - /var/run/docker.sock:/var/run/docker.sock
- /etc/localtime:/etc/localtime:ro
- /data/frigate:/config
# only use one of the following. as of 25-01-26 I'm switching to `seagate_USB` -EAS
- /data/frigate/storage:/media/frigate
- /data/frigate/logs:/dev/shm/logs
- type: tmpfs # Optional: 1GB of memory, reduces SSD/SD Card wear
target: /tmp/cache
tmpfs:
size: 1000000000
ports:
- "8971:8971"
- "5000:5000"
- "8554:8554" # RTSP feeds
- "8555:8555/tcp" # WebRTC over tcp
- "8555:8555/udp" # WebRTC over udp
- "1984:1984" #goRTC
env_file:
- .env
# network_mode: host Object DetectorCoral Screenshots of the Frigate UI's System metrics pagesAny other information that may be helpfulAny tips would be much appreciated. I can throw more storage at it if I have to, but I don't think I should have to (at least as far as I can tell from docs). Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
NickM-27
Jun 28, 2025
Replies: 1 comment 7 replies
-
We will need to see a full copy of logs |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The storage check is finding that is running out of storage. This makes sense given continuous recording on many cameras