u/_strutty

Looking for Setup Advice

Morning :)

I have been tinkering away with Frigate for a few days to get to know the app and really like it but have hit a few walls with crashes so am looking for some advice on the best setup I should be looking to use for my hardware.

AMD Ryzen 9 6900HX with Radeon Graphics | 8 Cores | 3.30 GHz | 16 Threads
32GB 4800 MHz DDR5
AMD Rembrandt [Radeon 680M]
ZimaOS
4TB HDD Space

4 x Aqara G100 Cameras - likely to add 4 more external cameras over the next few weeks

Looking to setup for 2 day continuous record and then snapshots on motion detection - maybe look into object detection if its possible to run on this hardware.

ZimaOS is already running a handful of services for me locally including Jellyfin but this is currently setup for direct play only

Any advice on frigate version or directions would be greatly appreciated.

UPDATED

I have managed to get the system stable with the following config which I can add all 4 cameras in without issue. What I really want to do now is look at setting up the detection & motion alerts somehow with my current hardware specs. I've tried blindly tweaking so thought this time I would ask for some pointers and advice :)

mqtt:
  enabled: False

cameras:
  Office:
    enabled: true
    ffmpeg:
      inputs:
        - path: rtsp://319:693@192.168.4.227:8554/ch1
          roles: [detect]
        - path: rtsp://319:693@192.168.4.227:8554/ch1
          roles: [record]
    detect:
      enabled: false
    snapshots:
      enabled: true
      timestamp: true
      bounding_box: true
    record:
      enabled: true
      continuous:
        days: 2

version: 0.17-0
reddit.com
u/_strutty — 6 days ago