[Support]: Something broke, not sure what. logs full of errors. #15134
-
Describe the problem you are havingI tried to increase shm size, this happened, I reverted, and it went back to normal. This time I added a line to config, then reverted. After reverting it broke. But when I add it back, the issue goes away. I was trying to troubleshoot why I can't get webrtc streams working. I added a line to this but removed it. I added
Version0.14.1-f4f3cfa What browser(s) are you using?No response Frigate config fileversion: 0.14
mqtt:
host: 10.0.1.11
user: mqtt
password: password
detectors: #I know multiple detectors are not supported.
tensorrt:
type: tensorrt
device: 0
model:
path: /config/model_cache/tensorrt/yolov7-320.trt
input_tensor: nchw
input_pixel_format: rgb
width: 320
height: 320
coral1:
type: edgetpu
device: pci:0
coral2:
type: edgetpu
device: pci:1
coral3:
type: edgetpu
device: pci:2
objects:
track:
- person
- dog
- cat
ffmpeg:
hwaccel_args: preset-nvidia-h264
input_args: preset-rtsp-restream
output_args:
record: preset-record-generic-audio-copy
###################################################################################
go2rtc:
streams:
doorbell:
- ffmpeg:http://10.0.10.66/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=frigate&password=password#video=copy#audio=copy#audio=opus
# - rtsp://frigate:[email protected]:554/h264Preview_01_main
# - ffmpeg:doorbell#audio=opus#audio=aac
doorbell_sub:
- http://10.0.10.66/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=frigate&password=password
# - rtsp://frigate:[email protected]:554/h264Preview_01_sub
# - ffmpeg:doorbell_sub#audio=opus#audio=aac
driveway_cam:
- rtsp://frigate:[email protected]:554/streaming/channels/101
# - ffmpeg:driveway_cam#audio=opus#audio=aac
driveway_cam_sub:
- rtsp://frigate:[email protected]:554/streaming/channels/102
# - ffmpeg:driveway_cam_sub#audio=opus#audio=aac
garage:
- rtsp://frigate:[email protected]:554/s0
# - ffmpeg:garage#audio=opus#audio=aac
garage_sub:
- rtsp://frigate:[email protected]:554/s1
# - ffmpeg:garage_sub#audio=opus#audio=aac
rear_garage_1:
- rtsp://frigate:[email protected]:554/h265Preview_01_main
# - ffmpeg:rear_garage_1#audio=opus#audio=aac
rear_garage_1_sub:
- rtsp://frigate:[email protected]:554/h264Preview_01_sub
# - ffmpeg:rear_garage_1_sub#audio=opus#audio=aac
rear_parking_pad_cam:
- rtsp://frigate:[email protected]:554/streaming/channels/101
# - ffmpeg:rear_parking_pad_cam#audio=opus#audio=aac
rear_parking_pad_cam_sub:
- rtsp://frigate:[email protected]:554/streaming/channels/102
# - ffmpeg:rear_parking_pad_cam_sub#audio=opus#audio=aac
shop:
- rtsp://frigate:[email protected]:554/h264Preview_01_main
# - ffmpeg:shop#audio=opus#audio=aac
shop_sub:
- rtsp://frigate:[email protected]:554/h264Preview_01_sub
# - ffmpeg:shop_sub#audio=opus#audio=aac
shop_shed:
- rtsp://frigate:[email protected]:554/s0
# - ffmpeg:shop_shed#audio=opus#audio=aac
shop_shed_sub:
- rtsp://frigate:[email protected]:554/s1
# - ffmpeg:shop_shed_sub#audio=opus#audio=aac
front_1:
- rtsp://frigate:[email protected]:554/streaming/channels/101
front_1_sub:
- rtsp://frigate:[email protected]:554/streaming/channels/102
webrtc:
candidates:
- 10.0.1.14:8555
- stun:8555
ffmpeg:
bin: ffmpeg
volume: -af "volume=30dB"
###################################################################################
cameras:
#---------------------------------------------------------------------------------#
front_1:
ui:
order: 1
webui_url: http://10.0.10.68
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/front_1
roles:
- record
- detect
live:
stream_name: front_1_sub
detect:
width: 3840
height: 2160
fps: 5
motion:
mask: # Camera timestamp
- 0.654,0.98,0.898,0.981,0.899,0.942,0.653,0.941
- 0,0.033,0.073,0.035,0.073,0,0,0
zones:
driveway:
coordinates: 0.328,0.424,0.314,0.106,0.553,0.183
objects:
- person
- dog
- cat
filters:
person:
# Optional: minimum width*height of the bounding box for the detected object (default: 0)
min_area: 20000
# Optional: maximum width*height of the bounding box for the detected object (default: 24000000)
max_area: 180000
# 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.6
# Optional: minimum decimal percentage for tracked object's computed score to be considered a true positive (default: shown below)
threshold: 0.8
inertia: 3
loitering_time: 0
front_steps:
coordinates: 0.122,1,0,1,0,0.847,0.392,0.363,0.472,0.4
objects:
- person
- dog
- cat
filters:
person:
# Optional: minimum width*height of the bounding box for the detected object (default: 0)
min_area: 50000
# Optional: maximum width*height of the bounding box for the detected object (default: 24000000)
max_area: 320000
# 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.6
# Optional: minimum decimal percentage for tracked object's computed score to be considered a true positive (default: shown below)
threshold: 0.8
inertia: 3
loitering_time: 0
north_front_yard:
coordinates: 0.493,0.382,0.132,1,1,1,1,0.386,0.549,0.198,0.414,0.348
objects:
- person
- dog
- cat
filters:
person:
# Optional: minimum width*height of the bounding box for the detected object (default: 0)
min_area: 20000
# Optional: maximum width*height of the bounding box for the detected object (default: 24000000)
max_area: 320000
# 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.6
# Optional: minimum decimal percentage for tracked object's computed score to be considered a true positive (default: shown below)
threshold: 0.8
inertia: 3
loitering_time: 0
snapshots:
enabled: true
timestamp: false
bounding_box: true
quality: 100
retain:
default: 10
required_zones:
- driveway
- north_front_yard
- front_steps
record:
enabled: true
events:
retain:
default: 10
review:
detections:
required_zones:
- driveway
- north_front_yard
- front_steps
alerts:
required_zones:
- driveway
- front_steps
- north_front_yard
#---------------------------------------------------------------------------------#
doorbell:
ui:
order: 2
webui_url: http://10.0.10.66
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/doorbell
roles:
- record
- detect
live:
stream_name: doorbell_sub
detect:
width: 2560
height: 1920
fps: 5
motion:
mask: # Camera timestamp
- 1810,62,2560,62,2560,0,1810,0
zones:
front_steps:
coordinates: 409,1920,1999,1920,1996,1609,1390,1550,1098,1662,330,1237,141,1283,210,1560
objects:
- person
- dog
- cat
filter:
person:
# Optional: minimum width*height of the bounding box for the detected object (default: 0)
min_area: 20000
# Optional: maximum width*height of the bounding box for the detected object (default: 24000000)
max_area: 1500000
# 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.6
# Optional: minimum decimal percentage for tracked object's computed score to be considered a true positive (default: shown below)
threshold: 0.8
#north_front_yard:
#coordinates: 847,1145,989,1118,1593,1111,856,1081,697,1113
snapshots:
enabled: true
timestamp: false
bounding_box: true
retain:
default: 10
required_zones:
#- north_front_yard
- front_steps
record:
enabled: true
events:
retain:
default: 10
review:
detections:
required_zones: front_steps
alerts:
required_zones: front_steps
#---------------------------------------------------------------------------------#
driveway_cam:
ui:
order: 0
webui_url: http://10.0.10.65
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/driveway_cam
roles:
- record
- detect
live:
stream_name: driveway_cam_sub
detect:
width: 5120
height: 1440
fps: 5
motion:
mask: # Camera timestamp & camera title
- 1000,106,1000,40,80,40,80,106
- 4550,1405,4910,1405,4910,1320,4550,1320
zones:
driveway:
coordinates: 804,1440,4291,1440,3220,297,2559,275,1905,297
objects:
- person
- dog
- cat
filter:
person:
# Optional: minimum width*height of the bounding box for the detected object (default: 0)
min_area: 60000
# Optional: maximum width*height of the bounding box for the detected object (default: 24000000)
max_area: 500000
# 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.6
# Optional: minimum decimal percentage for tracked object's computed score to be considered a true positive (default: shown below)
threshold: 0.8
north_front_yard:
coordinates: 0.699,0.22,0.774,0.427,0.836,0.453,0.89,0.465,0.823,0.309,0.774,0.264
objects:
- person
- dog
- cat
filter:
person:
# Optional: minimum width*height of the bounding box for the detected object (default: 0)
min_area: 10000
# Optional: maximum width*height of the bounding box for the detected object (default: 24000000)
max_area: 150000
# 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.6
# Optional: minimum decimal percentage for tracked object's computed score to be considered a true positive (default: shown below)
threshold: 0.8
inertia: 3
loitering_time: 0
south_front_yard:
coordinates: 1212,354,132,1099,227,1201,602,951,774,974,1533,329
objects:
- person
- dog
- cat
filter:
person:
# Optional: minimum width*height of the bounding box for the detected object (default: 0)
min_area: 10000
# Optional: maximum width*height of the bounding box for the detected object (default: 24000000)
max_area: 150000
# 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.6
# Optional: minimum decimal percentage for tracked object's computed score to be considered a true positive (default: shown below)
threshold: 0.8
snapshots:
enabled: true
timestamp: false
bounding_box: true
retain:
default: 10
required_zones:
- driveway
- north_front_yard
- south_front_yard
record:
enabled: true
events:
retain:
default: 10
review:
detections:
required_zones:
- driveway
- north_front_yard
- south_front_yard
alerts:
required_zones: driveway
#---------------------------------------------------------------------------------#
garage:
ui:
order: 3
webui_url: http://10.0.10.64
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/garage
roles:
- record
- detect
live:
stream_name: garage_sub
detect:
width: 1920
height: 1080
fps: 5
motion:
mask: # Camera timestamp
- 0,87,240,87,340,50,340,0,0,0
zones:
inside_garage_man_door:
coordinates: 94,296,246,265,227,43,69,75
objects:
- person
filter:
person:
# Optional: minimum width*height of the bounding box for the detected object (default: 0)
min_area: 50000
# Optional: maximum width*height of the bounding box for the detected object (default: 24000000)
max_area: 280000
# 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.6
# Optional: minimum decimal percentage for tracked object's computed score to be considered a true positive (default: shown below)
threshold: 0.8
garage_door:
coordinates: 1236,313,1920,625,1920,90,1543,0,1269,0
objects:
- person
filter:
person:
# Optional: minimum width*height of the bounding box for the detected object (default: 0)
min_area: 30000
# Optional: maximum width*height of the bounding box for the detected object (default: 24000000)
max_area: 240000
# 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.6
# Optional: minimum decimal percentage for tracked object's computed score to be considered a true positive (default: shown below)
threshold: 0.8
inside_garage:
coordinates: 0.11,0.404,0.563,0.264,0.819,0.616,0.178,0.938
loitering_time: 0
snapshots:
enabled: true
timestamp: false
bounding_box: true
retain:
default: 10
required_zones:
- inside_garage_man_door
- garage_door
record:
enabled: true
events:
retain:
default: 10
review:
detections:
required_zones:
- inside_garage_man_door
- garage_door
- inside_garage
alerts:
required_zones:
- garage_door
- inside_garage_man_door
#---------------------------------------------------------------------------------#
rear_garage_1:
ui:
order: 4
webui_url: http://10.0.10.61
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/rear_garage_1
roles:
- record
- detect
live:
stream_name: rear_garage_1_sub
detect:
width: 3840
height: 2160
fps: 5
motion:
mask: 0.4,1,0.599,1,0.598,0.967,0.4,0.965 # Camera timestamp
zones:
rear_parking_pad:
coordinates: 0.523,0.365,0,0.379,0.004,0.241,0.698,0.239,0.709,0.283,0.527,0.29
objects:
- person
- dog
- cat
filters:
person:
# Optional: minimum width*height of the bounding box for the detected object (default: 0)
min_area: 50000
# Optional: maximum width*height of the bounding box for the detected object (default: 24000000)
max_area: 180000
# 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.6
# Optional: minimum decimal percentage for tracked object's computed score to be considered a true positive (default: shown below)
threshold: 0.8
inertia: 3
loitering_time: 0
outside_shop_man_door:
coordinates: 0.824,0.418,0.917,0.414,0.92,0.138,0.825,0.134
objects: person
filters:
person:
# Optional: minimum width*height of the bounding box for the detected object (default: 0)
min_area: 50000
# Optional: maximum width*height of the bounding box for the detected object (default: 24000000)
max_area: 240000
# 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.6
# Optional: minimum decimal percentage for tracked object's computed score to be considered a true positive (default: shown below)
threshold: 0.8
inertia: 3
loitering_time: 0
backyard:
coordinates: 1,1,1,0.434,0.544,0.462,0.505,0.811,0,0.794,0.012,0.935,0.361,0.942,0.365,1
objects: person
filters:
person:
# Optional: minimum width*height of the bounding box for the detected object (default: 0)
min_area: 60000
# Optional: maximum width*height of the bounding box for the detected object (default: 24000000)
max_area: 240000
# 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.6
# Optional: minimum decimal percentage for tracked object's computed score to be considered a true positive (default: shown below)
threshold: 0.8
inertia: 3
loitering_time: 0
garden:
coordinates: 0.485,0.533,0.514,0.402,0,0.424,0,0.533
objects:
- person
- dog
- cat
filters:
person:
# Optional: minimum width*height of the bounding box for the detected object (default: 0)
min_area: 50000
# Optional: maximum width*height of the bounding box for the detected object (default: 24000000)
max_area: 180000
# 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.6
# Optional: minimum decimal percentage for tracked object's computed score to be considered a true positive (default: shown below)
threshold: 0.8
inertia: 3
loitering_time: 0
alley:
coordinates: 0.697,0.167,0.696,0,0,0.013,0,0.187
objects:
- person
- dog
- cat
filters:
person:
# Optional: minimum width*height of the bounding box for the detected object (default: 0)
min_area: 50000
# Optional: maximum width*height of the bounding box for the detected object (default: 24000000)
max_area: 180000
# 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.6
# Optional: minimum decimal percentage for tracked object's computed score to be considered a true positive (default: shown below)
threshold: 0.8
inertia: 3
loitering_time: 0
snapshots:
enabled: true
timestamp: false
bounding_box: true
retain:
default: 10
required_zones:
- rear_parking_pad
- outside_shop_man_door
- backyard
- garden
- alley
record:
enabled: true
events:
retain:
default: 10
review:
detections:
required_zones:
- rear_parking_pad
- outside_shop_man_door
- backyard
- garden
- alley
alerts:
required_zones:
- backyard
- garden
- outside_shop_man_door
- rear_parking_pad
#---------------------------------------------------------------------------------#
shop:
ui:
order: 5
webui_url: http://10.0.10.62
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/shop
roles:
- record
- detect
live:
stream_name: shop_sub
detect:
width: 2560
height: 1440
fps: 5
motion:
mask: # Camera timestamp
- 908,1416,1650,1416,1650,1357,908,1357
zones:
inside_shop_man_door:
coordinates: 891,623,1103,536,1057,48,826,95
objects:
- person
filters:
person:
# Optional: minimum width*height of the bounding box for the detected object (default: 0)
min_area: 50000
# Optional: maximum width*height of the bounding box for the detected object (default: 24000000)
max_area: 350000
# 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.6
# Optional: minimum decimal percentage for tracked object's computed score to be considered a true positive (default: shown below)
threshold: 0.8
shop_door:
coordinates: 2560,910,2560,49,1327,0,1347,621
objects:
- person
filters:
person:
# Optional: minimum width*height of the bounding box for the detected object (default: 0)
min_area: 50000
# Optional: maximum width*height of the bounding box for the detected object (default: 24000000)
max_area: 350000
# 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.6
# Optional: minimum decimal percentage for tracked object's computed score to be considered a true positive (default: shown below)
threshold: 0.8
snapshots:
enabled: true
timestamp: false
bounding_box: true
retain:
default: 10
required_zones:
- inside_shop_man_door
- shop_door
record:
enabled: true
events:
retain:
default: 10
review:
detections:
required_zones:
- inside_shop_man_door
- shop_door
alerts:
required_zones:
- inside_shop_man_door
- shop_door
#---------------------------------------------------------------------------------#
shop_shed:
ui:
order: 7
webui_url: http://10.0.10.63
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/shop_shed
roles:
- record
- detect
live:
stream_name: shop_shed_sub
objects:
track:
- person
filters:
person:
# Optional: minimum width*height of the bounding box for the detected object (default: 0)
min_area: 50000
# Optional: maximum width*height of the bounding box for the detected object (default: 24000000)
max_area: 24000000
# 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.6
# Optional: minimum decimal percentage for tracked object's computed score to be considered a true positive (default: shown below)
threshold: 0.8
detect:
width: 1920
height: 1080
fps: 5
motion:
mask: # Camera timestamp
- 0,87,240,87,340,50,340,0,0,0
snapshots:
enabled: true
timestamp: false
bounding_box: true
retain:
default: 10
record:
enabled: true
events:
retain:
default: 10
zones:
inside_shed_entry:
coordinates: 0.077,0.121,0.522,0.108,0.527,0.775,0.115,0.901
loitering_time: 0
objects: person
review:
alerts:
required_zones: inside_shed_entry
#---------------------------------------------------------------------------------#
rear_parking_pad_cam:
ui:
order: 6
webui_url: http://10.0.10.67
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/rear_parking_pad_cam
roles:
- record
- detect
live:
stream_name: rear_parking_pad_cam_sub
detect:
width: 5120
height: 1440
fps: 5
motion:
mask: # Camera timestamp & camera title
- 0.984,0.047,0.984,0.001,0.805,0.001,0.805,0.047
- 0.858,0.966,0.984,0.962,0.984,0.914,0.858,0.917
zones:
rear_parking_pad:
coordinates: 0.968,1,0.216,1,0.396,0,0.659,0
objects:
- person
- dog
- cat
filters:
person:
# Optional: minimum width*height of the bounding box for the detected object (default: 0)
#min_area: 50000
# Optional: maximum width*height of the bounding box for the detected object (default: 24000000)
#max_area: 180000
# 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.6
# Optional: minimum decimal percentage for tracked object's computed score to be considered a true positive (default: shown below)
threshold: 0.8
inertia: 3
loitering_time: 0
backyard:
coordinates:
0.097,0.624,0.066,0.487,0.239,0.042,0.136,0.177,0.013,0.501,0.023,0.625,0,0.692,0.005,0.741,0.078,1,0.173,0.714
objects: person
filters:
person:
# Optional: minimum width*height of the bounding box for the detected object (default: 0)
#min_area: 60000
# Optional: maximum width*height of the bounding box for the detected object (default: 24000000)
#max_area: 240000
# 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.6
# Optional: minimum decimal percentage for tracked object's computed score to be considered a true positive (default: shown below)
threshold: 0.8
inertia: 3
loitering_time: 0
garden:
coordinates: 0.257,0.718,0.393,0,0.276,0,0.084,0.498,0.22,0.54
objects:
- person
- dog
- cat
filters:
person:
# Optional: minimum width*height of the bounding box for the detected object (default: 0)
#min_area: 50000
# Optional: maximum width*height of the bounding box for the detected object (default: 24000000)
#max_area: 180000
# 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.6
# Optional: minimum decimal percentage for tracked object's computed score to be considered a true positive (default: shown below)
threshold: 0.8
inertia: 3
loitering_time: 0
alley:
coordinates: 0.951,0.934,0.997,0.748,0.733,0,0.661,0
objects:
- person
- dog
- cat
filters:
person:
# Optional: minimum width*height of the bounding box for the detected object (default: 0)
#min_area: 50000
# Optional: maximum width*height of the bounding box for the detected object (default: 24000000)
#max_area: 180000
# 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.6
# Optional: minimum decimal percentage for tracked object's computed score to be considered a true positive (default: shown below)
threshold: 0.8
inertia: 3
loitering_time: 0
snapshots:
enabled: true
timestamp: false
bounding_box: true
retain:
default: 10
required_zones:
- rear_parking_pad
- backyard
- garden
- alley
record:
enabled: true
events:
retain:
default: 10
review:
detections:
required_zones:
- rear_parking_pad
- garden
- backyard
- alley
alerts:
required_zones:
- backyard
- rear_parking_pad
- garden Relevant Frigate log output2024-11-22 07:56:03.853902064 [INFO] Preparing Frigate...
2024-11-22 07:56:03.875198916 [INFO] Starting Frigate...
2024-11-22 07:56:06.018566511 [2024-11-22 07:56:06] frigate.app INFO : Starting Frigate (0.14.1-f4f3cfa)
2024-11-22 07:56:06.022879015 [2024-11-22 07:56:06] frigate.util.config INFO : Checking if frigate config needs migration...
2024-11-22 07:56:06.260534189 [2024-11-22 07:56:06] frigate.util.config INFO : frigate config does not need migration...
2024-11-22 07:56:06.423246992 [2024-11-22 07:56:06] frigate.config WARNING : Customizing more than a detector model path is unsupported.
2024-11-22 07:56:07.072727850 [2024-11-22 07:56:07] peewee_migrate.logs INFO : Starting migrations
2024-11-22 07:56:07.072837150 [2024-11-22 07:56:07] peewee_migrate.logs INFO : There is nothing to migrate
2024-11-22 07:56:07.126078198 [2024-11-22 07:56:07] frigate.app INFO : Recording process started: 415
2024-11-22 07:56:07.127546047 [2024-11-22 07:56:07] frigate.app INFO : Recording process started: 416
2024-11-22 07:56:07.132838134 [2024-11-22 07:56:07] frigate.app INFO : go2rtc process pid: 110
2024-11-22 07:56:07.215245096 [2024-11-22 07:56:07] detector.coral1 INFO : Starting detection process: 462
2024-11-22 07:56:07.223152987 [2024-11-22 07:56:07] detector.tensorrt INFO : Starting detection process: 460
2024-11-22 07:56:07.229758315 [2024-11-22 07:56:07] detector.coral2 INFO : Starting detection process: 481
2024-11-22 07:56:07.245632530 [2024-11-22 07:56:07] detector.coral3 INFO : Starting detection process: 489
2024-11-22 07:56:07.253632858 [2024-11-22 07:56:07] frigate.app INFO : Output process started: 493
2024-11-22 07:56:07.272435722 [2024-11-22 07:56:07] frigate.detectors.plugins.edgetpu_tfl INFO : Attempting to load TPU as pci:0
2024-11-22 07:56:07.280682335 [2024-11-22 07:56:07] frigate.detectors.plugins.edgetpu_tfl INFO : TPU found
2024-11-22 07:56:07.300843353 [2024-11-22 07:56:07] frigate.detectors.plugins.edgetpu_tfl INFO : Attempting to load TPU as pci:1
2024-11-22 07:56:07.307751245 [2024-11-22 07:56:07] frigate.detectors.plugins.edgetpu_tfl INFO : TPU found
2024-11-22 07:56:07.359282638 [2024-11-22 07:56:07] frigate.app INFO : Camera processor started for front_1: 552
2024-11-22 07:56:07.386766081 [2024-11-22 07:56:07] frigate.app INFO : Camera processor started for doorbell: 553
2024-11-22 07:56:07.390347348 [2024-11-22 07:56:07] frigate.app INFO : Camera processor started for driveway_cam: 556
2024-11-22 07:56:07.407542276 [2024-11-22 07:56:07] frigate.app INFO : Camera processor started for garage: 564
2024-11-22 07:56:07.422788768 [2024-11-22 07:56:07] frigate.app INFO : Camera processor started for rear_garage_1: 584
2024-11-22 07:56:07.433045865 [2024-11-22 07:56:07] frigate.detectors.plugins.edgetpu_tfl INFO : Attempting to load TPU as pci:2
2024-11-22 07:56:07.436222676 [2024-11-22 07:56:07] frigate.app INFO : Camera processor started for shop: 602
2024-11-22 07:56:07.440371653 [2024-11-22 07:56:07] frigate.detectors.plugins.edgetpu_tfl INFO : TPU found
2024-11-22 07:56:07.454033375 [2024-11-22 07:56:07] frigate.app INFO : Camera processor started for shop_shed: 615
2024-11-22 07:56:07.469674396 [2024-11-22 07:56:07] frigate.app INFO : Camera processor started for rear_parking_pad_cam: 628
2024-11-22 07:56:07.480942240 [2024-11-22 07:56:07] frigate.app INFO : Capture process started for front_1: 634
2024-11-22 07:56:07.493838558 [2024-11-22 07:56:07] frigate.app INFO : Capture process started for doorbell: 639
2024-11-22 07:56:07.510490970 [2024-11-22 07:56:07] frigate.app INFO : Capture process started for driveway_cam: 650
2024-11-22 07:56:07.523758052 [2024-11-22 07:56:07] frigate.app INFO : Capture process started for garage: 670
2024-11-22 07:56:07.543149390 [2024-11-22 07:56:07] frigate.app INFO : Capture process started for rear_garage_1: 677
2024-11-22 07:56:07.560129403 [2024-11-22 07:56:07] frigate.app INFO : Capture process started for shop: 682
2024-11-22 07:56:07.578169519 [2024-11-22 07:56:07] frigate.app INFO : Capture process started for shop_shed: 712
2024-11-22 07:56:07.596541783 [2024-11-22 07:56:07] frigate.app INFO : Capture process started for rear_parking_pad_cam: 724
2024-11-22 07:56:07.689811930 [2024-11-22 07:56:07] frigate.detectors.plugins.tensorrt INFO : Loaded engine size: 176 MiB
2024-11-22 07:56:07.964903141 [2024-11-22 07:56:07] frigate.app WARNING : The current SHM size of 512.0MB is too small, recommend increasing it to at least 599.6MB.
2024-11-22 07:56:07.980861520 [2024-11-22 07:56:07] frigate.detectors.plugins.tensorrt INFO : [MemUsageChange] Init cuBLAS/cuBLASLt: CPU +6, GPU +8, now: CPU 346, GPU 296 (MiB)
2024-11-22 07:56:07.989173898 [2024-11-22 07:56:07] frigate.detectors.plugins.tensorrt INFO : [MemUsageChange] Init cuDNN: CPU +2, GPU +10, now: CPU 348, GPU 306 (MiB)
2024-11-22 07:56:08.013457444 [2024-11-22 07:56:07] frigate.detectors.plugins.tensorrt INFO : [MemUsageChange] TensorRT-managed allocation in engine deserialization: CPU +0, GPU +176, now: CPU 0, GPU 176 (MiB)
2024-11-22 07:56:08.037128659 [2024-11-22 07:56:08] frigate.detectors.plugins.tensorrt INFO : [MemUsageChange] Init cuBLAS/cuBLASLt: CPU +0, GPU +8, now: CPU 171, GPU 298 (MiB)
2024-11-22 07:56:08.037187441 [2024-11-22 07:56:08] frigate.detectors.plugins.tensorrt INFO : [MemUsageChange] Init cuDNN: CPU +0, GPU +8, now: CPU 171, GPU 306 (MiB)
2024-11-22 07:56:08.039363954 [2024-11-22 07:56:08] frigate.detectors.plugins.tensorrt INFO : [MemUsageChange] TensorRT-managed allocation in IExecutionContext creation: CPU +0, GPU +29, now: CPU 0, GPU 205 (MiB)
2024-11-22 07:56:11.553187321 Fatal Python error: Bus error
2024-11-22 09:27:48.133237 2024-11-22 07:56:11.553193505
2024-11-22 07:56:11.553195231 Thread 0x00007f7cdf12f6c0 (most recent call first):
2024-11-22 07:56:11.553223590 File "/usr/lib/python3.9/threading.py", line 312 in wait
2024-11-22 07:56:11.553232429 File "/usr/lib/python3.9/multiprocessing/queues.py", line 233 in _feed
2024-11-22 07:56:11.553267183 File "/usr/lib/python3.9/threading.py", line 892 in run
2024-11-22 07:56:11.553316780 File "/usr/lib/python3.9/threading.py", line 954 in _bootstrap_inner
2024-11-22 07:56:11.553361567 File "/usr/lib/python3.9/threading.py", line 912 in _bootstrap
2024-11-22 09:27:48.133252 2024-11-22 07:56:11.553362829
2024-11-22 07:56:11.553375462 Current thread 0x00007f7cde92e6c0 (most recent call first):
2024-11-22 07:56:11.553406086 File "/opt/frigate/frigate/video.py", line 119 in capture_frames
2024-11-22 07:56:11.553442235 File "/opt/frigate/frigate/video.py", line 346 in run
2024-11-22 07:56:11.553493222 File "/usr/lib/python3.9/threading.py", line 954 in _bootstrap_inner
2024-11-22 07:56:11.553538025 File "/usr/lib/python3.9/threading.py", line 912 in _bootstrap
2024-11-22 09:27:48.133258 2024-11-22 07:56:11.553539341
2024-11-22 07:56:11.553550322 Thread 0x00007f7cda12d6c0 (most recent call first):
2024-11-22 07:56:11.553573695 File "/opt/frigate/frigate/video.py", line 194 in run
2024-11-22 07:56:11.553650762 File "/usr/lib/python3.9/threading.py", line 954 in _bootstrap_inner
2024-11-22 07:56:11.553663350 File "/usr/lib/python3.9/threading.py", line 912 in _bootstrap
2024-11-22 09:27:48.133264 2024-11-22 07:56:11.553670188
2024-11-22 07:56:11.553671659 Thread 0x00007f7ccf9286c0 (most recent call first):
2024-11-22 07:56:11.553714401 File "/opt/frigate/frigate/log.py", line 95 in run
2024-11-22 07:56:11.553762495 File "/usr/lib/python3.9/threading.py", line 954 in _bootstrap_inner
2024-11-22 07:56:11.553800534 File "/usr/lib/python3.9/threading.py", line 912 in _bootstrap
2024-11-22 09:27:48.133269 2024-11-22 07:56:11.553801861
2024-11-22 07:56:13.555946064 Thread 0x00007f7d97812740 (most recent call first):
2024-11-22 07:56:13.555951770 File "/usr/lib/python3.9/threading.py", line 1049 in _wait_for_tstate_lock
2024-11-22 07:56:13.555953297 File "/usr/lib/python3.9/threading.py", line 1033 in join
2024-11-22 07:56:13.555958391 File "/opt/frigate/frigate/video.py", line 383 in capture_camera
2024-11-22 07:56:13.555960176 File "/usr/lib/python3.9/multiprocessing/process.py", line 108 in run
2024-11-22 07:56:13.555976056 File "/usr/lib/python3.9/multiprocessing/process.py", line 315 in _bootstrap
2024-11-22 07:56:13.555978094 File "/usr/lib/python3.9/multiprocessing/popen_fork.py", line 71 in _launch
2024-11-22 07:56:13.555979635 File "/usr/lib/python3.9/multiprocessing/popen_fork.py", line 19 in __init__
2024-11-22 07:56:13.555981117 File "/usr/lib/python3.9/multiprocessing/context.py", line 277 in _Popen
2024-11-22 07:56:13.555982512 File "/usr/lib/python3.9/multiprocessing/context.py", line 224 in _Popen
2024-11-22 07:56:13.556016914 File "/usr/lib/python3.9/multiprocessing/process.py", line 121 in start
2024-11-22 07:56:13.556018641 File "/opt/frigate/frigate/app.py", line 520 in start_camera_capture_processes
2024-11-22 07:56:13.556031028 File "/opt/frigate/frigate/app.py", line 696 in start
2024-11-22 07:56:13.556032660 File "/opt/frigate/frigate/__main__.py", line 17 in <module>
2024-11-22 07:56:13.556034124 File "/usr/lib/python3.9/runpy.py", line 87 in _run_code
2024-11-22 07:56:13.556035509 File "/usr/lib/python3.9/runpy.py", line 197 in _run_module_as_main
2024-11-22 07:56:13.556036753 Fatal Python error: Bus error
2024-11-22 09:27:46.132107 2024-11-22 07:56:13.556037902
2024-11-22 07:56:13.556039183 Thread 0x00007f7cdf12f6c0 (most recent call first):
2024-11-22 07:56:13.556040571 File "/usr/lib/python3.9/threading.py", line 312 in wait
2024-11-22 07:56:13.556053991 File "/usr/lib/python3.9/multiprocessing/queues.py", line 233 in _feed
2024-11-22 07:56:13.556055549 File "/usr/lib/python3.9/threading.py", line 892 in run
2024-11-22 07:56:13.556071736 File "/usr/lib/python3.9/threading.py", line 954 in _bootstrap_inner
2024-11-22 07:56:13.556073329 File "/usr/lib/python3.9/threading.py", line 912 in _bootstrap
2024-11-22 09:27:46.132113 2024-11-22 07:56:13.556074437
2024-11-22 07:56:13.556075815 Current thread 0x00007f7cde92e6c0 (most recent call first):
2024-11-22 07:56:13.556077190 File "/opt/frigate/frigate/video.py", line 119 in capture_frames
2024-11-22 07:56:13.556093427 File "/opt/frigate/frigate/video.py", line 346 in run
2024-11-22 07:56:13.556095120 File "/usr/lib/python3.9/threading.py", line 954 in _bootstrap_inner
2024-11-22 07:56:13.556096521 File "/usr/lib/python3.9/threading.py", line 912 in _bootstrap
2024-11-22 09:27:46.132119 2024-11-22 07:56:13.556097643
2024-11-22 07:56:13.556098963 Thread 0x00007f7cda12d6c0 (most recent call first):
2024-11-22 07:56:13.556100450 File "/opt/frigate/frigate/video.py", line 194 in run
2024-11-22 07:56:13.556101847 File "/usr/lib/python3.9/threading.py", line 954 in _bootstrap_inner
2024-11-22 07:56:13.556103254 File "/usr/lib/python3.9/threading.py", line 912 in _bootstrap
2024-11-22 09:27:46.132124 2024-11-22 07:56:13.556104335
2024-11-22 07:56:13.556105731 Thread 0x00007f7ccf9286c0 (most recent call first):
2024-11-22 07:56:13.556107169 File "/opt/frigate/frigate/log.py", line 95 in run
2024-11-22 07:56:13.556108624 File "/usr/lib/python3.9/threading.py", line 954 in _bootstrap_inner
2024-11-22 07:56:13.556110031 File "/usr/lib/python3.9/threading.py", line 912 in _bootstrap
2024-11-22 09:27:46.132129 2024-11-22 07:56:13.556111151
2024-11-22 07:56:13.556112499 Thread 0x00007f7d97812740 (most recent call first):
2024-11-22 07:56:13.556113959 File "/usr/lib/python3.9/threading.py", line 1049 in _wait_for_tstate_lock
2024-11-22 07:56:13.556183063 File "/usr/lib/python3.9/threading.py", line 1033 in join
2024-11-22 07:56:13.556185163 File "/opt/frigate/frigate/video.py", line 383 in capture_camera
2024-11-22 07:56:13.556186604 File "/usr/lib/python3.9/multiprocessing/process.py", line 108 in run
2024-11-22 07:56:13.556188127 File "/usr/lib/python3.9/multiprocessing/process.py", line 315 in _bootstrap
2024-11-22 07:56:13.556189641 File "/usr/lib/python3.9/multiprocessing/popen_fork.py", line 71 in _launch
2024-11-22 07:56:13.556191366 File "/usr/lib/python3.9/multiprocessing/popen_fork.py", line 19 in __init__
2024-11-22 07:56:13.556192845 File "/usr/lib/python3.9/multiprocessing/context.py", line 277 in _Popen
2024-11-22 07:56:13.556194322 File "/usr/lib/python3.9/multiprocessing/context.py", line 224 in _Popen
2024-11-22 07:56:13.556195814 File "/usr/lib/python3.9/multiprocessing/process.py", line 121 in start
2024-11-22 07:56:13.556197334 File "/opt/frigate/frigate/app.py", line 520 in start_camera_capture_processes
2024-11-22 07:56:13.556198699 File "/opt/frigate/frigate/app.py", line 696 in start
2024-11-22 07:56:13.556236676 File "/opt/frigate/frigate/__main__.py", line 17 in <module>
2024-11-22 07:56:13.556238307 File "/usr/lib/python3.9/runpy.py", line 87 in _run_code
2024-11-22 07:56:13.556239690 File "/usr/lib/python3.9/runpy.py", line 197 in _run_module_as_main
2024-11-22 07:56:13.556240904 Fatal Python error: Bus error
2024-11-22 09:27:44.497816 2024-11-22 07:56:13.556242039
2024-11-22 07:56:13.556243355 Thread 0x00007f7cdf12f6c0 (most recent call first):
2024-11-22 07:56:13.556244700 File "/usr/lib/python3.9/threading.py", line 312 in wait
2024-11-22 07:56:13.556246103 File "/usr/lib/python3.9/multiprocessing/queues.py", line 233 in _feed
2024-11-22 07:56:13.556247716 File "/usr/lib/python3.9/threading.py", line 892 in run
2024-11-22 07:56:13.556249158 File "/usr/lib/python3.9/threading.py", line 954 in _bootstrap_inner
2024-11-22 07:56:13.556250524 File "/usr/lib/python3.9/threading.py", line 912 in _bootstrap
2024-11-22 09:27:44.497822 2024-11-22 07:56:13.556251639
2024-11-22 07:56:13.556252970 Current thread 0x00007f7cde92e6c0 (most recent call first):
2024-11-22 07:56:13.556254453 File "/opt/frigate/frigate/video.py", line 119 in capture_frames
2024-11-22 07:56:13.556255825 File "/opt/frigate/frigate/video.py", line 346 in run
2024-11-22 07:56:13.556257253 File "/usr/lib/python3.9/threading.py", line 954 in _bootstrap_inner
2024-11-22 07:56:13.556258631 File "/usr/lib/python3.9/threading.py", line 912 in _bootstrap
2024-11-22 09:27:44.497828 2024-11-22 07:56:13.556259799
2024-11-22 07:56:13.556261107 Thread 0x00007f7cda12d6c0 (most recent call first):
2024-11-22 07:56:13.556262455 File "/opt/frigate/frigate/video.py", line 194 in run
2024-11-22 07:56:13.556263831 File "/usr/lib/python3.9/threading.py", line 954 in _bootstrap_inner
2024-11-22 07:56:13.556265196 File "/usr/lib/python3.9/threading.py", line 912 in _bootstrap
2024-11-22 09:27:44.497833 2024-11-22 07:56:13.556266275
2024-11-22 07:56:13.556267580 Thread 0x00007f7ccf9286c0 (most recent call first):
2024-11-22 07:56:13.556268901 File "/opt/frigate/frigate/log.py", line 95 in run
2024-11-22 07:56:13.556270315 File "/usr/lib/python3.9/threading.py", line 954 in _bootstrap_inner
2024-11-22 07:56:13.556271697 File "/usr/lib/python3.9/threading.py", line 912 in _bootstrap
2024-11-22 09:27:44.497838 2024-11-22 07:56:13.556272785
2024-11-22 07:56:13.556320863 Thread 0x00007f7d97812740 (most recent call first):
2024-11-22 07:56:13.556322578 File "/usr/lib/python3.9/threading.py", line 1049 in _wait_for_tstate_lock
2024-11-22 07:56:13.556323896 File "/usr/lib/python3.9/threading.py", line 1033 in join
2024-11-22 07:56:13.556325232 File "/opt/frigate/frigate/video.py", line 383 in capture_camera
2024-11-22 07:56:13.556326611 File "/usr/lib/python3.9/multiprocessing/process.py", line 108 in run
2024-11-22 07:56:13.556327980 File "/usr/lib/python3.9/multiprocessing/process.py", line 315 in _bootstrap
2024-11-22 07:56:13.556329364 File "/usr/lib/python3.9/multiprocessing/popen_fork.py", line 71 in _launch
2024-11-22 07:56:13.556330763 File "/usr/lib/python3.9/multiprocessing/popen_fork.py", line 19 in __init__
2024-11-22 07:56:13.556332150 File "/usr/lib/python3.9/multiprocessing/context.py", line 277 in _Popen
2024-11-22 07:56:13.556355660 File "/usr/lib/python3.9/multiprocessing/context.py", line 224 in _Popen
2024-11-22 07:56:13.556357358 File "/usr/lib/python3.9/multiprocessing/process.py", line 121 in start
2024-11-22 07:56:13.556358773 File "/opt/frigate/frigate/app.py", line 520 in start_camera_capture_processes
2024-11-22 07:56:13.556360078 File "/opt/frigate/frigate/app.py", line 696 in start
2024-11-22 07:56:13.556376118 File "/opt/frigate/frigate/__main__.py", line 17 in <module>
2024-11-22 07:56:13.556377529 File "/usr/lib/python3.9/runpy.py", line 87 in _run_code
2024-11-22 07:56:13.556378921 File "/usr/lib/python3.9/runpy.py", line 197 in _run_module_as_main
2024-11-22 07:56:13.556380164 Fatal Python error: Bus error
2024-11-22 09:27:42.966740 2024-11-22 07:56:13.556381245
2024-11-22 07:56:13.556382549 Thread 0x00007f7cdf12f6c0 (most recent call first):
2024-11-22 07:56:13.556383944 File "/usr/lib/python3.9/threading.py", line 312 in wait
2024-11-22 07:56:13.556385338 File "/usr/lib/python3.9/multiprocessing/queues.py", line 233 in _feed
2024-11-22 07:56:13.556409007 File "/usr/lib/python3.9/threading.py", line 892 in run
2024-11-22 07:56:13.556410724 File "/usr/lib/python3.9/threading.py", line 954 in _bootstrap_inner
2024-11-22 07:56:13.556412099 File "/usr/lib/python3.9/threading.py", line 912 in _bootstrap
2024-11-22 09:27:42.966746 2024-11-22 07:56:13.556413185
2024-11-22 07:56:13.556414508 Current thread 0x00007f7cde92e6c0 (most recent call first):
2024-11-22 07:56:13.556415888 File "/opt/frigate/frigate/video.py", line 119 in capture_frames
2024-11-22 07:56:13.556417220 File "/opt/frigate/frigate/video.py", line 346 in run
2024-11-22 07:56:13.556418652 File "/usr/lib/python3.9/threading.py", line 954 in _bootstrap_inner
2024-11-22 07:56:13.556420004 File "/usr/lib/python3.9/threading.py", line 912 in _bootstrap
2024-11-22 09:27:42.966752 2024-11-22 07:56:13.556421063
2024-11-22 07:56:13.556422367 Thread 0x00007f7cda12d6c0 (most recent call first):
2024-11-22 07:56:13.556423684 File "/opt/frigate/frigate/video.py", line 194 in run
2024-11-22 07:56:13.556425070 File "/usr/lib/python3.9/threading.py", line 954 in _bootstrap_inner
2024-11-22 07:56:13.556426407 File "/usr/lib/python3.9/threading.py", line 912 in _bootstrap
2024-11-22 09:27:42.966757 2024-11-22 07:56:13.556464910
2024-11-22 07:56:13.556466431 Thread 0x00007f7ccf9286c0 (most recent call first):
2024-11-22 07:56:13.556467710 File "/opt/frigate/frigate/log.py", line 95 in run
2024-11-22 07:56:13.556469055 File "/usr/lib/python3.9/threading.py", line 954 in _bootstrap_inner
2024-11-22 07:56:13.556470405 File "/usr/lib/python3.9/threading.py", line 912 in _bootstrap
2024-11-22 09:27:42.966762 2024-11-22 07:56:13.556471488
2024-11-22 07:56:13.556472751 Thread 0x00007f7d97812740 (most recent call first):
2024-11-22 07:56:13.556474125 File "/usr/lib/python3.9/threading.py", line 1049 in _wait_for_tstate_lock
2024-11-22 07:56:13.556475460 File "/usr/lib/python3.9/threading.py", line 1033 in join
2024-11-22 07:56:13.556476782 File "/opt/frigate/frigate/video.py", line 383 in capture_camera
2024-11-22 07:56:13.556478115 File "/usr/lib/python3.9/multiprocessing/process.py", line 108 in run
2024-11-22 07:56:13.556479505 File "/usr/lib/python3.9/multiprocessing/process.py", line 315 in _bootstrap
2024-11-22 07:56:13.556480917 File "/usr/lib/python3.9/multiprocessing/popen_fork.py", line 71 in _launch
2024-11-22 07:56:13.556482305 File "/usr/lib/python3.9/multiprocessing/popen_fork.py", line 19 in __init__
2024-11-22 07:56:13.556483650 File "/usr/lib/python3.9/multiprocessing/context.py", line 277 in _Popen
2024-11-22 07:56:13.556513761 File "/usr/lib/python3.9/multiprocessing/context.py", line 224 in _Popen
2024-11-22 07:56:13.556515447 File "/usr/lib/python3.9/multiprocessing/process.py", line 121 in start
2024-11-22 07:56:13.556516855 File "/opt/frigate/frigate/app.py", line 520 in start_camera_capture_processes
2024-11-22 07:56:13.556518166 File "/opt/frigate/frigate/app.py", line 696 in start
2024-11-22 07:56:13.556519474 File "/opt/frigate/frigate/__main__.py", line 17 in <module>
2024-11-22 07:56:13.556520776 File "/usr/lib/python3.9/runpy.py", line 87 in _run_code
2024-11-22 07:56:13.556522128 File "/usr/lib/python3.9/runpy.py", line 197 in _run_module_as_main
2024-11-22 07:56:13.556523328 Fatal Python error: Bus error
2024-11-22 09:27:37.896230 2024-11-22 07:56:13.556524378
2024-11-22 07:56:13.556563781 Thread 0x00007f7cdf12f6c0 (most recent call first):
2024-11-22 07:56:13.556565724 File "/usr/lib/python3.9/threading.py", line 312 in wait
2024-11-22 07:56:13.556567111 File "/usr/lib/python3.9/multiprocessing/queues.py", line 233 in _feed
2024-11-22 07:56:13.556568426 File "/usr/lib/python3.9/threading.py", line 892 in run
2024-11-22 07:56:13.556569814 File "/usr/lib/python3.9/threading.py", line 954 in _bootstrap_inner
2024-11-22 07:56:13.556571140 File "/usr/lib/python3.9/threading.py", line 912 in _bootstrap
2024-11-22 09:27:37.896236 2024-11-22 07:56:13.556572221
2024-11-22 07:56:13.556573500 Current thread 0x00007f7cde92e6c0 (most recent call first):
2024-11-22 07:56:13.556574856 File "/opt/frigate/frigate/video.py", line 119 in capture_frames
2024-11-22 07:56:13.556576129 File "/opt/frigate/frigate/video.py", line 346 in run
2024-11-22 07:56:13.556577527 File "/usr/lib/python3.9/threading.py", line 954 in _bootstrap_inner
2024-11-22 07:56:13.556578852 File "/usr/lib/python3.9/threading.py", line 912 in _bootstrap
2024-11-22 09:27:37.896241 2024-11-22 07:56:13.556579896
2024-11-22 07:56:13.556581139 Thread 0x00007f7cda12d6c0 (most recent call first):
2024-11-22 07:56:13.556582396 File "/opt/frigate/frigate/video.py", line 194 in run
2024-11-22 07:56:13.556583719 File "/usr/lib/python3.9/threading.py", line 954 in _bootstrap_inner
2024-11-22 07:56:13.556585029 File "/usr/lib/python3.9/threading.py", line 912 in _bootstrap
2024-11-22 09:27:37.896246 2024-11-22 07:56:13.556586040
2024-11-22 07:56:13.556587276 Thread 0x00007f7ccf9286c0 (most recent call first):
2024-11-22 07:56:13.556588939 File "/opt/frigate/frigate/log.py", line 95 in run
2024-11-22 07:56:13.556591101 File "/usr/lib/python3.9/threading.py", line 954 in _bootstrap_inner
2024-11-22 07:56:13.556593012 File "/usr/lib/python3.9/threading.py", line 912 in _bootstrap
2024-11-22 09:27:37.896252 2024-11-22 07:56:13.556594510
2024-11-22 07:56:13.556596347 Thread 0x00007f7d97812740 (most recent call first):
2024-11-22 07:56:13.556598301 File "/usr/lib/python3.9/threading.py", line 1049 in _wait_for_tstate_lock
2024-11-22 07:56:13.556600179 File "/usr/lib/python3.9/threading.py", line 1033 in join
2024-11-22 07:56:13.556602141 File "/opt/frigate/frigate/video.py", line 383 in capture_camera
2024-11-22 07:56:13.556604030 File "/usr/lib/python3.9/multiprocessing/process.py", line 108 in run
2024-11-22 07:56:13.556606041 File "/usr/lib/python3.9/multiprocessing/process.py", line 315 in _bootstrap
2024-11-22 07:56:13.556607812 File "/usr/lib/python3.9/multiprocessing/popen_fork.py", line 71 in _launch
2024-11-22 07:56:13.556609596 File "/usr/lib/python3.9/multiprocessing/popen_fork.py", line 19 in __init__
2024-11-22 07:56:13.556611561 File "/usr/lib/python3.9/multiprocessing/context.py", line 277 in _Popen
2024-11-22 07:56:13.556613544 File "/usr/lib/python3.9/multiprocessing/context.py", line 224 in _Popen
2024-11-22 07:56:13.556615419 File "/usr/lib/python3.9/multiprocessing/process.py", line 121 in start
2024-11-22 07:56:13.556617449 File "/opt/frigate/frigate/app.py", line 520 in start_camera_capture_processes
2024-11-22 07:56:13.556619433 File "/opt/frigate/frigate/app.py", line 696 in start
2024-11-22 07:56:13.556621683 File "/opt/frigate/frigate/__main__.py", line 17 in <module>
2024-11-22 07:56:13.556623432 File "/usr/lib/python3.9/runpy.py", line 87 in _run_code
2024-11-22 07:56:13.556625388 File "/usr/lib/python3.9/runpy.py", line 197 in _run_module_as_main
2024-11-22 07:56:13.556626880 Fatal Python error: Bus error
2024-11-22 09:27:36.345144 2024-11-22 07:56:13.556628177
2024-11-22 07:56:13.556640110 Thread 0x00007f7cdf12f6c0 (most recent call first):
2024-11-22 07:56:13.556641852 File "/usr/lib/python3.9/threading.py", line 312 in wait
2024-11-22 07:56:13.556643680 File "/usr/lib/python3.9/multiprocessing/queues.py", line 233 in _feed
2024-11-22 07:56:13.556645617 File "/usr/lib/python3.9/threading.py", line 892 in run
2024-11-22 07:56:13.556647545 File "/usr/lib/python3.9/threading.py", line 954 in _bootstrap_inner
2024-11-22 07:56:13.556649486 File "/usr/lib/python3.9/threading.py", line 912 in _bootstrap
2024-11-22 09:27:36.345149 2024-11-22 07:56:13.556650933
2024-11-22 07:56:13.556652768 Current thread 0x00007f7cde92e6c0 (most recent call first):
2024-11-22 07:56:13.556654674 File "/opt/frigate/frigate/video.py", line 119 in capture_frames
2024-11-22 07:56:13.556656594 File "/opt/frigate/frigate/video.py", line 346 in run
2024-11-22 07:56:13.556658507 File "/usr/lib/python3.9/threading.py", line 954 in _bootstrap_inner
2024-11-22 07:56:13.556660496 File "/usr/lib/python3.9/threading.py", line 912 in _bootstrap
2024-11-22 09:27:36.345155 2024-11-22 07:56:13.556662056
2024-11-22 07:56:13.556663716 Thread 0x00007f7cda12d6c0 (most recent call first):
2024-11-22 07:56:13.556665605 File "/opt/frigate/frigate/video.py", line 194 in run
2024-11-22 07:56:13.556667424 File "/usr/lib/python3.9/threading.py", line 954 in _bootstrap_inner
2024-11-22 07:56:13.556668773 File "/usr/lib/python3.9/threading.py", line 912 in _bootstrap
2024-11-22 09:27:36.345160 2024-11-22 07:56:13.556669806
2024-11-22 07:56:13.556671049 Thread 0x00007f7ccf9286c0 (most recent call first):
2024-11-22 07:56:13.556672327 File "/opt/frigate/frigate/log.py", line 95 in run
2024-11-22 07:56:13.556673684 File "/usr/lib/python3.9/threading.py", line 954 in _bootstrap_inner
2024-11-22 07:56:13.556675034 File "/usr/lib/python3.9/threading.py", line 912 in _bootstrap
2024-11-22 09:27:36.345166 2024-11-22 07:56:13.556676061
2024-11-22 07:56:13.556677335 Thread 0x00007f7d97812740 (most recent call first):
2024-11-22 07:56:13.556678710 File "/usr/lib/python3.9/threading.py", line 1049 in _wait_for_tstate_lock
2024-11-22 07:56:13.556680041 File "/usr/lib/python3.9/threading.py", line 1033 in join
2024-11-22 07:56:13.556681367 File "/opt/frigate/frigate/video.py", line 383 in capture_camera
2024-11-22 07:56:13.556682728 File "/usr/lib/python3.9/multiprocessing/process.py", line 108 in run
2024-11-22 07:56:13.556684124 File "/usr/lib/python3.9/multiprocessing/process.py", line 315 in _bootstrap
2024-11-22 07:56:13.556685488 File "/usr/lib/python3.9/multiprocessing/popen_fork.py", line 71 in _launch
2024-11-22 07:56:13.556686874 File "/usr/lib/python3.9/multiprocessing/popen_fork.py", line 19 in __init__
2024-11-22 07:56:13.556702404 File "/usr/lib/python3.9/multiprocessing/context.py", line 277 in _Popen
2024-11-22 07:56:13.556703758 File "/usr/lib/python3.9/multiprocessing/context.py", line 224 in _Popen
2024-11-22 07:56:13.556705096 File "/usr/lib/python3.9/multiprocessing/process.py", line 121 in start
2024-11-22 07:56:13.556706430 File "/opt/frigate/frigate/app.py", line 520 in start_camera_capture_processes
2024-11-22 07:56:13.556707639 File "/opt/frigate/frigate/app.py", line 696 in start
2024-11-22 07:56:13.556708920 File "/opt/frigate/frigate/__main__.py", line 17 in <module>
2024-11-22 07:56:13.556710181 File "/usr/lib/python3.9/runpy.py", line 87 in _run_code
2024-11-22 07:56:13.556711605 File "/usr/lib/python3.9/runpy.py", line 197 in _run_module_as_main
2024-11-22 07:56:13.556713105 Fatal Python error: Bus error
2024-11-22 09:27:34.828293 2024-11-22 07:56:13.556714495
2024-11-22 07:56:13.556716253 Thread 0x00007f7cdf12f6c0 (most recent call first):
2024-11-22 07:56:13.556718175 File "/usr/lib/python3.9/threading.py", line 312 in wait
2024-11-22 07:56:13.556720238 File "/usr/lib/python3.9/multiprocessing/queues.py", line 233 in _feed
2024-11-22 07:56:13.556722076 File "/usr/lib/python3.9/threading.py", line 892 in run
2024-11-22 07:56:13.556723991 File "/usr/lib/python3.9/threading.py", line 954 in _bootstrap_inner
2024-11-22 07:56:13.556725683 File "/usr/lib/python3.9/threading.py", line 912 in _bootstrap
2024-11-22 09:27:34.828300 2024-11-22 07:56:13.556726950
2024-11-22 07:56:13.556728618 Current thread 0x00007f7cde92e6c0 (most recent call first):
2024-11-22 07:56:13.556730518 File "/opt/frigate/frigate/video.py", line 119 in capture_frames
2024-11-22 07:56:13.556732385 File "/opt/frigate/frigate/video.py", line 346 in run
2024-11-22 07:56:13.556734263 File "/usr/lib/python3.9/threading.py", line 954 in _bootstrap_inner
2024-11-22 07:56:13.556736178 File "/usr/lib/python3.9/threading.py", line 912 in _bootstrap
2024-11-22 09:27:34.828305 2024-11-22 07:56:13.556737560
2024-11-22 07:56:13.556739169 Thread 0x00007f7cda12d6c0 (most recent call first):
2024-11-22 07:56:13.556740687 File "/opt/frigate/frigate/video.py", line 194 in run
2024-11-22 07:56:13.556742393 File "/usr/lib/python3.9/threading.py", line 954 in _bootstrap_inner
2024-11-22 07:56:13.556744265 File "/usr/lib/python3.9/threading.py", line 912 in _bootstrap
2024-11-22 09:27:34.828310 2024-11-22 07:56:13.556745646
2024-11-22 07:56:13.556747254 Thread 0x00007f7ccf9286c0 (most recent call first):
2024-11-22 07:56:13.556749219 File "/opt/frigate/frigate/log.py", line 95 in run
2024-11-22 07:56:13.556751094 File "/usr/lib/python3.9/threading.py", line 954 in _bootstrap_inner
2024-11-22 07:56:13.556753092 File "/usr/lib/python3.9/threading.py", line 912 in _bootstrap
2024-11-22 09:27:34.828315 2024-11-22 07:56:13.556754525
2024-11-22 07:56:13.556756279 Thread 0x00007f7d97812740 (most recent call first):
2024-11-22 07:56:13.556758290 File "/usr/lib/python3.9/threading.py", line 1049 in _wait_for_tstate_lock
2024-11-22 07:56:13.556760323 File "/usr/lib/python3.9/threading.py", line 1033 in join
2024-11-22 07:56:13.556762179 File "/opt/frigate/frigate/video.py", line 383 in capture_camera
2024-11-22 07:56:13.556763502 File "/usr/lib/python3.9/multiprocessing/process.py", line 108 in run
2024-11-22 07:56:13.556764830 File "/usr/lib/python3.9/multiprocessing/process.py", line 315 in _bootstrap
2024-11-22 07:56:13.556766179 File "/usr/lib/python3.9/multiprocessing/popen_fork.py", line 71 in _launch
2024-11-22 07:56:13.556767532 File "/usr/lib/python3.9/multiprocessing/popen_fork.py", line 19 in __init__
2024-11-22 07:56:13.556768851 File "/usr/lib/python3.9/multiprocessing/context.py", line 277 in _Popen
2024-11-22 07:56:13.556770143 File "/usr/lib/python3.9/multiprocessing/context.py", line 224 in _Popen
2024-11-22 07:56:13.556771460 File "/usr/lib/python3.9/multiprocessing/process.py", line 121 in start
2024-11-22 07:56:13.556772827 File "/opt/frigate/frigate/app.py", line 520 in start_camera_capture_processes
2024-11-22 07:56:13.556774063 File "/opt/frigate/frigate/app.py", line 696 in start
2024-11-22 07:56:13.556775331 File "/opt/frigate/frigate/__main__.py", line 17 in <module>
2024-11-22 07:56:13.556776576 File "/usr/lib/python3.9/runpy.py", line 87 in _run_code
2024-11-22 07:56:13.556777884 File "/usr/lib/python3.9/runpy.py", line 197 in _run_module_as_main
2024-11-22 07:56:13.556779024 Fatal Python error: Bus error
2024-11-22 09:22:28.849186 2024-11-22 07:56:13.556780031
2024-11-22 07:56:13.556781282 Current thread 0x00007f7cde92e6c0 (most recent call first):
2024-11-22 07:56:13.556782557 File "/opt/frigate/frigate/video.py", line 119 in capture_frames
2024-11-22 07:56:13.556783807 File "/opt/frigate/frigate/video.py", line 346 in run
2024-11-22 07:56:13.556785114 File "/usr/lib/python3.9/threading.py", line 954 in _bootstrap_inner
2024-11-22 07:56:13.556786373 File "/usr/lib/python3.9/threading.py", line 912 in _bootstrap
2024-11-22 09:22:28.849192 2024-11-22 07:56:13.556787348
2024-11-22 07:56:13.556788553 Thread 0x00007f7cda12d6c0 (most recent call first):
2024-11-22 07:56:13.556789781 File "/opt/frigate/frigate/video.py", line 194 in run
2024-11-22 07:56:13.556791089 File "/usr/lib/python3.9/threading.py", line 954 in _bootstrap_inner
2024-11-22 07:56:13.556792365 File "/usr/lib/python3.9/threading.py", line 912 in _bootstrap
2024-11-22 09:22:28.849197 2024-11-22 07:56:13.556793341
2024-11-22 07:56:13.556794563 Thread 0x00007f7ccf9286c0 (most recent call first):
2024-11-22 07:56:13.556795778 File "/opt/frigate/frigate/log.py", line 95 in run
2024-11-22 07:56:13.556797120 File "/usr/lib/python3.9/threading.py", line 954 in _bootstrap_inner
2024-11-22 07:56:13.556798391 File "/usr/lib/python3.9/threading.py", line 912 in _bootstrap
2024-11-22 09:22:28.849202 2024-11-22 07:56:13.556799387
2024-11-22 07:56:13.556800596 Thread 0x00007f7d97812740 (most recent call first):
2024-11-22 07:56:13.556801919 File "/usr/lib/python3.9/threading.py", line 1049 in _wait_for_tstate_lock
2024-11-22 07:56:13.556803182 File "/usr/lib/python3.9/threading.py", line 1033 in join
2024-11-22 07:56:13.556804477 File "/opt/frigate/frigate/video.py", line 383 in capture_camera
2024-11-22 07:56:13.556805792 File "/usr/lib/python3.9/multiprocessing/process.py", line 108 in run
2024-11-22 07:56:13.556807141 File "/usr/lib/python3.9/multiprocessing/process.py", line 315 in _bootstrap
2024-11-22 07:56:13.556843003 File "/usr/lib/python3.9/multiprocessing/popen_fork.py", line 71 in _launch
2024-11-22 07:56:13.556844924 File "/usr/lib/python3.9/multiprocessing/popen_fork.py", line 19 in __init__
2024-11-22 07:56:13.556846428 File "/usr/lib/python3.9/multiprocessing/context.py", line 277 in _Popen
2024-11-22 07:56:13.556848321 File "/usr/lib/python3.9/multiprocessing/context.py", line 224 in _Popen
2024-11-22 07:56:13.556850277 File "/usr/lib/python3.9/multiprocessing/process.py", line 121 in start
2024-11-22 07:56:13.556852353 File "/opt/frigate/frigate/app.py", line 520 in start_camera_capture_processes
2024-11-22 07:56:13.556854111 File "/opt/frigate/frigate/app.py", line 696 in start
2024-11-22 07:56:13.556856069 File "/opt/frigate/frigate/__main__.py", line 17 in <module>
2024-11-22 07:56:13.556857874 File "/usr/lib/python3.9/runpy.py", line 87 in _run_code
2024-11-22 07:56:13.556859810 File "/usr/lib/python3.9/runpy.py", line 197 in _run_module_as_main
NORMAL LOGS:
2024-11-22 09:36:26.685693980 [INFO] Preparing Frigate...
2024-11-22 09:36:26.708646704 [INFO] Starting Frigate...
2024-11-22 09:36:28.787265751 [2024-11-22 09:36:28] frigate.app INFO : Starting Frigate (0.14.1-f4f3cfa)
2024-11-22 09:36:28.790566454 [2024-11-22 09:36:28] frigate.util.config INFO : Checking if frigate config needs migration...
2024-11-22 09:36:29.038779047 [2024-11-22 09:36:29] frigate.util.config INFO : frigate config does not need migration...
2024-11-22 09:36:29.212087479 [2024-11-22 09:36:29] frigate.config WARNING : Customizing more than a detector model path is unsupported.
2024-11-22 09:36:29.871898114 [2024-11-22 09:36:29] peewee_migrate.logs INFO : Starting migrations
2024-11-22 09:36:29.872024508 [2024-11-22 09:36:29] peewee_migrate.logs INFO : There is nothing to migrate
2024-11-22 09:36:29.909422047 [2024-11-22 09:36:29] frigate.app INFO : Recording process started: 414
2024-11-22 09:36:29.917596700 [2024-11-22 09:36:29] frigate.app INFO : Recording process started: 415
2024-11-22 09:36:29.923542720 [2024-11-22 09:36:29] frigate.app INFO : go2rtc process pid: 110
2024-11-22 09:36:29.998158616 [2024-11-22 09:36:29] detector.coral1 INFO : Starting detection process: 461
2024-11-22 09:36:30.010730792 [2024-11-22 09:36:29] detector.tensorrt INFO : Starting detection process: 459
2024-11-22 09:36:30.011458491 [2024-11-22 09:36:30] detector.coral2 INFO : Starting detection process: 464
2024-11-22 09:36:30.027921033 [2024-11-22 09:36:30] detector.coral3 INFO : Starting detection process: 472
2024-11-22 09:36:30.038019733 [2024-11-22 09:36:30] frigate.app INFO : Output process started: 489
2024-11-22 09:36:30.048679891 [2024-11-22 09:36:29] frigate.detectors.plugins.edgetpu_tfl INFO : Attempting to load TPU as pci:0
2024-11-22 09:36:30.062175755 [2024-11-22 09:36:30] frigate.detectors.plugins.edgetpu_tfl INFO : TPU found
2024-11-22 09:36:30.063569965 [2024-11-22 09:36:30] frigate.detectors.plugins.edgetpu_tfl INFO : Attempting to load TPU as pci:1
2024-11-22 09:36:30.072648841 [2024-11-22 09:36:30] frigate.detectors.plugins.edgetpu_tfl INFO : TPU found
2024-11-22 09:36:30.159217508 [2024-11-22 09:36:30] frigate.app INFO : Camera processor started for front_1: 551
2024-11-22 09:36:30.161331194 [2024-11-22 09:36:30] frigate.app INFO : Camera processor started for doorbell: 552
2024-11-22 09:36:30.177828506 [2024-11-22 09:36:30] frigate.app INFO : Camera processor started for driveway_cam: 553
2024-11-22 09:36:30.194290572 [2024-11-22 09:36:30] frigate.app INFO : Camera processor started for garage: 568
2024-11-22 09:36:30.214351232 [2024-11-22 09:36:30] frigate.app INFO : Camera processor started for rear_garage_1: 605
2024-11-22 09:36:30.217902235 [2024-11-22 09:36:30] frigate.detectors.plugins.edgetpu_tfl INFO : Attempting to load TPU as pci:2
2024-11-22 09:36:30.230779200 [2024-11-22 09:36:30] frigate.detectors.plugins.edgetpu_tfl INFO : TPU found
2024-11-22 09:36:30.234434657 [2024-11-22 09:36:30] frigate.app INFO : Camera processor started for shop: 626
2024-11-22 09:36:30.254166386 [2024-11-22 09:36:30] frigate.app INFO : Camera processor started for shop_shed: 632
2024-11-22 09:36:30.269986037 [2024-11-22 09:36:30] frigate.app INFO : Camera processor started for rear_parking_pad_cam: 659
2024-11-22 09:36:30.288781832 [2024-11-22 09:36:30] frigate.app INFO : Capture process started for front_1: 689
2024-11-22 09:36:30.304353683 [2024-11-22 09:36:30] frigate.app INFO : Capture process started for doorbell: 699
2024-11-22 09:36:30.327653790 [2024-11-22 09:36:30] frigate.app INFO : Capture process started for driveway_cam: 725
2024-11-22 09:36:30.342447024 [2024-11-22 09:36:30] frigate.app INFO : Capture process started for garage: 734
2024-11-22 09:36:30.344521908 [2024-11-22 09:36:30] frigate.app INFO : Capture process started for rear_garage_1: 743
2024-11-22 09:36:30.361744728 [2024-11-22 09:36:30] frigate.app INFO : Capture process started for shop: 766
2024-11-22 09:36:30.381807902 [2024-11-22 09:36:30] frigate.app INFO : Capture process started for shop_shed: 791
2024-11-22 09:36:30.402633738 [2024-11-22 09:36:30] frigate.app INFO : Capture process started for rear_parking_pad_cam: 801
2024-11-22 09:36:30.526103927 [2024-11-22 09:36:30] frigate.detectors.plugins.tensorrt INFO : Loaded engine size: 176 MiB
2024-11-22 09:36:30.747518969 [2024-11-22 09:36:30] frigate.app WARNING : The current SHM size of 512.0MB is too small, recommend increasing it to at least 599.6MB.
2024-11-22 09:36:30.813706371 [2024-11-22 09:36:30] frigate.detectors.plugins.tensorrt INFO : [MemUsageChange] Init cuBLAS/cuBLASLt: CPU +6, GPU +8, now: CPU 346, GPU 296 (MiB)
2024-11-22 09:36:30.822233442 [2024-11-22 09:36:30] frigate.detectors.plugins.tensorrt INFO : [MemUsageChange] Init cuDNN: CPU +2, GPU +10, now: CPU 348, GPU 306 (MiB)
2024-11-22 09:36:30.844925585 [2024-11-22 09:36:30] frigate.detectors.plugins.tensorrt INFO : [MemUsageChange] TensorRT-managed allocation in engine deserialization: CPU +0, GPU +176, now: CPU 0, GPU 176 (MiB)
2024-11-22 09:36:30.868612480 [2024-11-22 09:36:30] frigate.detectors.plugins.tensorrt INFO : [MemUsageChange] Init cuBLAS/cuBLASLt: CPU +0, GPU +8, now: CPU 171, GPU 298 (MiB)
2024-11-22 09:36:30.868770964 [2024-11-22 09:36:30] frigate.detectors.plugins.tensorrt INFO : [MemUsageChange] Init cuDNN: CPU +0, GPU +8, now: CPU 171, GPU 306 (MiB)
2024-11-22 09:36:30.870661591 [2024-11-22 09:36:30] frigate.detectors.plugins.tensorrt INFO : [MemUsageChange] TensorRT-managed allocation in IExecutionContext creation: CPU +0, GPU +29, now: CPU 0, GPU 205 (MiB) Relevant go2rtc log outputn/a FFprobe output from your cameran/a Frigate stats{
"cameras": {
"doorbell": {
"audio_dBFS": 0,
"audio_rms": 0,
"camera_fps": 5.1,
"capture_pid": 755,
"detection_enabled": true,
"detection_fps": 12.6,
"ffmpeg_pid": 780,
"pid": 648,
"process_fps": 5.1,
"skipped_fps": 0
},
"driveway_cam": {
"audio_dBFS": 0,
"audio_rms": 0,
"camera_fps": 2.32,
"capture_pid": 779,
"detection_enabled": true,
"detection_fps": 11.89,
"ffmpeg_pid": 816,
"pid": 649,
"process_fps": 2.24,
"skipped_fps": 0
},
"front_1": {
"audio_dBFS": 0,
"audio_rms": 0,
"camera_fps": 1.8,
"capture_pid": 736,
"detection_enabled": true,
"detection_fps": 12.06,
"ffmpeg_pid": 756,
"pid": 647,
"process_fps": 1.74,
"skipped_fps": 0
},
"garage": {
"audio_dBFS": 0,
"audio_rms": 0,
"camera_fps": 2.86,
"capture_pid": 814,
"detection_enabled": true,
"detection_fps": 8.07,
"ffmpeg_pid": 821,
"pid": 660,
"process_fps": 2.75,
"skipped_fps": 0
},
"rear_garage_1": {
"audio_dBFS": 0,
"audio_rms": 0,
"camera_fps": 2.63,
"capture_pid": 820,
"detection_enabled": true,
"detection_fps": 10.16,
"ffmpeg_pid": 826,
"pid": 672,
"process_fps": 2.54,
"skipped_fps": 0
},
"rear_parking_pad_cam": {
"audio_dBFS": 0,
"audio_rms": 0,
"camera_fps": 2.95,
"capture_pid": 835,
"detection_enabled": true,
"detection_fps": 11.61,
"ffmpeg_pid": 845,
"pid": 724,
"process_fps": 2.85,
"skipped_fps": 0
},
"shop": {
"audio_dBFS": 0,
"audio_rms": 0,
"camera_fps": 1.58,
"capture_pid": 825,
"detection_enabled": true,
"detection_fps": 11.79,
"ffmpeg_pid": 832,
"pid": 696,
"process_fps": 1.52,
"skipped_fps": 0
},
"shop_shed": {
"audio_dBFS": 0,
"audio_rms": 0,
"camera_fps": 2.68,
"capture_pid": 830,
"detection_enabled": true,
"detection_fps": 8.66,
"ffmpeg_pid": 837,
"pid": 702,
"process_fps": 2.58,
"skipped_fps": 0
}
},
"cpu_usages": {
"1": {
"cmdline": "/package/admin/s6/command/s6-svscan -d4 -- /run/service",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"15": {
"cmdline": "s6-supervise s6-linux-init-shutdownd",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"17": {
"cmdline": "/package/admin/s6-linux-init/command/s6-linux-init-shutdownd -c /run/s6/basedir -g 3000 -C -B",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"24": {
"cmdline": "s6-supervise nginx-log",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"25": {
"cmdline": "s6-supervise frigate-log",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"26": {
"cmdline": "s6-supervise frigate",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"27": {
"cmdline": "s6-supervise go2rtc-healthcheck",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"28": {
"cmdline": "s6-supervise certsync",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"29": {
"cmdline": "s6-supervise certsync-log",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"30": {
"cmdline": "s6-supervise s6rc-fdholder",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"31": {
"cmdline": "s6-supervise s6rc-oneshot-runner",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"32": {
"cmdline": "s6-supervise nginx",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"33": {
"cmdline": "s6-supervise go2rtc",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"34": {
"cmdline": "s6-supervise go2rtc-log",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"45": {
"cmdline": "/package/admin/s6-2.11.3.2/command/s6-fdholderd -1 -i data/rules",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"46": {
"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 ../.. --",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"96": {
"cmdline": "s6-log -b -- T 1 n0 s10000000 T /dev/shm/logs/nginx",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"97": {
"cmdline": "s6-log -b -- T 1 n0 s10000000 T /dev/shm/logs/go2rtc",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"98": {
"cmdline": "s6-log -b -- T 1 n0 s10000000 T /dev/shm/logs/frigate",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"100": {
"cmdline": "s6-log -b -- T 1 n0 s10000000 T /dev/shm/logs/certsync",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"110": {
"cmdline": "/usr/local/go2rtc/bin/go2rtc -config=/dev/shm/go2rtc.yaml",
"cpu": "10.0",
"cpu_average": "10",
"mem": "0.1"
},
"120": {
"cmdline": "bash ./run.user go2rtc-healthcheck",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"128": {
"cmdline": "python3 -u -m frigate",
"cpu": "32.1",
"cpu_average": "48",
"mem": "2.6"
},
"145": {
"cmdline": "nginx: master process nginx",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"196": {
"cmdline": "nginx: worker process",
"cpu": "0.6",
"cpu_average": "0",
"mem": "0.0"
},
"197": {
"cmdline": "nginx: worker process",
"cpu": "0.6",
"cpu_average": "0",
"mem": "0.0"
},
"198": {
"cmdline": "nginx: worker process",
"cpu": "0.1",
"cpu_average": "0",
"mem": "0.0"
},
"199": {
"cmdline": "nginx: worker process",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"202": {
"cmdline": "nginx: cache manager process",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"214": {
"cmdline": "nginx: cache loader process",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"363": {
"cmdline": "bash ./run.user certsync",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"411": {
"cmdline": "sleep 60",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"412": {
"cmdline": "frigate.logger ",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.6"
},
"414": {
"cmdline": "frigate.recording_manager",
"cpu": "1.9",
"cpu_average": "0",
"mem": "0.8"
},
"415": {
"cmdline": "frigate.review_segment_manager",
"cpu": "0.4",
"cpu_average": "0",
"mem": "0.7"
},
"458": {
"cmdline": "/usr/bin/python3 -c from multiprocessing.resource_tracker import main;main(71)",
"cpu": "0.2",
"cpu_average": "0",
"mem": "0.0"
},
"539": {
"cmdline": "frigate.detector.tensorrt",
"cpu": "3.0",
"cpu_average": "0",
"mem": "1.8"
},
"541": {
"cmdline": "frigate.detector.coral1",
"cpu": "0.7",
"cpu_average": "0",
"mem": "0.8"
},
"545": {
"cmdline": "frigate.detector.coral2",
"cpu": "0.7",
"cpu_average": "0",
"mem": "0.8"
},
"567": {
"cmdline": "frigate.detector.coral3",
"cpu": "0.7",
"cpu_average": "0",
"mem": "0.8"
},
"573": {
"cmdline": "frigate.output ",
"cpu": "6.2",
"cpu_average": "3",
"mem": "0.8"
},
"647": {
"cmdline": "frigate.process:front_1",
"cpu": "1.0",
"cpu_average": "0",
"mem": "0.8"
},
"648": {
"cmdline": "frigate.process:doorbell",
"cpu": "93.1",
"cpu_average": "76",
"mem": "0.9"
},
"649": {
"cmdline": "frigate.process:driveway_cam",
"cpu": "1.0",
"cpu_average": "0",
"mem": "0.8"
},
"660": {
"cmdline": "frigate.process:garage",
"cpu": "0.9",
"cpu_average": "0",
"mem": "0.8"
},
"672": {
"cmdline": "frigate.process:rear_garage_1",
"cpu": "1.2",
"cpu_average": "0",
"mem": "0.8"
},
"696": {
"cmdline": "frigate.process:shop ",
"cpu": "1.1",
"cpu_average": "0",
"mem": "0.8"
},
"702": {
"cmdline": "frigate.process:shop_shed",
"cpu": "1.1",
"cpu_average": "0",
"mem": "0.8"
},
"724": {
"cmdline": "frigate.process:rear_parking_pad_cam",
"cpu": "1.0",
"cpu_average": "0",
"mem": "0.8"
},
"755": {
"cmdline": "frigate.capture:doorbell",
"cpu": "8.1",
"cpu_average": "3",
"mem": "0.8"
},
"780": {
"cmdline": "ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel cuda -hwaccel_output_format cuda -user_agent FFmpeg Frigate/0.14.1-f4f3cfa -rtsp_transport tcp -timeout 5000000 -i rtsp://127.0.0.1:8554/doorbell -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy /tmp/cache/doorbell@%Y%m%d%H%M%S%z.mp4 -r 5 -vf fps=5,scale_cuda=w=2560:h=1920:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:",
"cpu": "10.9",
"cpu_average": "8",
"mem": "0.8"
},
"819": {
"cmdline": "ffmpeg -hide_banner -v error -fflags nobuffer -flags low_delay -i http://10.0.10.66/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=*&password=* -map 0:v:0? -c:v:0 copy -map 0:a:0? -c:a:0 copy -map 0:a:0? -c:a:1 libopus -application:a:1 lowdelay -min_comp 0 -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp rtsp://127.0.0.1:8554/e038c42dc7a39b9ee1466e0b38e8f832",
"cpu": "3.0",
"cpu_average": "0",
"mem": "0.1"
},
"1185": {
"cmdline": "ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 3840x2160 -i pipe: -threads 1 -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.1"
},
"1190": {
"cmdline": "ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 2560x1920 -i pipe: -threads 1 -f mpegts -s 960x720 -codec:v mpeg1video -q 8 -bf 0 pipe:",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.1"
},
"1195": {
"cmdline": "ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 5120x1440 -i pipe: -threads 1 -f mpegts -s 2560x720 -codec:v mpeg1video -q 8 -bf 0 pipe:",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.1"
},
"1200": {
"cmdline": "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:",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.1"
},
"1205": {
"cmdline": "ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 3840x2160 -i pipe: -threads 1 -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.1"
},
"1210": {
"cmdline": "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:",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.1"
},
"1215": {
"cmdline": "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:",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.1"
},
"1220": {
"cmdline": "ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 5120x1440 -i pipe: -threads 1 -f mpegts -s 2560x720 -codec:v mpeg1video -q 8 -bf 0 pipe:",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.1"
},
"1225": {
"cmdline": "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:",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.1"
},
"1402": {
"cmdline": "sleep 30s",
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0"
},
"frigate.full_system": {
"cpu": "0.0",
"mem": "19.9"
}
},
"detection_fps": 86.82,
"detectors": {
"coral1": {
"detection_start": 0,
"inference_speed": 9.4,
"pid": 541
},
"coral2": {
"detection_start": 0,
"inference_speed": 9.23,
"pid": 545
},
"coral3": {
"detection_start": 0,
"inference_speed": 9.13,
"pid": 567
},
"tensorrt": {
"detection_start": 0,
"inference_speed": 8.34,
"pid": 539
}
},
"gpu_usages": {
"NVIDIA GeForce GTX 1080": {
"dec": "5.0%",
"enc": "0.0%",
"gpu": "0.0%",
"mem": "9.8%"
}
},
"processes": {
"go2rtc": {
"pid": 110
},
"logger": {
"pid": 412
},
"recording": {
"pid": 414
},
"review_segment": {
"pid": 415
}
},
"service": {
"last_updated": 1732293976,
"latest_version": "0.14.1",
"storage": {
"/dev/shm": {
"free": 443.4,
"mount_type": "tmpfs",
"total": 512,
"used": 68.6
},
"/media/frigate/clips": {
"free": 4309619,
"mount_type": "cifs",
"total": 5570330.8,
"used": 1260711.8
},
"/media/frigate/recordings": {
"free": 4309619,
"mount_type": "cifs",
"total": 5570330.8,
"used": 1260711.8
},
"/tmp/cache": {
"free": 32453.7,
"mount_type": "overlay",
"total": 62372,
"used": 27209.8
}
},
"temperatures": {
"apex_0": 48.05,
"apex_1": 42.8,
"apex_2": 38.3
},
"uptime": 25,
"version": "0.14.1-f4f3cfa"
}
} Install methodDocker CLI docker-compose file or Docker CLI commandsudo docker run -d --name Frigate --restart=unless-stopped --mount type=tmpfs,target=/tmp/cache,tmpfs-size=1000000000 --shm-size=512m -v /mnt/recordings/Frigate:/media/frigate -v /var/lib/docker/volumes/frigate_data/_data:/db -v /var/lib/docker/volumes/frigate_config/_data/config.yml:/config/config.yml:ro -v /etc/localtime:/etc/localtime:ro -e FRIGATE_RTSP_PASSWORD='password' -p 5000:5000 -p 1935:1935 ghcr.io/blakeblackshear/frigate:0.12.0-rc2-tensorrt
currently updated/modified with portainer. Ports are now 5000, 8554-8555, 8971 Object DetectorCoral Network connectionWired Camera make and modelvarious, reolink, hikvision, ubiqity Screenshots of the Frigate UI's System metrics pagesAny other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
You need to increase your |
Beta Was this translation helpful? Give feedback.
-
ok, issue persists. I am trying to troubleshoot a different thing, making config changes. Here are my logs after a recent change. shm is still 1024
|
Beta Was this translation helpful? Give feedback.
I updated to the 15 beta 2 release. It said 1024 was too small now, I bumped again to 2048.