Petit soucis pour intégrer mon Esp32cam alors qu’il apparait sur le tableau de bord.
Ayant cherché de mon coté sans avoir trouvé, je me tourne vers vous…
2025-03-01 17:37:13.851159449 [2025-03-01 18:37:13] watchdog.test ERROR : Ffmpeg process crashed unexpectedly for test.
2025-03-01 17:37:13.851252551 [2025-03-01 18:37:13] watchdog.test ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-03-01 17:37:13.851266052 [2025-03-01 18:37:13] ffmpeg.test.detect ERROR : [tcp @ 0x559ef45cc0] Connection to tcp://192.168.0.113:8080 failed: Connection timed out
2025-03-01 17:37:13.851332411 [2025-03-01 18:37:13] ffmpeg.test.detect ERROR : http://192.168.0.113:8080: Connection timed out
2025-03-01 17:37:18.972212244 [2025-03-01 18:37:18] frigate.video ERROR : test: Unable to read frames from ffmpeg process.
2025-03-01 17:37:18.973129268 [2025-03-01 18:37:18] frigate.video ERROR : test: ffmpeg process is not running. exiting capture thread...
2025-03-01 17:37:23.873208392 [2025-03-01 18:37:23] watchdog.test ERROR : Ffmpeg process crashed unexpectedly for test.
2025-03-01 17:37:23.873313824 [2025-03-01 18:37:23] watchdog.test ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-03-01 17:37:23.873329799 [2025-03-01 18:37:23] ffmpeg.test.detect ERROR : [tcp @ 0x55a3201cc0] Connection to tcp://192.168.0.113:8080 failed: Connection timed out
2025-03-01 17:37:23.874101436 [2025-03-01 18:37:23] ffmpeg.test.detect ERROR : http://192.168.0.113:8080: Connection timed out
2025-03-01 17:37:28.991549255 [2025-03-01 18:37:28] frigate.video ERROR : test: Unable to read frames from ffmpeg process.
2025-03-01 17:37:28.991970224 [2025-03-01 18:37:28] frigate.video ERROR : test: ffmpeg process is not running. exiting capture thread...
Frigate.yaml
mqtt:
enabled: false
cameras:
# name_of_your_camera: # <------ Name the camera
# enabled: true
# ffmpeg:
# inputs:
# - path: rtsp://10.0.10.10:554/rtsp # <----- The stream you want to use for detection
# roles:
# - detect
# detect:
# enabled: false # <---- disable detection until you have a working camera feed
# width: 1280
# height: 720
test: # <------ Name the camera
enabled: true
ffmpeg:
inputs:
- path: http://192.168.0.113:8080 # <----- The stream you want to use for detection
roles:
- detect
detect:
enabled: false # <---- disable detection until you have a working camera feed
width: 1280
height: 720
version: 0.15-1