• 0 Posts
  • 6 Comments
Joined 1 year ago
cake
Cake day: October 20th, 2023

help-circle



  • Frigate gives you a lot of fine tune control on the detection, so with aggressive filtering you could have very limited object detection (for cases when somebody very close to it i.e. trying to peal of the camera).

    I would also suggest enabling audio detection if you cameras have mics in them. Audio detection needs a negligible amounts of processing. Fire alarm audio detection should be on by default. You can add things like breaking glass as extra triggers.

    Not enabling detection should work for you but to retain video records you would have to setup config globally or for individual cams:

        record:
      enabled: true
      retain:
        days: 10
        mode: all
    

    I would run both or if your cameras can not handle doubling streams just setup a demo in parallels on one of the cams, so you can test it.

    I also find https://github.com/bairhys/prometheus-frigate-exporter very useful for longer term performance tuning.


  • I got hooked by Youtube videos from TechnoTim Christian Lempa and others. Videos include screen capture what they are doing so it bridges some things that may be missing from text guide because it may be ‘obvious’ if you are doing it all the time.

    I keep to principal that I have two ‘sections’ in my lab ‘production’ and ‘testing’ Testing I am mucking about testing stuff it works and production has some stuff that I rely on.