I was thinking of setting up a home surveilance system using Frigate, and integrating it with Home Assistant. I’d probably have somewhere on the order of 10-15 1080p 30fps cameras. I’m not sure what components I should get for the server, as I am unsure of the actual processing requirements.

EDIT 1: For some extra information, I did find that Frigate has a recommended hardware page.

  • m1st3r2@butts.international
    link
    fedilink
    English
    arrow-up
    5
    ·
    1 year ago

    Would you say that 15FPS is a good framerate for surveilance? Or could one get away with even less to lessen the resource requirements?

    If doing CPU-based motion analysis, you could use a lower quality stream (if available from the cameras to avoid transcoding load) for motion detection, then use that to trigger recording on a higher quality stream.

    • Kalcifer@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      you could use a lower quality stream (…) for motion detection, then use that to trigger recording on a higher quality stream.

      Brilliant idea! Thank you for the suggestion!

      If doing CPU-based motion analysis

      Whyd do you specifically mention CPU-based motion analysis? Does this idea not work with the Google Coral TPU, for example?

      • m1st3r2@butts.international
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        I’m using ZoneMinder on my end with more rudimentary motion detection, hence CPU detection. (My current hardware is pre-IOMMU on the mobo, so no pci passthrough for me…)

        That said, if you have hardware that can handle X (via CPU, GPU, TPU, etc), then you gotta decide how you want to spend that. Whether resources are spent more in analysis fps or evaluating higher detail frames is up to what you need.