Skip to content
Discussion options

You must be logged in to vote

You need to move the detect: section over two spaces so it's nested under the garage: line (see example in documentation). So your frigate.yml should look like:

mqtt:
  host: 192.168.30.30
  port: 1883
  user: mqtt_username
  password: mqtt passord

cameras:
  garage:
    ffmpeg:
      inputs:
        - path: rtsp://login:passowrd@192.168.20.110:554/Streaming/Channels/102/
          roles:
            - detect
    detect:
      width: 640
      height: 480
      fps: 6

detectors:
  cpu1:
    type: cpu
  cpu2:
    type: cpu

You could also define the detect: section globally so it would apply to all cameras. For example:

mqtt:
  host: 192.168.30.30
  port: 1883
  user: mqtt_username
  pas…

Replies: 2 comments 2 replies

Comment options

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

Comment options

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

Answer selected by mani94321
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants