blakeblackshear / frigate

NVR with realtime local object detection for IP cameras
https://frigate.video
MIT License
18.64k stars 1.69k forks source link

[Camera Support]: No frames received from ... in 20 seconds Dahua HDBW5449R1 #9570

Closed andreapx closed 8 months ago

andreapx commented 8 months ago

Describe the problem you are having

I'm setting up Frigate for the first time. A week ago I've connected a test camera (Dahua HFW5231) and I could see the video. Now I'm configuring the correct cameras (Dahua HDBW5449R1), but it get:

INFO    : No frames received from camera_fronte_ingresso in 20 seconds. Exiting ffmpeg...
INFO    : Waiting for ffmpeg to exit gracefully...
ERROR   : camera_fronte_ingresso: Unable to read frames from ffmpeg process.
ERROR   : camera_fronte_ingresso: ffmpeg process is not running. exiting capture thread...

Thanks!

Version

0.12.1-367d724

Frigate config file

mqtt:
  host: 192.168.31.5

detectors: # <---- add detectors
  coral:
    type: edgetpu
    device: usb

go2rtc:
  streams:
    camera_fronte_ingresso:
      - rtsp://user:pw@192.168.31.201:554/cam/realmonitor?channel=1&subtype=2
  log:
    exec: trace

cameras:
  camera_fronte_ingresso:
    ffmpeg:   
      inputs:
        - path: rtsp://127.0.0.1:8554/camera_fronte_ingresso
          input_args: preset-rtsp-restream
          roles:
            - detect
        - path: rtsp://user:pw@192.168.31.201:554/cam/realmonitor?channel=1&subtype=2 # <----- Add stream you want to record from
          roles:
            - record
      hwaccel_args: preset-intel-qsv-h265
    detect:
      enabled: true # <---- 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
    record: # <----- Enable recording
      enabled: True
    snapshots: # <----- Enable snapshots
      enabled: True

Relevant log output

