Skip to content

[Config Support]: Can my config be optimized (mutated through the years)?? #15474

Closed Answered by clsferguson
JBakers asked this question in Config Support
Discussion options

You must be logged in to vote
mqtt:
  host: 10.14.12.11
  port: 1883
  topic_prefix: frigate
  user: frigate
  password: frigate!
  enabled: true
ffmpeg:
  hwaccel_args: preset-vaapi
  input_args: preset-rtsp-restream
  output_args:
    record: preset-record-generic-audio-aac
detectors:
  coral:
    type: edgetpu
    device: usb

tls:
  enabled: false

ui:
  time_format: 24hour

record:
  enabled: true
  retain:
    days: 30
    mode: motion
  events:
    pre_capture: 5
    post_capture: 10
    retain:
      default: 365
      mode: active_objects
#      objects:
#        person: 180
#        car: 14

snapshots:
  bounding_box: true
  enabled: true

objects:
  # Optional: list of objects to track from labelmap.txt (de…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@JBakers
Comment options

Comment options

You must be logged in to vote
3 replies
@JBakers
Comment options

@clsferguson
Comment options

@JBakers
Comment options

Answer selected by JBakers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment