Who knows frigate well?

I have some errors in the log’s. What is wrong? What can I do? The camera actually works good.

INFO : Capture process started for Cam-Garage: 325 2024-02-06 10:44:55.143985934 [mjpeg @ 0x7f180800c700] unable to decode APP fields: Invalid data found when processing input 2024-02-06 11:01:25.162700146 [mjpeg @ 0x7f1808129c80] bits 84 is invalid 2024-02-06 11:13:05.187471148 [mjpeg @ 0x7f1808129c80] unable to decode APP fields: Invalid data found when processing input 2024-02-06 11:17:55.192787457 [mjpeg @ 0x7f18081a7a80] dqt: len 27209 is too large 2024-02-06 11:19:15.193673762 [mjpeg @ 0x7f180800c700] unable to decode APP fields: Invalid data found when processing input 2024-02-06 11:21:05.197309665 [mjpeg @ 0x7f180800c700] bits 92 is invalid 2024-02-06 11:42:15.224087765 [mjpeg @ 0x7f180800c700] unable to decode APP fields: Invalid data found when processing input

Thanks for help!

0 points

Can you share your redacted frigate config?

permalink
report
reply
0 points
*
  host: 192.168.1.x
  user: xxxx
  password: xxxx

cameras:
  Gartenhaus: # <------ Name der Kamera
    ffmpeg:
      hwaccel_args: preset-vaapi
      inputs:
        - path: rtsp://xxyyy# RTSP Pfad der Kamera
          roles:
            - detect
            - rtmp
            - record
            - snapshots
    objects:
      track:
        - person
        - dog
        - cat
    detect:
      width: 640 # <---- Auflösung des gewählten RTSP Streams
      height: 352 # <---- Auflösung des gewählten RTSP Streams
    record:
      enabled: True
      retain:
        days: 7
        mode: active_objects
    snapshots:
      enabled: True
      retain:
        default: 10
        mode: active_objects
        objects:
          person: 15
##############################################################################
  AP-Garage: # <------ Name der Kamera
    ffmpeg:
      hwaccel_args: preset-vaapi
      inputs:
        - path: rtsp:// # <----- RTSP Pfad der Kamera
          roles:
            - detect
            - rtmp
            - record
            - snapshots
    objects:
      track:
        - person
        - dog
        - cat
    detect:
      width: 640 # <---- Auflösung des gewählten RTSP Streams
      height: 480 # <---- Auflösung des gewählten RTSP Streams
    record:
      enabled: True
      retain:
        days: 7
        mode: active_objects
    snapshots:
      enabled: True
      retain:
        default: 10
        mode: active_objects
        objects:
          person: 15
detectors:
    coral:
      type: edgetpu
      device: usb
##### Birdseye #######
######################
birdseye:
  enabled: True
  restream: True
  height: 1080
  width: 1920
  mode: objects```

permalink
report
parent
reply

homeassistant

!homeassistant@lemmy.world

Create post

Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io

Community stats

  • 688

    Monthly active users

  • 197

    Posts

  • 994

    Comments

Community moderators