If you're able to provide the logs and/or config, I could try to help you figure out what could be causing the detection issue.
thank you !
the video stream i setup 640x480 is still slow to start when going to view camera mode, it blacks out for like a minute intermittently. then when i select Detect button, it stays on for like a minute then it blacks out and turns off detection.
below is the log that keeps repeating in the same pattern ... frigate starts, something with detection, frigate exits, repeat
the config is below the log
log
--------------------------------------------------------------------
2026-05-11 18:33:38.221109 [INFO] Preparing Frigate...
2026-05-11 18:33:38.599047 [INFO] Starting Frigate...
2026-05-11 18:33:42.217496 [2026-05-11 18:33:42] frigate.util.config INFO : Checking if frigate config needs migration...
2026-05-11 18:33:42.230291 [2026-05-11 18:33:42] frigate.util.config INFO : frigate config does not need migration...
2026-05-11 18:33:42.373336 [2026-05-11 18:33:42] frigate.util.services INFO : Automatically detected vaapi hwaccel for video decoding
2026-05-11 18:33:42.377304 [2026-05-11 18:33:42] frigate.app INFO : Starting Frigate (0.17.1-)
2026-05-11 18:33:42.394045 [2026-05-11 18:33:42] peewee_migrate.logs INFO : Starting migrations
2026-05-11 18:33:42.394581 [2026-05-11 18:33:42] peewee_migrate.logs INFO : There is nothing to migrate
2026-05-11 18:33:42.406793 [2026-05-11 18:33:42] frigate.app INFO : Recording process started: 1988052
2026-05-11 18:33:42.419759 [2026-05-11 18:33:42] frigate.app INFO : Review process started: 1988065
2026-05-11 18:33:42.421222 [2026-05-11 18:33:42] frigate.app INFO : go2rtc process pid: 34858
2026-05-11 18:33:42.653684 [2026-05-11 18:33:42] frigate.app INFO : Embedding process started: 1988075
2026-05-11 18:33:42.693473 [2026-05-11 18:33:42] frigate.app INFO : Output process started: 1988126
2026-05-11 18:33:42.723191 [2026-05-11 18:33:42] frigate.camera.maintainer INFO : Camera processor started for patio: 1988175
2026-05-11 18:33:42.760453 [2026-05-11 18:33:42] frigate.camera.maintainer INFO : Capture process started for patio: 1988232
2026-05-11 18:33:42.849526 [2026-05-11 18:33:42] frigate.api.fastapi_app INFO : Starting FastAPI app
2026-05-11 18:33:42.992613 [2026-05-11 18:33:42] frigate.api.fastapi_app INFO : FastAPI started
2026-05-11 18:33:43.089148 Process frigate.detector:detector01:
2026-05-11 18:33:43.089192 Traceback (most recent call last):
2026-05-11 18:33:43.089206 File "/usr/lib/python3.11/multiprocessing/process.py", line 314, in _bootstrap
2026-05-11 18:33:43.089218 self.run()
2026-05-11 18:33:43.089229 File "/opt/frigate/frigate/object_detection/base.py", line 143, in run
2026-05-11 18:33:43.089240 object_detector = LocalObjectDetector(detector_config=self.detector_config)
2026-05-11 18:33:43.089251 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-11 18:33:43.089263 File "/opt/frigate/frigate/object_detection/base.py", line 62, in
init
2026-05-11 18:33:43.089274 self.detect_api = create_detector(detector_config)
2026-05-11 18:33:43.089285 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-11 18:33:43.089296 File "/opt/frigate/frigate/detectors/
init.py", line 18, in create_detector
2026-05-11 18:33:43.089307 return api(detector_config)
2026-05-11 18:33:43.089318 ^^^^^^^^^^^^^^^^^^^^
2026-05-11 18:33:43.089329 File "/opt/frigate/frigate/detectors/plugins/openvino.py", line 45, in
init
2026-05-11 18:33:43.089340 self.runner = OpenVINOModelRunner(
2026-05-11 18:33:43.089351 ^^^^^^^^^^^^^^^^^^^^
2026-05-11 18:33:43.089362 File "/opt/frigate/frigate/detectors/detection_runners.py", line 316, in
init
2026-05-11 18:33:43.089373 self.compiled_model = self.ov_core.compile_model(
2026-05-11 18:33:43.089389 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-11 18:33:43.089418 File "/usr/local/lib/python3.11/dist-packages/openvino/_ov_api.py", line 610, in compile_model
2026-05-11 18:33:43.089442 super().compile_model(model, device_name, {} if config is None else config),
2026-05-11 18:33:43.089453 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-11 18:33:43.089463 RuntimeError: Exception from src/inference/src/cpp/core.cpp:126:
2026-05-11 18:33:43.089474 Exception from src/inference/src/dev/plugin.cpp:58:
2026-05-11 18:33:43.089490 Exception from src/plugins/auto/src/auto_schedule.cpp:428:
2026-05-11 18:33:43.089501 [AUTO] compile model failed, GPU.0:Exception from src/inference/src/dev/plugin.cpp:58:
2026-05-11 18:33:43.089511 stoi
2026-05-11 18:33:43.089522 ;
2026-05-11 18:33:45.635799 2026-05-11 18:33:43.089532
2026-05-11 18:33:45.635809 2026-05-11 18:33:43.089542
2026-05-11 18:33:45.635812 2026-05-11 18:33:43.089552
2026-05-11 18:33:47 | frigate.watchdog | Detection appears to have stopped. Exiting Frigate...
2026-05-11 18:33:57 | frigate.watchdog | Detection appears to have stopped. Exiting Frigate...
--------------------------------------------
this is the config :
------------
mqtt:
enabled: false
cameras:
patio:
enabled: true
ffmpeg:
inputs:
- path:
rtsp:/admin:
[email protected]:554/cam/realmonitor?channel=1&subtype=1&unicast=true&proto=Onvif
roles:
- detect
- path:
rtsp:/admin:
[email protected]:554/cam/realmonitor?channel=1&subtype=0&unicast=true&proto=Onvif
roles: []
detect:
width: 640
height: 480
live:
streams:
Stream 1: patio_1
Stream 2: patio_2
auth:
enabled: false
detect:
enabled: false
ffmpeg:
hwaccel_args: auto
detectors:
detector01:
type: openvino
device: AUTO
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
version: 0.17-0
go2rtc:
streams:
patio_1:
- rtsp:/admin:
[email protected]:554/cam/realmonitor?channel=1&subtype=1&unicast=true&proto=Onvif
patio_2:
- rtsp:/admin:
[email protected]:554/cam/realmonitor?channel=1&subtype=0&unicast=true&proto=Onvif