2024-02-01 14:38:06.478521197  [INFO] Starting Frigate...
2024-02-01 14:38:07.155695739  [2024-02-01 14:38:07] frigate.app                    INFO    : Starting Frigate (0.12.1-367d724)
2024-02-01 14:38:07.163522847  [2024-02-01 14:38:07] peewee_migrate                 INFO    : Starting migrations
2024-02-01 14:38:07.166462093  [2024-02-01 14:38:07] peewee_migrate                 INFO    : There is nothing to migrate
2024-02-01 14:38:07.175805179  [2024-02-01 14:38:07] detector.coral                 INFO    : Starting detection process: 360
2024-02-01 14:38:09.825633353  [2024-02-01 14:38:07] frigate.app                    INFO    : Output process started: 361
2024-02-01 14:38:09.832537114  [2024-02-01 14:38:07] frigate.detectors.plugins.edgetpu_tfl INFO    : Attempting to load TPU as usb
2024-02-01 14:38:09.832554189  [2024-02-01 14:38:09] frigate.detectors.plugins.edgetpu_tfl INFO    : TPU found
2024-02-01 14:38:09.832624712  [2024-02-01 14:38:07] frigate.app                    INFO    : Camera processor started for camera_fronte_ingresso: 368
2024-02-01 14:38:09.832709774  [2024-02-01 14:38:07] frigate.app                    INFO    : Capture process started for camera_fronte_ingresso: 370
2024-02-01 14:38:27.212064068  [2024-02-01 14:38:27] watchdog.camera_fronte_ingresso INFO    : No frames received from camera_fronte_ingresso in 20 seconds. Exiting ffmpeg...
2024-02-01 14:38:27.212676470  [2024-02-01 14:38:27] watchdog.camera_fronte_ingresso INFO    : Waiting for ffmpeg to exit gracefully...
2024-02-01 14:38:27.223741644  [2024-02-01 14:38:27] frigate.video                  ERROR   : camera_fronte_ingresso: Unable to read frames from ffmpeg process.
2024-02-01 14:38:27.224137208  [2024-02-01 14:38:27] frigate.video                  ERROR   : camera_fronte_ingresso: ffmpeg process is not running. exiting capture thread...
2024-02-01 14:38:37.230470273  [2024-02-01 14:38:37] watchdog.camera_fronte_ingresso ERROR   : Ffmpeg process crashed unexpectedly for camera_fronte_ingresso.
2024-02-01 14:38:37.230561290  [2024-02-01 14:38:37] watchdog.camera_fronte_ingresso ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2024-02-01 14:38:37.230607411  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   : [hevc @ 0x55a7f422d680] Invalid NAL unit 50, skipping.
2024-02-01 14:38:37.230708853  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   : [hevc @ 0x55a7f422d680] Invalid NAL unit 48, skipping.
2024-02-01 14:38:37.230782750  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   :     Last message repeated 6 times
2024-02-01 14:38:37.231023654  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   : [hevc @ 0x55a7f422d680] Invalid NAL unit 50, skipping.
2024-02-01 14:38:37.231087879  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   : [hevc @ 0x55a7f422d680] Invalid NAL unit 48, skipping.
2024-02-01 14:38:37.231173799  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   :     Last message repeated 6 times
2024-02-01 14:38:37.231214569  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   : [hevc @ 0x55a7f422d680] Invalid NAL unit 50, skipping.
2024-02-01 14:38:37.231251903  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   : [hevc @ 0x55a7f422d680] Invalid NAL unit 48, skipping.
2024-02-01 14:38:37.231289641  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   :     Last message repeated 6 times
2024-02-01 14:38:37.231325862  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   : [hevc @ 0x55a7f422d680] Invalid NAL unit 50, skipping.
2024-02-01 14:38:37.231361063  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   : [hevc @ 0x55a7f422d680] Invalid NAL unit 48, skipping.
2024-02-01 14:38:37.231398372  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   :     Last message repeated 6 times
2024-02-01 14:38:37.231431912  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   : [hevc @ 0x55a7f422d680] Invalid NAL unit 50, skipping.
2024-02-01 14:38:37.231470090  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   : [hevc @ 0x55a7f422d680] Invalid NAL unit 48, skipping.
2024-02-01 14:38:37.231504205  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   :     Last message repeated 6 times
2024-02-01 14:38:37.231538016  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   : [hevc @ 0x55a7f422d680] Invalid NAL unit 50, skipping.
2024-02-01 14:38:37.231572968  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   : [hevc @ 0x55a7f422d680] Invalid NAL unit 48, skipping.
2024-02-01 14:38:37.231610200  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   :     Last message repeated 6 times
2024-02-01 14:38:37.231642609  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   : [hevc @ 0x55a7f422d680] Invalid NAL unit 50, skipping.
2024-02-01 14:38:37.231677729  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   : [hevc @ 0x55a7f422d680] Invalid NAL unit 48, skipping.
2024-02-01 14:38:37.231712195  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   :     Last message repeated 6 times
2024-02-01 14:38:37.231745890  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   : [hevc @ 0x55a7f422d680] Invalid NAL unit 50, skipping.
2024-02-01 14:38:37.231780499  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   : [hevc @ 0x55a7f422d680] Invalid NAL unit 48, skipping.
2024-02-01 14:38:37.231814515  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   :     Last message repeated 6 times
2024-02-01 14:38:37.231848927  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   : [hevc @ 0x55a7f422d680] Invalid NAL unit 50, skipping.
2024-02-01 14:38:37.231883183  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   : [hevc @ 0x55a7f422d680] Invalid NAL unit 48, skipping.
2024-02-01 14:38:37.231917360  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   :     Last message repeated 6 times
2024-02-01 14:38:37.231951601  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   : [hevc @ 0x55a7f422d680] Invalid NAL unit 50, skipping.
2024-02-01 14:38:37.231986369  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   : [hevc @ 0x55a7f422d680] Invalid NAL unit 48, skipping.
2024-02-01 14:38:37.232020668  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   :     Last message repeated 6 times
2024-02-01 14:38:37.232058233  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   : [hevc @ 0x55a7f422d680] missing picture in access unit with size 3121396
2024-02-01 14:38:37.232092837  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   : [hevc @ 0x55a7f422d680] Invalid NAL unit 50, skipping.
2024-02-01 14:38:37.232127037  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   : [hevc @ 0x55a7f422d680] Invalid NAL unit 48, skipping.
2024-02-01 14:38:37.232161551  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   :     Last message repeated 6 times
2024-02-01 14:38:37.232196080  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   : [hevc @ 0x55a7f422d680] Invalid NAL unit 50, skipping.
2024-02-01 14:38:37.232229775  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   : [hevc @ 0x55a7f422d680] Invalid NAL unit 48, skipping.
2024-02-01 14:38:37.232264342  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   :     Last message repeated 6 times
2024-02-01 14:38:37.232299727  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   : [hevc @ 0x55a7f422d680] Invalid NAL unit 50, skipping.
2024-02-01 14:38:37.232334085  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   : [hevc @ 0x55a7f422d680] Invalid NAL unit 48, skipping.
2024-02-01 14:38:37.232368745  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   :     Last message repeated 6 times
2024-02-01 14:38:37.232403135  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   : [hevc @ 0x55a7f422d680] Invalid NAL unit 50, skipping.
2024-02-01 14:38:37.232437172  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   : [hevc @ 0x55a7f422d680] Invalid NAL unit 48, skipping.
2024-02-01 14:38:37.232471033  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   :     Last message repeated 6 times
2024-02-01 14:38:37.232505236  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   : [hevc @ 0x55a7f422d680] Invalid NAL unit 50, skipping.
2024-02-01 14:38:37.232539970  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   : [hevc @ 0x55a7f422d680] Invalid NAL unit 48, skipping.
2024-02-01 14:38:37.232574261  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   :     Last message repeated 6 times
2024-02-01 14:38:37.232608658  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   : [hevc @ 0x55a7f422d680] Invalid NAL unit 50, skipping.
2024-02-01 14:38:37.232642337  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   : [hevc @ 0x55a7f422d680] Invalid NAL unit 48, skipping.
2024-02-01 14:38:37.232681995  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   :     Last message repeated 6 times
2024-02-01 14:38:37.232716081  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   : [hevc @ 0x55a7f422d680] Invalid NAL unit 50, skipping.
2024-02-01 14:38:37.232749023  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   : [hevc @ 0x55a7f422d680] Invalid NAL unit 48, skipping.
2024-02-01 14:38:37.232784262  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   :     Last message repeated 6 times
2024-02-01 14:38:37.232818837  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   : [hevc @ 0x55a7f422d680] Invalid NAL unit 50, skipping.
2024-02-01 14:38:37.232852510  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   : [hevc @ 0x55a7f422d680] Invalid NAL unit 48, skipping.
2024-02-01 14:38:37.232886491  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   :     Last message repeated 6 times
2024-02-01 14:38:37.232920828  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   : [hevc @ 0x55a7f422d680] Invalid NAL unit 50, skipping.
2024-02-01 14:38:37.232954437  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   : [hevc @ 0x55a7f422d680] Invalid NAL unit 48, skipping.
2024-02-01 14:38:37.232988497  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   :     Last message repeated 6 times
2024-02-01 14:38:37.233023637  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   : [hevc @ 0x55a7f422d680] Invalid NAL unit 50, skipping.
2024-02-01 14:38:37.233057821  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   : [hevc @ 0x55a7f422d680] Invalid NAL unit 48, skipping.
2024-02-01 14:38:37.233092412  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   :     Last message repeated 6 times
2024-02-01 14:38:37.233133033  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   : [rtsp @ 0x55a7f4228100] Could not find codec parameters for stream 0 (Video: hevc, none): unspecified size
2024-02-01 14:38:37.233168906  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   : Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
2024-02-01 14:38:37.233207369  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   : [hevc_qsv @ 0x55a7f4248c80] [IMGUTILS @ 0x7ffe86d7cca0] Picture size 0x0 is invalid
2024-02-01 14:38:37.233241524  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   : [hevc_qsv @ 0x55a7f4248c80] video_get_buffer: image parameters invalid
2024-02-01 14:38:37.233277120  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   : [hevc_qsv @ 0x55a7f4248c80] get_buffer() failed
2024-02-01 14:38:37.233312748  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   : Error while decoding stream #0:0: Invalid argument
2024-02-01 14:38:37.233348903  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   : Finishing stream 0:0 without any data written to it.
2024-02-01 14:38:37.233396896  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   : Nothing was written into output file 0 (pipe:), because at least one of its streams received no packets.
2024-02-01 14:38:37.233434893  [2024-02-01 14:38:37] ffmpeg.camera_fronte_ingresso.detect ERROR   : Output file is empty, nothing was encoded (check -ss / -t / -frames parameters if used)

