Hello,
Je reviens suite au problème d’instabilité qui est de retour.
J’ai du reconfigurer ma camera (Tapo), et depuis, frigate est de nouveau instable,
Je vous donne ma config Frigate
mqtt:
host: 192.168.1.100
port: 1883
user: xxx
password: xxx
stats_interval: 60
detectors:
ov:
type: openvino
device: CPU
model:
width: 300
height: 300
input_tensor: nhwc
input_pixel_format: bgr
path: /openvino-model/ssdlite_mobilenet_v2.xml
labelmap_path: /openvino-model/coco_91cl_bkgr.txt
cameras:
cuisine: # <------ Name the camera
ffmpeg:
inputs:
- path: xxx/stream1 # <----- The stream you want to use for detection
roles:
- detect
detect:
enabled: false # <---- disable detection until you have a working camera feed
width: 1280 # <---- update for your camera's resolution
height: 720 # <---- update for your camera's resolution
objects:
track:
- person
snapshots:
enabled: true
record:
enabled: true
retain:
days: 0
events:
retain:
default: 0
motion:
mask: 0.437,0.409,0.525,0.413,0.538,0.508,0.443,0.542
version: 0.14
Et les logs Frigate
2024-10-30 16:53:31.193508461 [INFO] Preparing Frigate...
2024-10-30 16:53:31.219294340 [INFO] Starting Frigate...
2024-10-30 16:53:33.339506518 [2024-10-30 17:53:33] frigate.app INFO : Starting Frigate (0.14.1-f4f3cfa)
2024-10-30 16:53:33.339510832 [2024-10-30 17:53:33] frigate.app INFO : Creating directory: /tmp/cache
2024-10-30 16:53:33.339512895 [2024-10-30 17:53:33] frigate.util.config INFO : Checking if frigate config needs migration...
2024-10-30 16:53:33.352882139 [2024-10-30 17:53:33] frigate.util.config INFO : frigate config does not need migration...
2024-10-30 16:53:33.386290746 [2024-10-30 17:53:33] frigate.util.services WARNING : Did not detect hwaccel, using a GPU for accelerated video decoding is highly recommended
2024-10-30 16:53:33.402468753 [2024-10-30 17:53:33] peewee_migrate.logs INFO : Starting migrations
2024-10-30 16:53:33.403412107 [2024-10-30 17:53:33] peewee_migrate.logs INFO : There is nothing to migrate
2024-10-30 16:53:33.409220098 [2024-10-30 17:53:33] frigate.app INFO : Recording process started: 290
2024-10-30 16:53:33.415429186 [2024-10-30 17:53:33] frigate.app INFO : Recording process started: 292
2024-10-30 16:53:33.420615005 [2024-10-30 17:53:33] frigate.app INFO : go2rtc process pid: 102
2024-10-30 16:53:33.449924384 [2024-10-30 17:53:33] detector.ov INFO : Starting detection process: 319
2024-10-30 16:53:33.450849909 [2024-10-30 17:53:33] frigate.app INFO : Output process started: 321
2024-10-30 16:53:33.473543347 [2024-10-30 17:53:33] frigate.app INFO : Camera processor started for cuisine: 335
2024-10-30 16:53:33.479672294 [2024-10-30 17:53:33] frigate.app INFO : Capture process started for cuisine: 336