[Config Support]: Why embedded intel gpu is not used much? #20854
-
Describe the problem you are havingI see CPU going up but not so much gpu. When does GPU get involved? Is it possible to equally use both GPU and CPU or more GPU so there is less load on CPU? I get openvino fail and then does it on cpu and some timestamps going wrong. All logs and pictures are below. What am I doing wrong? This is running on Debian 13 with Frigate docker and has direct access to the embedded gpu.
Version0.16.1 Frigate config fileffmpeg:
hwaccel_args:
- -hwaccel
- vaapi
- -hwaccel_device
- /dev/dri/renderD128
- -hwaccel_output_format
- yuv420p
detectors:
coral:
type: edgetpu
device: usb
database:
path: /config/frigate.db
# Optional: logger verbosity settings
logger:
# Optional: Default log verbosity (default: shown below)
default: info
# Optional: Component specific logger overrides
logs:
frigate.event: debug
go2rtc:
log:
exec: trace
streams:
Front_Right:
- rtsp://admin:[email protected]:554/Preview_01_main
Front_Right_sub:
- rtsp://admin:[email protected]:554/Preview_01_sub
Front_Left:
- rtsp://admin:[email protected]:554/Preview_01_main
Front_Left_sub:
- rtsp://admin:[email protected]:554/Preview_01_sub
Side_Right_blvd:
- rtsp://admin:[email protected]:554/Preview_01_main
Side_Right_blvd_sub:
- rtsp://admin:[email protected]:554/Preview_01_sub
Side_Back_Left_Whitefriars:
- rtsp://admin:[email protected]:554/Preview_01_main
Side_Back_Left_Whitefriars_sub:
- rtsp://admin:[email protected]:554/Preview_01_sub
Back_Right:
- rtsp://admin:[email protected]:554/Preview_01_main
Back_Right_sub:
- rtsp://admin:[email protected]:554/Preview_01_sub
Back_Left:
- rtsp://admin:[email protected]:554/Preview_01_main
Back_Left_sub:
- rtsp://admin:[email protected]:554/Preview_01_sub
cameras:
Front_Right:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/Front_Right
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://127.0.0.1:8554/Front_Right_sub
input_args: preset-rtsp-restream
roles:
- detect
detect:
height: 720 #Change this to match the resolution of your detection channel (in this case channel 1)
width: 1280 #Change this to match the resolution of your detection channel (in this case channel 1)
fps: 5 #This is the frame rate for detection, between 5-10 fps is sufficient.
record:
enabled: true
retain:
days: 3 #The number of days a recording will be kept for after a motion is detected.
mode: motion
alerts:
retain:
days: 30
detections:
retain:
days: 30
objects:
track:
- person
- car
- cat
- dog
- bird
motion:
mask:
0.502,0.042,0.489,0.001,0.861,0.001,0.836,0.243,0.725,0.121,0.698,0.106,0.659,0.079,0.588,0.04
Front_Left:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/Front_Left
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://127.0.0.1:8554/Front_Left_sub
input_args: preset-rtsp-restream
roles:
- detect
detect:
height: 720 #Change this to match the resolution of your detection channel (in this case channel 1)
width: 1280 #Change this to match the resolution of your detection channel (in this case channel 1)
fps: 5 #This is the frame rate for detection, between 5-10 fps is sufficient.
record:
enabled: true
retain:
days: 3 #The number of days a recording will be kept for after a motion is detected.
mode: motion
alerts:
retain:
days: 30
detections:
retain:
days: 30
objects:
track:
- person
- car
zones: {}
motion:
mask:
0.161,0.006,0.116,0.871,0.074,0.867,0.066,0.999,0.037,0.994,0.048,0.747,0.051,0.545,0.002,0.521,0.002,0
Side_Right_blvd:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/Side_Right_blvd
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://127.0.0.1:8554/Side_Right_blvd_sub
input_args: preset-rtsp-restream
roles:
- detect
detect:
height: 720 #Change this to match the resolution of your detection channel (in this case channel 1)
width: 1280 #Change this to match the resolution of your detection channel (in this case channel 1)
fps: 5 #This is the frame rate for detection, between 5-10 fps is sufficient.
record:
enabled: true
retain:
days: 3 #The number of days a recording will be kept for after a motion is detected.
mode: motion
alerts:
retain:
days: 30
detections:
retain:
days: 30
objects:
track:
- person
- car
- cat
- dog
- bird
motion:
mask:
0.734,0.012,0.822,0.262,0.835,0.407,0.849,0.54,0.964,0.281,0.989,0.22,0.999,0.199,0.962,0.25,0.858,0.003,0.729,0.001
Side_Back_Left_Whitefriars:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/Side_Back_Left_Whitefriars
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://127.0.0.1:8554/Side_Back_Left_Whitefriars_sub
input_args: preset-rtsp-restream
roles:
- detect
detect:
height: 720 #Change this to match the resolution of your detection channel (in this case channel 1)
width: 1280 #Change this to match the resolution of your detection channel (in this case channel 1)
fps: 5 #This is the frame rate for detection, between 5-10 fps is sufficient.
record:
enabled: true
retain:
days: 3 #The number of days a recording will be kept for after a motion is detected.
mode: motion
alerts:
retain:
days: 30
detections:
retain:
days: 30
objects:
track:
- person
- car
- cat
- dog
- bird
motion:
mask: 1,0.906,0.651,0,0.999,0
Back_Right:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/Back_Right
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://127.0.0.1:8554/Back_Right_sub
input_args: preset-rtsp-restream
roles:
- detect
detect:
height: 720 #Change this to match the resolution of your detection channel (in this case channel 1)
width: 1280 #Change this to match the resolution of your detection channel (in this case channel 1)
fps: 5 #This is the frame rate for detection, between 5-10 fps is sufficient.
record:
enabled: true
retain:
days: 3 #The number of days a recording will be kept for after a motion is detected.
mode: motion
alerts:
retain:
days: 30
detections:
retain:
days: 30
objects:
track:
- person
- car
- cat
- dog
- bird
Back_Left:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/Back_Left
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://127.0.0.1:8554/Back_Left_sub
input_args: preset-rtsp-restream
roles:
- detect
detect:
height: 720 #Change this to match the resolution of your detection channel (in this case channel 1)
width: 1280 #Change this to match the resolution of your detection channel (in this case channel 1)
fps: 5 #This is the frame rate for detection, between 5-10 fps is sufficient.
record:
enabled: true
retain:
days: 3 #The number of days a recording will be kept for after a motion is detected.
mode: motion
alerts:
retain:
days: 30
detections:
retain:
days: 30
objects:
track:
- person
- car
- cat
- dog
- bird
motion:
mask:
0,0.996,0.001,0,0.988,0,0.987,0.091,0.981,0.109,0.862,0.042,0.783,0.079,0.657,0.212,0.389,0.596,0.247,0.807,0.188,0.951,0.125,0.964,0.098,0.997
version: 0.16-0
camera_groups:
Birdy_View:
order: 3
icon: LuBird
cameras: birdseye
semantic_search:
enabled: true
reindex: false
model_size: large
detect:
enabled: true
face_recognition:
enabled: true
model_size: large
lpr:
enabled: true
classification:
bird:
enabled: trueRelevant Frigate log output2025-11-08 20:37:51.032318809 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [vost#0:0/copy @ 0x558f5f4edcc0] Non-monotonic DTS; previous: 701036388, current: 522739776; changing to 701036389. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.032763125 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [vost#0:0/copy @ 0x558f5f4edcc0] Non-monotonic DTS; previous: 701036389, current: 522740183; changing to 701036390. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.033154535 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [vost#0:0/copy @ 0x558f5f4edcc0] Non-monotonic DTS; previous: 701036390, current: 522741404; changing to 701036391. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.033412138 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [vost#0:0/copy @ 0x558f5f4edcc0] Non-monotonic DTS; previous: 701036391, current: 522741824; changing to 701036392. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.033671125 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [vost#0:0/copy @ 0x558f5f4edcc0] Non-monotonic DTS; previous: 701036392, current: 522743039; changing to 701036393. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.034020499 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [vost#0:0/copy @ 0x558f5f4edcc0] Non-monotonic DTS; previous: 701036393, current: 522743447; changing to 701036394. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.034337424 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [vost#0:0/copy @ 0x558f5f4edcc0] Non-monotonic DTS; previous: 701036394, current: 522744267; changing to 701036395. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.034626975 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [vost#0:0/copy @ 0x558f5f4edcc0] Non-monotonic DTS; previous: 701036395, current: 522745088; changing to 701036396. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.034852606 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [vost#0:0/copy @ 0x558f5f4edcc0] Non-monotonic DTS; previous: 701036396, current: 522745920; changing to 701036397. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.035299603 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [aost#0:1/aac @ 0x558f5f4fe940] Non-monotonic DTS; previous: 1724670311, current: 489002910; changing to 1724670312. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.035641007 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [aost#0:1/aac @ 0x558f5f4fe940] Non-monotonic DTS; previous: 1724670312, current: 489003882; changing to 1724670313. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.035936662 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [aost#0:1/aac @ 0x558f5f4fe940] Non-monotonic DTS; previous: 1724670313, current: 489004824; changing to 1724670314. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.036694030 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [vost#0:0/copy @ 0x558f5f4edcc0] Non-monotonic DTS; previous: 701036397, current: 522746325; changing to 701036398. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.037091635 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [vost#0:0/copy @ 0x558f5f4edcc0] Non-monotonic DTS; previous: 701036398, current: 522747542; changing to 701036399. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.037751262 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [vost#0:0/copy @ 0x558f5f4edcc0] Non-monotonic DTS; previous: 701036399, current: 522747962; changing to 701036400. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.038169306 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [aost#0:1/aac @ 0x558f5f4fe940] Non-monotonic DTS; previous: 1724670314, current: 489005786; changing to 1724670315. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.038601319 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [aost#0:1/aac @ 0x558f5f4fe940] Non-monotonic DTS; previous: 1724670315, current: 489006744; changing to 1724670316. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.038995441 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [vost#0:0/copy @ 0x558f5f4edcc0] Non-monotonic DTS; previous: 701036400, current: 522749179; changing to 701036401. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.039433356 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [aost#0:1/aac @ 0x558f5f4fe940] Non-monotonic DTS; previous: 1724670316, current: 489007707; changing to 1724670317. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.039759940 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [vost#0:0/copy @ 0x558f5f4edcc0] Non-monotonic DTS; previous: 701036401, current: 522749595; changing to 701036402. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.040096339 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [aost#0:1/aac @ 0x558f5f4fe940] Non-monotonic DTS; previous: 1724670317, current: 489008670; changing to 1724670318. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.041218530 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [vost#0:0/copy @ 0x558f5f4edcc0] Non-monotonic DTS; previous: 701036402, current: 522750414; changing to 701036403. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.041893044 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [aost#0:1/aac @ 0x558f5f4fe940] Non-monotonic DTS; previous: 1724670318, current: 489010590; changing to 1724670319. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.042248023 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [vost#0:0/copy @ 0x558f5f4edcc0] Non-monotonic DTS; previous: 701036403, current: 522751231; changing to 701036404. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.042702638 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [aost#0:1/aac @ 0x558f5f4fe940] Non-monotonic DTS; previous: 1724670319, current: 489011545; changing to 1724670320. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.042997690 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [aost#0:1/aac @ 0x558f5f4fe940] Non-monotonic DTS; previous: 1724670320, current: 489012511; changing to 1724670321. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.043584804 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [vost#0:0/copy @ 0x558f5f4edcc0] Non-monotonic DTS; previous: 701036404, current: 522752071; changing to 701036405. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.043851649 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [vost#0:0/copy @ 0x558f5f4edcc0] Non-monotonic DTS; previous: 701036405, current: 522752546; changing to 701036406. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.044111803 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [aost#0:1/aac @ 0x558f5f4fe940] Non-monotonic DTS; previous: 1724670321, current: 489013477; changing to 1724670322. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.044376638 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [vost#0:0/copy @ 0x558f5f4edcc0] Non-monotonic DTS; previous: 701036406, current: 522753484; changing to 701036407. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.044647384 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [aost#0:1/aac @ 0x558f5f4fe940] Non-monotonic DTS; previous: 1724670322, current: 489014431; changing to 1724670323. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.044898141 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [vost#0:0/copy @ 0x558f5f4edcc0] Non-monotonic DTS; previous: 701036407, current: 522754299; changing to 701036408. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.045084166 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [aost#0:1/aac @ 0x558f5f4fe940] Non-monotonic DTS; previous: 1724670323, current: 489015389; changing to 1724670324. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.045262251 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [aost#0:1/aac @ 0x558f5f4fe940] Non-monotonic DTS; previous: 1724670324, current: 489016342; changing to 1724670325. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.045447886 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [aost#0:1/aac @ 0x558f5f4fe940] Non-monotonic DTS; previous: 1724670325, current: 489017304; changing to 1724670326. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.045655437 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [aost#0:1/aac @ 0x558f5f4fe940] Non-monotonic DTS; previous: 1724670326, current: 489018286; changing to 1724670327. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.045909363 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [vost#0:0/copy @ 0x558f5f4edcc0] Non-monotonic DTS; previous: 701036408, current: 522755122; changing to 701036409. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.046217658 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [aost#0:1/aac @ 0x558f5f4fe940] Non-monotonic DTS; previous: 1724670327, current: 489019229; changing to 1724670328. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.046484165 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [aost#0:1/aac @ 0x558f5f4fe940] Non-monotonic DTS; previous: 1724670328, current: 489020194; changing to 1724670329. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.046721511 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [aost#0:1/aac @ 0x558f5f4fe940] Non-monotonic DTS; previous: 1724670329, current: 489021146; changing to 1724670330. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.047028388 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [vost#0:0/copy @ 0x558f5f4edcc0] Non-monotonic DTS; previous: 701036409, current: 522755545; changing to 701036410. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.047332107 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [aost#0:1/aac @ 0x558f5f4fe940] Non-monotonic DTS; previous: 1724670330, current: 489022105; changing to 1724670331. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.047777171 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [aost#0:1/aac @ 0x558f5f4fe940] Non-monotonic DTS; previous: 1724670331, current: 489023083; changing to 1724670332. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.048045698 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [aost#0:1/aac @ 0x558f5f4fe940] Non-monotonic DTS; previous: 1724670332, current: 489024989; changing to 1724670333. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.048428824 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [aost#0:1/aac @ 0x558f5f4fe940] Non-monotonic DTS; previous: 1724670333, current: 489025945; changing to 1724670334. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.048841800 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [aost#0:1/aac @ 0x558f5f4fe940] Non-monotonic DTS; previous: 1724670334, current: 489026908; changing to 1724670335. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.048993998 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [aost#0:1/aac @ 0x558f5f4fe940] Non-monotonic DTS; previous: 1724670335, current: 489027881; changing to 1724670336. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.049387390 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [aost#0:1/aac @ 0x558f5f4fe940] Non-monotonic DTS; previous: 1724670336, current: 489028827; changing to 1724670337. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.049695305 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [aost#0:1/aac @ 0x558f5f4fe940] Non-monotonic DTS; previous: 1724670337, current: 489029790; changing to 1724670338. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.049911799 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [aost#0:1/aac @ 0x558f5f4fe940] Non-monotonic DTS; previous: 1724670338, current: 489030744; changing to 1724670339. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.050301063 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [aost#0:1/aac @ 0x558f5f4fe940] Non-monotonic DTS; previous: 1724670339, current: 489031713; changing to 1724670340. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.050380081 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [aost#0:1/aac @ 0x558f5f4fe940] Non-monotonic DTS; previous: 1724670340, current: 489032672; changing to 1724670341. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.050648904 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [aost#0:1/aac @ 0x558f5f4fe940] Non-monotonic DTS; previous: 1724670341, current: 489033621; changing to 1724670342. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.050824337 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [aost#0:1/aac @ 0x558f5f4fe940] Non-monotonic DTS; previous: 1724670342, current: 489034583; changing to 1724670343. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.051049717 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [aost#0:1/aac @ 0x558f5f4fe940] Non-monotonic DTS; previous: 1724670343, current: 489035543; changing to 1724670344. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.052369246 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [aost#0:1/aac @ 0x558f5f4fe940] Non-monotonic DTS; previous: 1724670344, current: 489036508; changing to 1724670345. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.052951519 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [aost#0:1/aac @ 0x558f5f4fe940] Non-monotonic DTS; previous: 1724670345, current: 489037483; changing to 1724670346. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.053899891 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [aost#0:1/aac @ 0x558f5f4fe940] Non-monotonic DTS; previous: 1724670346, current: 489038429; changing to 1724670347. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.054151872 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [aost#0:1/aac @ 0x558f5f4fe940] Non-monotonic DTS; previous: 1724670347, current: 489040174; changing to 1724670348. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.054447342 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [aost#0:1/aac @ 0x558f5f4fe940] Non-monotonic DTS; previous: 1724670348, current: 489040992; changing to 1724670349. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.054724468 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [aost#0:1/aac @ 0x558f5f4fe940] Non-monotonic DTS; previous: 1724670349, current: 489041944; changing to 1724670350. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.054990760 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [aost#0:1/aac @ 0x558f5f4fe940] Non-monotonic DTS; previous: 1724670350, current: 489042900; changing to 1724670351. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.055360707 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [aost#0:1/aac @ 0x558f5f4fe940] Non-monotonic DTS; previous: 1724670351, current: 489043869; changing to 1724670352. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.055636888 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [aost#0:1/aac @ 0x558f5f4fe940] Non-monotonic DTS; previous: 1724670352, current: 489044824; changing to 1724670353. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.055873552 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [aost#0:1/aac @ 0x558f5f4fe940] Non-monotonic DTS; previous: 1724670353, current: 489045784; changing to 1724670354. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.056231447 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [aost#0:1/aac @ 0x558f5f4fe940] Non-monotonic DTS; previous: 1724670354, current: 489046744; changing to 1724670355. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.056516775 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [vost#0:0/copy @ 0x558f5f4edcc0] Non-monotonic DTS; previous: 701036410, current: 522756764; changing to 701036411. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.056858209 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [vost#0:0/copy @ 0x558f5f4edcc0] Non-monotonic DTS; previous: 701036411, current: 522757176; changing to 701036412. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.057168267 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [aost#0:1/aac @ 0x558f5f4fe940] Non-monotonic DTS; previous: 1724670355, current: 489047703; changing to 1724670356. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.057419951 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [vost#0:0/copy @ 0x558f5f4edcc0] Non-monotonic DTS; previous: 701036412, current: 522758399; changing to 701036413. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.057816626 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [aost#0:1/aac @ 0x558f5f4fe940] Non-monotonic DTS; previous: 1724670356, current: 489048667; changing to 1724670357. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.058060371 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [vost#0:0/copy @ 0x558f5f4edcc0] Non-monotonic DTS; previous: 701036413, current: 522758811; changing to 701036414. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.058435589 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [aost#0:1/aac @ 0x558f5f4fe940] Non-monotonic DTS; previous: 1724670357, current: 489049628; changing to 1724670358. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.058658044 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [vost#0:0/copy @ 0x558f5f4edcc0] Non-monotonic DTS; previous: 701036414, current: 522759627; changing to 701036415. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.059049968 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [aost#0:1/aac @ 0x558f5f4fe940] Non-monotonic DTS; previous: 1724670358, current: 489051543; changing to 1724670359. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.059464476 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [vost#0:0/copy @ 0x558f5f4edcc0] Non-monotonic DTS; previous: 701036415, current: 522760445; changing to 701036416. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.059870854 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [aost#0:1/aac @ 0x558f5f4fe940] Non-monotonic DTS; previous: 1724670359, current: 489052503; changing to 1724670360. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.060225142 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [aost#0:1/aac @ 0x558f5f4fe940] Non-monotonic DTS; previous: 1724670360, current: 489053466; changing to 1724670361. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.060607055 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [aost#0:1/aac @ 0x558f5f4fe940] Non-monotonic DTS; previous: 1724670361, current: 489054434; changing to 1724670362. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.060890207 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [aost#0:1/aac @ 0x558f5f4fe940] Non-monotonic DTS; previous: 1724670362, current: 489055393; changing to 1724670363. This may result in incorrect timestamps in the output file.
2025-11-08 20:37:51.061390712 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [segment @ 0x555ed095e900] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
2025-11-08 20:37:51.061645059 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [segment @ 0x555ed095e900] Failure occurred when ending segment '/tmp/cache/[email protected]'
2025-11-08 20:37:51.061971883 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [aost#0:1/aac @ 0x555ed0962940] Error submitting a packet to the muxer: No space left on device
2025-11-08 20:37:51.062368120 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : Last message repeated 1 times
2025-11-08 20:37:51.062632708 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [out#0/segment @ 0x555ed095f180] Error muxing a packet
2025-11-08 20:37:51.063039040 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [out#0/segment @ 0x555ed095f180] Task finished with error code: -28 (No space left on device)
2025-11-08 20:37:51.063341077 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [out#0/segment @ 0x555ed095f180] Terminating thread with return code -28 (No space left on device)
2025-11-08 20:37:51.063603115 [2025-11-08 20:37:51] ffmpeg.Front_Right.record ERROR : [out#0/segment @ 0x555ed095f180] Error writing trailer: Invalid argument
2025-11-08 20:37:51.063872937 [2025-11-08 20:37:51] watchdog.Front_Right INFO : Terminating the existing ffmpeg process...
2025-11-08 20:37:51.064123539 [2025-11-08 20:37:51] watchdog.Front_Right INFO : Waiting for ffmpeg to exit gracefully...
2025-11-08 20:37:52.576998042 [2025-11-08 20:37:52] ffmpeg.Front_Left.record ERROR : [segment @ 0x55e959680a80] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
2025-11-08 20:37:52.578273899 [2025-11-08 20:37:52] ffmpeg.Front_Left.record ERROR : [aost#0:1/aac @ 0x55e95967f880] Error submitting a packet to the muxer: No space left on device
2025-11-08 20:37:52.579411261 [2025-11-08 20:37:52] ffmpeg.Front_Left.record ERROR : Last message repeated 1 times
2025-11-08 20:37:52.580841184 [2025-11-08 20:37:52] ffmpeg.Front_Left.record ERROR : [out#0/segment @ 0x55e9596813c0] Error muxing a packet
2025-11-08 20:37:52.583287246 [2025-11-08 20:37:52] ffmpeg.Front_Left.record ERROR : [out#0/segment @ 0x55e9596813c0] Task finished with error code: -28 (No space left on device)
2025-11-08 20:37:52.585240860 [2025-11-08 20:37:52] ffmpeg.Front_Left.record ERROR : [out#0/segment @ 0x55e9596813c0] Terminating thread with return code -28 (No space left on device)
2025-11-08 20:37:52.587648631 [2025-11-08 20:37:52] ffmpeg.Front_Left.record ERROR : [segment @ 0x55e959680a80] Failure occurred when ending segment '/tmp/cache/[email protected]'
2025-11-08 20:37:52.588177424 [2025-11-08 20:37:52] ffmpeg.Front_Left.record ERROR : [out#0/segment @ 0x55e9596813c0] Error writing trailer: No space left on device
2025-11-08 20:37:52.588539901 [2025-11-08 20:37:52] watchdog.Front_Left INFO : Terminating the existing ffmpeg process...
2025-11-08 20:37:52.589146794 [2025-11-08 20:37:52] watchdog.Front_Left INFO : Waiting for ffmpeg to exit gracefully...Relevant go2rtc log output2025-11-07 23:49:40.605877419 [INFO] Preparing new go2rtc config...
2025-11-07 23:49:41.079341918 [INFO] Starting go2rtc...
2025-11-07 23:49:41.180156459 23:49:41.180 INF go2rtc platform=linux/amd64 revision=fa580c5 version=1.9.9
2025-11-07 23:49:41.180163155 23:49:41.180 INF config path=/dev/shm/go2rtc.yaml
2025-11-07 23:49:41.180839193 23:49:41.180 INF [api] listen addr=:1984
2025-11-07 23:49:41.180996535 23:49:41.180 INF [rtsp] listen addr=:8554
2025-11-07 23:49:41.181364216 23:49:41.181 INF [webrtc] listen addr=:8555
2025-11-07 23:49:49.882504594 [INFO] Starting go2rtc healthcheck service...Frigate stats{"cameras":{"Front_Right":{"camera_fps":5.0,"process_fps":5.1,"skipped_fps":0.0,"detection_fps":13.6,"detection_enabled":true,"pid":465,"capture_pid":532,"ffmpeg_pid":538,"audio_rms":0.0,"audio_dBFS":0.0},"Front_Left":{"camera_fps":5.0,"process_fps":2.7,"skipped_fps":2.3,"detection_fps":22.5,"detection_enabled":true,"pid":469,"capture_pid":544,"ffmpeg_pid":550,"audio_rms":0.0,"audio_dBFS":0.0},"Side_Right_Cassandra":{"camera_fps":5.1,"process_fps":5.1,"skipped_fps":0.0,"detection_fps":11.1,"detection_enabled":true,"pid":487,"capture_pid":555,"ffmpeg_pid":562,"audio_rms":0.0,"audio_dBFS":0.0},"Side_Back_Left_Whitefriars":{"camera_fps":5.1,"process_fps":3.9,"skipped_fps":1.1,"detection_fps":20.7,"detection_enabled":true,"pid":494,"capture_pid":568,"ffmpeg_pid":574,"audio_rms":0.0,"audio_dBFS":0.0},"Back_Right":{"camera_fps":5.0,"process_fps":4.0,"skipped_fps":1.2,"detection_fps":20.4,"detection_enabled":true,"pid":503,"capture_pid":580,"ffmpeg_pid":586,"audio_rms":0.0,"audio_dBFS":0.0},"Back_Left":{"camera_fps":5.0,"process_fps":4.7,"skipped_fps":0.6,"detection_fps":18.0,"detection_enabled":true,"pid":512,"capture_pid":591,"ffmpeg_pid":599,"audio_rms":0.0,"audio_dBFS":0.0}},"detectors":{"coral":{"inference_speed":9.37,"detection_start":1762653227.022392,"pid":414}},"detection_fps":106.3,"embeddings":{"image_embedding_speed":0.0,"image_embedding":0.0,"text_embedding_speed":0.0,"text_embedding":0.0,"face_recognition_speed":98.19,"face_recognition":0.1,"plate_recognition_speed":0.0,"plate_recognition":0.0,"yolov9_plate_detection_speed":35.03,"yolov9_plate_detection":0.7},"gpu_usages":{"intel-vaapi":{"gpu":"0.0%","mem":"-%"}},"cpu_usages":{"frigate.full_system":{"cpu":"57.3","mem":"53.7"},"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 certsync-log"},"28":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise go2rtc-healthcheck"},"29":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise s6rc-oneshot-runner"},"30":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise frigate-log"},"31":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise nginx"},"32":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise nginx-log"},"33":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise s6rc-fdholder"},"34":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise certsync"},"35":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise go2rtc-log"},"36":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise go2rtc"},"37":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-supervise frigate"},"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"},"95":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-log -b -- T 1 n0 s10000000 T /dev/shm/logs/go2rtc"},"96":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"s6-log -b -- T 1 n0 s10000000 T /dev/shm/logs/nginx"},"99":{"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":"23.2","cpu_average":"17","mem":"0.5","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":"4.3","cpu_average":"12","mem":"4.5","cmdline":"python3 -u -m frigate"},"145":{"cpu":"0.0","cpu_average":"0","mem":"0.2","cmdline":"nginx: master process nginx"},"206":{"cpu":"0.1","cpu_average":"0","mem":"0.1","cmdline":"nginx: worker process"},"207":{"cpu":"0.0","cpu_average":"0","mem":"0.1","cmdline":"nginx: worker process"},"208":{"cpu":"0.0","cpu_average":"0","mem":"0.1","cmdline":"nginx: worker process"},"209":{"cpu":"0.0","cpu_average":"0","mem":"0.1","cmdline":"nginx: worker process"},"287":{"cpu":"0.0","cpu_average":"0","mem":"0.1","cmdline":"nginx: cache manager process"},"288":{"cpu":"0.0","cpu_average":"0","mem":"0.1","cmdline":"nginx: cache loader process"},"346":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"bash ./run.user certsync"},"373":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"sleep 60"},"381":{"cpu":"0.0","cpu_average":"0","mem":"2.4","cmdline":"python3 -u -m frigate"},"390":{"cpu":"0.6","cpu_average":"0","mem":"2.8","cmdline":"frigate.recording_manager"},"401":{"cpu":"0.9","cpu_average":"0","mem":"2.6","cmdline":"frigate.review_segment_manager"},"414":{"cpu":"50.3","cpu_average":"40","mem":"2.8","cmdline":"frigate.detector.coral"},"417":{"cpu":"13.7","cpu_average":"14","mem":"25.6","cmdline":"frigate.embeddings_manager"},"441":{"cpu":"8.2","cpu_average":"9","mem":"2.8","cmdline":"frigate.output "},"465":{"cpu":"6.8","cpu_average":"2","mem":"2.7","cmdline":"frigate.process:Front_Right"},"469":{"cpu":"11.7","cpu_average":"7","mem":"3.0","cmdline":"frigate.process:Front_Left"},"487":{"cpu":"6.4","cpu_average":"4","mem":"2.8","cmdline":"frigate.process:Side_Right_Cassandra"},"494":{"cpu":"16.2","cpu_average":"11","mem":"3.1","cmdline":"frigate.process:Side_Back_Left_Whitefriars"},"503":{"cpu":"13.6","cpu_average":"9","mem":"3.1","cmdline":"frigate.process:Back_Right"},"512":{"cpu":"10.2","cpu_average":"7","mem":"2.8","cmdline":"frigate.process:Back_Left"},"532":{"cpu":"0.9","cpu_average":"0","mem":"2.7","cmdline":"frigate.capture:Front_Right"},"538":{"cpu":"2.9","cpu_average":"0","mem":"0.7","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format yuv420p -user_agent FFmpeg Frigate/0.16.2-4d58206 -rtsp_transport tcp -timeout 10000000 -i rtsp://127.0.0.1:8554/Front_Right_sub -r 5 -vf fps=5,scale=1280:720 -threads 2 -f rawvideo -pix_fmt yuv420p pipe:"},"543":{"cpu":"4.2","cpu_average":"2","mem":"0.4","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -user_agent FFmpeg Frigate/0.16.2-4d58206 -rtsp_transport tcp -timeout 10000000 -i rtsp://127.0.0.1:8554/Front_Right -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac /tmp/cache/Front_Right@%Y%m%d%H%M%S%z.mp4"},"544":{"cpu":"0.8","cpu_average":"0","mem":"3.0","cmdline":"frigate.capture:Front_Left"},"550":{"cpu":"3.5","cpu_average":"2","mem":"0.7","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format yuv420p -user_agent FFmpeg Frigate/0.16.2-4d58206 -rtsp_transport tcp -timeout 10000000 -i rtsp://127.0.0.1:8554/Front_Left_sub -r 5 -vf fps=5,scale=1280:720 -threads 2 -f rawvideo -pix_fmt yuv420p pipe:"},"555":{"cpu":"0.9","cpu_average":"0","mem":"2.7","cmdline":"frigate.capture:Side_Right_Cassandra"},"556":{"cpu":"5.2","cpu_average":"2","mem":"0.5","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -user_agent FFmpeg Frigate/0.16.2-4d58206 -rtsp_transport tcp -timeout 10000000 -i rtsp://127.0.0.1:8554/Front_Left -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac /tmp/cache/Front_Left@%Y%m%d%H%M%S%z.mp4"},"562":{"cpu":"3.6","cpu_average":"2","mem":"0.7","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format yuv420p -user_agent FFmpeg Frigate/0.16.2-4d58206 -rtsp_transport tcp -timeout 10000000 -i rtsp://127.0.0.1:8554/Side_Right_Cassandra_sub -r 5 -vf fps=5,scale=1280:720 -threads 2 -f rawvideo -pix_fmt yuv420p pipe:"},"567":{"cpu":"5.1","cpu_average":"2","mem":"0.4","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -user_agent FFmpeg Frigate/0.16.2-4d58206 -rtsp_transport tcp -timeout 10000000 -i rtsp://127.0.0.1:8554/Side_Right_Cassandra -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac /tmp/cache/Side_Right_Cassandra@%Y%m%d%H%M%S%z.mp4"},"568":{"cpu":"0.9","cpu_average":"0","mem":"2.9","cmdline":"frigate.capture:Side_Back_Left_Whitefriars"},"574":{"cpu":"3.5","cpu_average":"2","mem":"0.7","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format yuv420p -user_agent FFmpeg Frigate/0.16.2-4d58206 -rtsp_transport tcp -timeout 10000000 -i rtsp://127.0.0.1:8554/Side_Back_Left_Whitefriars_sub -r 5 -vf fps=5,scale=1280:720 -threads 2 -f rawvideo -pix_fmt yuv420p pipe:"},"579":{"cpu":"4.1","cpu_average":"2","mem":"0.4","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -user_agent FFmpeg Frigate/0.16.2-4d58206 -rtsp_transport tcp -timeout 10000000 -i rtsp://127.0.0.1:8554/Side_Back_Left_Whitefriars -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac /tmp/cache/Side_Back_Left_Whitefriars@%Y%m%d%H%M%S%z.mp4"},"580":{"cpu":"0.8","cpu_average":"0","mem":"2.8","cmdline":"frigate.capture:Back_Right"},"586":{"cpu":"2.9","cpu_average":"0","mem":"0.8","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format yuv420p -user_agent FFmpeg Frigate/0.16.2-4d58206 -rtsp_transport tcp -timeout 10000000 -i rtsp://127.0.0.1:8554/Back_Right_sub -r 5 -vf fps=5,scale=1280:720 -threads 2 -f rawvideo -pix_fmt yuv420p pipe:"},"591":{"cpu":"0.8","cpu_average":"0","mem":"2.8","cmdline":"frigate.capture:Back_Left"},"592":{"cpu":"4.6","cpu_average":"2","mem":"0.4","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -user_agent FFmpeg Frigate/0.16.2-4d58206 -rtsp_transport tcp -timeout 10000000 -i rtsp://127.0.0.1:8554/Back_Right -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac /tmp/cache/Back_Right@%Y%m%d%H%M%S%z.mp4"},"599":{"cpu":"2.9","cpu_average":"0","mem":"0.8","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format yuv420p -user_agent FFmpeg Frigate/0.16.2-4d58206 -rtsp_transport tcp -timeout 10000000 -i rtsp://127.0.0.1:8554/Back_Left_sub -r 5 -vf fps=5,scale=1280:720 -threads 2 -f rawvideo -pix_fmt yuv420p pipe:"},"604":{"cpu":"4.2","cpu_average":"2","mem":"0.4","cmdline":"/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -user_agent FFmpeg Frigate/0.16.2-4d58206 -rtsp_transport tcp -timeout 10000000 -i rtsp://127.0.0.1:8554/Back_Left -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac /tmp/cache/Back_Left@%Y%m%d%H%M%S%z.mp4"},"621":{"cpu":"0.0","cpu_average":"0","mem":"0.3","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:"},"628":{"cpu":"0.0","cpu_average":"0","mem":"0.3","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:"},"635":{"cpu":"0.0","cpu_average":"0","mem":"0.3","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:"},"642":{"cpu":"0.0","cpu_average":"0","mem":"0.3","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:"},"649":{"cpu":"0.0","cpu_average":"0","mem":"0.3","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:"},"656":{"cpu":"0.0","cpu_average":"0","mem":"0.3","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:"},"663":{"cpu":"0.1","cpu_average":"0","mem":"0.5","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:"},"997":{"cpu":"0.0","cpu_average":"0","mem":"0.0","cmdline":"sleep 30s"}},"service":{"uptime":41,"version":"0.16.2-4d58206","latest_version":"0.16.2","storage":{"/media/frigate/recordings":{"total":231523.8,"used":140664.1,"free":79027.9,"mount_type":"ext4"},"/media/frigate/clips":{"total":231523.8,"used":140664.1,"free":79027.9,"mount_type":"ext4"},"/tmp/cache":{"total":953.7,"used":207.0,"free":746.6,"mount_type":"tmpfs"},"/dev/shm":{"total":512.0,"used":384.0,"free":128.0,"mount_type":"tmpfs"}},"temperatures":{},"last_updated":1762653227},"processes":{"recording":{"pid":390},"review_segment":{"pid":401},"go2rtc":{"pid":128},"embeddings":{"pid":417}}}root@frigate87cass:~/frigate#Operating systemDebian Install methodDocker Compose docker-compose file or Docker CLI commandroot@frigate87cass:~/frigate# nano docker-compose.yml
GNU nano 8.4 docker-compose.yml
services:
frigate:
container_name: frigate
image: ghcr.io/blakeblackshear/frigate:stable
privileged: true # May not be required for all setups, but simplifies device permissions
restart: unless-stopped
stop_grace_period: 30s
shm_size: "512mb" # Adjust based on number/resolution of cameras
# ---- Devices passed to container ----
devices:
# Coral USB accelerator (adjust bus if needed)
- /dev/bus/usb:/dev/bus/usb
# PCIe Coral (only if you have one)
# - /dev/apex_0:/dev/apex_0
# Intel GPU for VAAPI hardware acceleration
- /dev/dri/renderD128:/dev/dri/renderD128
# Audio devices (for mic input or camera audio)
- /dev/snd:/dev/snd
# ---- Volumes ----
volumes:
- /etc/localtime:/etc/localtime:ro
- /path/to/your/config:/config # Frigate config directory
- /path/to/your/storage:/media/frigate # Recordings, clips, snapshots
- type: tmpfs
target: /tmp/cache
tmpfs:
size: 1000000000 # 1 GB RAM cache (optional but helps SSD wear)
# ---- Network Ports ----
ports:
- "8971:8971" # Web UI
# - "5000:5000" # (optional) unprotected API access
- "8554:8554" # RTSP feeds
- "8555:8555/tcp" # WebRTC over TCP
- "8555:8555/udp" # WebRTC over UDP
# ---- Environment Variables ----
environment:
FRIGATE_RTSP_PASSWORD: "password"
LIBVA_DRIVER_NAME: "i965" # Ensures Haswell uses the correct VAAPI driver
# Optional: enable Coral Edge TPU runtime logs
# EDGETPU_LOG_LEVEL: "debug"Object DetectorCoral Screenshots of the Frigate UI's System metrics pages
Any other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 22 replies
-
|
There is a bug with Intel's GPU Tools that causes the usage to report as zero after a while. A system reboot fixes it, but then it eventually goes back to zero. This isn't anything Frigate can fix. Your GPU is still being used for hardware accelerated enrichments and hardware accelerated video decoding ( I would suggest tuning your motion detection, as it looks like there's a lot of motion on your cameras. I would also suggest using the |
Beta Was this translation helpful? Give feedback.




The bird classification model is lightweight enough to run on CPU. It's odd that it is trying to use OpenVINO. This entire section of code was refactored for the next version of Frigate, so it might be worth trying again when 0.17 is released.