FFprobe output from your camera

ffprobe version n5.1-2-g915ef932a3-20220731 Copyright (c) 2007-2022 the FFmpeg developers
  built with gcc 12.1.0 (crosstool-NG 1.25.0.55_3defb7b)
  configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --enable-gpl --enable-version3 --disable-debug --enable-iconv --enable-libxml2 --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-libvorbis --enable-opencl --enable-libpulse --enable-libvmaf --enable-libxcb --enable-xlib --enable-amf --enable-libaom --enable-libaribb24 --enable-avisynth --enable-libdav1d --enable-libdavs2 --disable-libfdk-aac --enable-ffnvcodec --enable-cuda-llvm --enable-frei0r --enable-libgme --enable-libass --enable-libbluray --enable-libjxl --enable-libmp3lame --enable-libopus --enable-mbedtls --enable-librist --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopenmpt --enable-librav1e --enable-librubberband --disable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --enable-libdrm --enable-vaapi --enable-libvidstab --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --enable-libzvbi --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-ldexeflags=-pie --extra-libs='-ldl -lgomp' --extra-version=20220731
  libavutil      57. 28.100 / 57. 28.100
  libavcodec     59. 37.100 / 59. 37.100
  libavformat    59. 27.100 / 59. 27.100
  libavdevice    59.  7.100 / 59.  7.100
  libavfilter     8. 44.100 /  8. 44.100
  libswscale      6.  7.100 /  6.  7.100
  libswresample   4.  7.100 /  4.  7.100
  libpostproc    56.  6.100 / 56.  6.100
Input #0, rtsp, from 'rtsp://user:pw@192.168.31.201:554/cam/realmonitor?channel=1&subtype=2':
  Metadata:
    title           : Media Server
  Duration: N/A, start: 0.200000, bitrate: N/A
  Stream #0:0: Video: h264 (High), yuvj420p(pc, bt470bg/bt470bg/bt709, progressive), 1280x720, 10 fps, 10 tbr, 90k tbn

Frigate stats

{"camera_fronte_ingresso":{"camera_fps":0.0,"capture_pid":370,"detection_enabled":1,"detection_fps":0.0,"ffmpeg_pid":10329,"pid":368,"process_fps":0.0,"skipped_fps":0.0},"cpu_usages":{"%Cpu(s):":{"cpu":"id,","mem":"0.0"},"1":{"cpu":"0.0","mem":"0.0"},"10329":{"cpu":"0.7","mem":"0.4"},"10343":{"cpu":"0.7","mem":"0.4"},"10359":{"cpu":"0.0","mem":"0.0"},"10365":{"cpu":"0.0","mem":"0.0"},"10367":{"cpu":"0.0","mem":"0.0"},"10368":{"cpu":"13.3","mem":"0.0"},"10371":{"cpu":"0.0","mem":"0.0"},"110":{"cpu":"0.0","mem":"0.0"},"111":{"cpu":"1.7","mem":"2.1"},"117":{"cpu":"0.0","mem":"0.2"},"134":{"cpu":"0.0","mem":"0.1"},"135":{"cpu":"0.0","mem":"0.1"},"136":{"cpu":"0.0","mem":"0.1"},"137":{"cpu":"0.0","mem":"0.1"},"138":{"cpu":"0.0","mem":"0.1"},"145":{"cpu":"0.0","mem":"0.1"},"15":{"cpu":"0.0","mem":"0.0"},"16":{"cpu":"0.0","mem":"0.0"},"24":{"cpu":"0.0","mem":"0.0"},"25":{"cpu":"0.0","mem":"0.0"},"26":{"cpu":"0.0","mem":"0.0"},"27":{"cpu":"0.0","mem":"0.0"},"28":{"cpu":"0.0","mem":"0.0"},"29":{"cpu":"0.0","mem":"0.0"},"30":{"cpu":"0.0","mem":"0.0"},"31":{"cpu":"0.0","mem":"0.0"},"32":{"cpu":"0.0","mem":"0.0"},"353":{"cpu":"0.0","mem":"1.0"},"359":{"cpu":"0.0","mem":"0.1"},"360":{"cpu":"0.3","mem":"1.3"},"361":{"cpu":"0.0","mem":"1.2"},"368":{"cpu":"0.0","mem":"1.1"},"369":{"cpu":"0.0","mem":"0.2"},"370":{"cpu":"0.0","mem":"1.1"},"372":{"cpu":"0.0","mem":"0.2"},"41":{"cpu":"0.0","mem":"0.0"},"42":{"cpu":"0.0","mem":"0.0"},"80":{"cpu":"0.0","mem":"0.0"},"81":{"cpu":"0.0","mem":"0.0"},"8183":{"cpu":"0.0","mem":"0.0"},"82":{"cpu":"0.0","mem":"0.0"},"88":{"cpu":"0.0","mem":"0.2"},"MiB":{"cpu":"6869.8","mem":"avail"},"PID":{"cpu":"%CPU","mem":"%MEM"},"Tasks:":{"cpu":"stopped,","mem":"0"},"top":{"cpu":"average:","mem":"0.10,"}},"detection_fps":0.0,"detectors":{"coral":{"detection_start":0.0,"inference_speed":10.0,"pid":360}},"gpu_usages":{"intel-qsv":{"gpu":"0.0 %","mem":"- %"}},"service":{"last_updated":1706802172,"latest_version":"0.13.1","storage":{"/dev/shm":{"free":65.0,"mount_type":"tmpfs","total":67.1,"used":2.1},"/media/frigate/clips":{"free":88739.9,"mount_type":"ext4","total":105089.3,"used":10963.9},"/media/frigate/recordings":{"free":88739.9,"mount_type":"ext4","total":105089.3,"used":10963.9},"/tmp/cache":{"free":1000.0,"mount_type":"tmpfs","total":1000.0,"used":0.0}},"temperatures":{},"uptime":3885,"version":"0.12.1-367d724"}}

Operating system

Other Linux

Install method

Docker Compose

Coral version

USB

Network connection

Wired

Camera make and model

Dahua IPC-HDBW5449R1-ZE-LED

Any other information that may be helpful

No response

NickM-27 commented 8 months ago

For starters I'd suggest updating to 0.13

Also, I'd suggest using preset-vaapi not qsv

andreapx commented 8 months ago

For starters I'd suggest updating to 0.13

Done!

Also, I'd suggest using preset-vaapi not qsv

This solved the problem, thanks!