LandoGemini

Frigate config yolov9s

Nov 1st, 2025
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 15.12 KB | None | 0 0
  1. mqtt:
  2.  host: 192.168.0.3
  3.  user: user
  4.  password: pass
  5.  
  6.  
  7. environment_vars:
  8.  OPENAI_BASE_URL: https://openrouter.ai/api/v1
  9. #  LIBVA_DRIVER_NAME: iHD
  10. ffmpeg:
  11.  hwaccel_args: preset-intel-qsv-h264
  12.  
  13.  
  14. model:
  15.  path: plus://key
  16.  
  17.  
  18. ui:
  19.  time_format: 24hour
  20.  strftime_fmt: '%A %H:%M %d.%m.%Y'
  21.  
  22.  
  23. database:
  24.  path: /config/frigate.db
  25.  
  26.  
  27. go2rtc:
  28.  streams:
  29.    E1Zoom:
  30.     - rtsp://user:[email protected]:554/Preview_07_main
  31.    E1Zoom_sub:
  32.     - rtsp://user:[email protected]:554/Preview_07_sub
  33.    Eliana:
  34.     - rtsp://user:[email protected]:554/Preview_08_main
  35.    Eliana_sub:
  36.     - rtsp://user:[email protected]:554/Preview_08_sub
  37.    Interfon:
  38.     - ffmpeg:rtsp://user:[email protected]:554/Streaming/Channels/101/#video=copy#audio=aac
  39.    Interfon_sub:
  40.     - rtsp://user:[email protected]:554/Streaming/Channels/102/
  41.    NVR1:
  42.     - ffmpeg:http://192.168.0.8/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=user&password=pass#video=copy#audio=copy
  43.    NVR1_sub:
  44.     - ffmpeg:http://192.168.0.8/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=user&password=pass#video=copy#audio=copy
  45.    NVR2:
  46.     - ffmpeg:http://192.168.0.8/flv?port=1935&app=bcs&stream=channel1_main.bcs&user=user&password=pass#video=copy#audio=copy
  47.    NVR2_sub:
  48.     - ffmpeg:http://192.168.0.8/flv?port=1935&app=bcs&stream=channel1_ext.bcs&user=user&password=pass#video=copy#audio=copy
  49.    NVR3:
  50.     - ffmpeg:http://192.168.0.8/flv?port=1935&app=bcs&stream=channel2_main.bcs&user=user&password=pass#video=copy#audio=copy
  51.    NVR3_sub:
  52.     - ffmpeg:http://192.168.0.8/flv?port=1935&app=bcs&stream=channel2_ext.bcs&user=user&password=pass#video=copy#audio=copy
  53.    NVR4:
  54.     - ffmpeg:http://192.168.0.8/flv?port=1935&app=bcs&stream=channel3_main.bcs&user=user&password=pass#video=copy#audio=copy
  55.    NVR4_sub:
  56.     - ffmpeg:http://192.168.0.8/flv?port=1935&app=bcs&stream=channel3_ext.bcs&user=user&password=pass#video=copy#audio=copy
  57.    NVR5:
  58.     - ffmpeg:http://192.168.0.8/flv?port=1935&app=bcs&stream=channel4_main.bcs&user=user&password=pass#video=copy#audio=copy
  59.    NVR5_sub:
  60.     - ffmpeg:http://192.168.0.8/flv?port=1935&app=bcs&stream=channel4_ext.bcs&user=user&password=pass#video=copy#audio=copy
  61.    NVR6:
  62.     - ffmpeg:http://192.168.0.8/flv?port=1935&app=bcs&stream=channel5_main.bcs&user=user&password=pass#video=copy#audio=copy
  63.    NVR6_sub:
  64.     - ffmpeg:http://192.168.0.8/flv?port=1935&app=bcs&stream=channel5_ext.bcs&user=user&password=pass#video=copy#audio=copy
  65. birdseye:
  66.  enabled: false
  67. cameras:
  68.  Interfon:
  69.    ffmpeg:
  70.      output_args:
  71.        record: preset-record-generic-audio-aac
  72.      inputs:
  73.        - path: rtsp://127.0.0.1:8554/Interfon
  74.          input_args: preset-rtsp-restream
  75.          roles:
  76.           - detect
  77.        - path: rtsp://127.0.0.1:8554/Interfon?video&audio
  78.          input_args: preset-rtsp-restream
  79.          roles:
  80.           - record
  81.    record:
  82.      enabled: true
  83.      retain:
  84.        days: 7
  85.        mode: motion
  86.      alerts:
  87.        retain:
  88.          days: 14
  89.          mode: motion
  90.      detections:
  91.        retain:
  92.          days: 7
  93.          mode: motion
  94.    snapshots:
  95.      enabled: true
  96.    objects:
  97.      track:
  98.       - person
  99.        - car
  100.        - cat
  101.        - dog
  102.        - license_plate
  103.        - face
  104.      filters:
  105.        dog:
  106.          min_score: .7
  107.          threshold: .9
  108.          mask:
  109.           - 0,753,212,787,516,817,832,832,1110,825,1676,781,1920,739,1920,0,0,0
  110.        cat:
  111.          min_score: .65
  112.          threshold: .8
  113.        face:
  114.          min_score: .7
  115.        license_plate:
  116.          min_score: .6
  117.        person:
  118.          min_score: .65
  119.          threshold: .85
  120.          mask:
  121.           0,0.698,0.167,0.736,0.31,0.764,0.402,0.765,0.526,0.768,0.64,0.764,0.795,0.737,0.799,0.537,0.886,0.532,0.879,0.721,0.87,0.72,1,0.672,1,0,0,0
  122.        car:
  123.          min_score: .65
  124.          threshold: .85
  125.          mask:
  126.           - 0,753,212,787,516,817,832,832,1110,825,1676,781,1920,739,1920,0,0,0
  127.    motion:
  128.      mask:
  129.       0.16,0.124,0.554,0.103,0.574,0.191,0.916,0.229,0.953,0.176,0.968,0.091,0.961,0,0.367,0,0,0,0,0.392,0.066,0.389,0.091,0.379,0.095,0.277,0.083,0.245,0.068,0.233
  130.    review:
  131.      alerts:
  132.        required_zones:
  133.         - InterfonLoiter
  134.    zones:
  135.      InterfonLoiter:
  136.        coordinates:
  137.         0,0.698,0,1,1,1,1,0.687,0.895,0.72,0.59,0.768,0.416,0.771,0.202,0.746
  138.        inertia: 3
  139.        loitering_time: 20
  140.        objects: person
  141.    live:
  142.      streams:
  143.        Main: Interfon
  144.        Sub: Interfon_sub
  145.  NVR1:
  146.    enabled: true
  147.    ffmpeg:
  148.      output_args:
  149.        record: preset-record-generic-audio-copy
  150.      inputs:
  151.        - path: rtsp://127.0.0.1:8554/NVR1
  152.          input_args: preset-rtsp-restream
  153.          roles:
  154.           - detect
  155.        - path: rtsp://127.0.0.1:8554/NVR1_sub
  156.          input_args: preset-rtsp-restream
  157.          roles:
  158.           - record
  159.    record:
  160.      enabled: true
  161.      retain:
  162.        days: 0
  163.      alerts:
  164.        retain:
  165.          days: 14
  166.          mode: motion
  167.      detections:
  168.        retain:
  169.          days: 14
  170.          mode: motion
  171.    snapshots:
  172.      enabled: true
  173.    motion:
  174.      mask: 0.564,0.004,0.564,0.043,0.596,0.045,0.596,0.001
  175.    objects:
  176.      track:
  177.       - person
  178.        - car
  179.        - cat
  180.        - dog
  181.        - license_plate
  182.        - face
  183.      filters:
  184.        dog:
  185.          min_score: .7
  186.          threshold: .9
  187.        cat:
  188.          min_score: .65
  189.          threshold: .8
  190.        face:
  191.          min_score: .7
  192.        license_plate:
  193.          min_score: .6
  194.        person:
  195.          min_score: .65
  196.          threshold: .85
  197.        car:
  198.          min_score: .65
  199.          threshold: .85
  200.    live:
  201.      streams:
  202.        Sub: NVR1_sub
  203.        Main: NVR1
  204.    zones: {}
  205.  NVR2:
  206.    enabled: true
  207.    ffmpeg:
  208.      output_args:
  209.        record: preset-record-generic-audio-copy
  210.      inputs:
  211.        - path: rtsp://127.0.0.1:8554/NVR2
  212.          input_args: preset-rtsp-restream
  213.          roles:
  214.           - detect
  215.        - path: rtsp://127.0.0.1:8554/NVR2_sub
  216.          input_args: preset-rtsp-restream
  217.          roles:
  218.           - record
  219.    record:
  220.      enabled: true
  221.      retain:
  222.        days: 0
  223.      alerts:
  224.        retain:
  225.          days: 14
  226.          mode: motion
  227.      detections:
  228.        retain:
  229.          days: 14
  230.          mode: motion
  231.    snapshots:
  232.      enabled: true
  233.    motion:
  234.      mask: 0.568,0.046,0.597,0.046,0.598,0.001,0.569,0.001
  235.    objects:
  236.      track:
  237.       - person
  238.        - car
  239.        - cat
  240.        - dog
  241.        - license_plate
  242.        - face
  243.      filters:
  244.        dog:
  245.          min_score: .7
  246.          threshold: .9
  247.        cat:
  248.          min_score: .65
  249.          threshold: .8
  250.        face:
  251.          min_score: .7
  252.        license_plate:
  253.          min_score: .6
  254.        person:
  255.          min_score: .65
  256.          threshold: .85
  257.        car:
  258.          min_score: .65
  259.          threshold: .85
  260.    live:
  261.      streams:
  262.        Main: NVR2
  263.        Sub: NVR2_sub
  264.    zones: {}
  265.  NVR3:
  266.    enabled: true
  267.    ffmpeg:
  268.      output_args:
  269.        record: preset-record-generic-audio-copy
  270.      inputs:
  271.        - path: rtsp://127.0.0.1:8554/NVR3
  272.          input_args: preset-rtsp-restream
  273.          roles:
  274.           - detect
  275.        - path: rtsp://127.0.0.1:8554/NVR3_sub
  276.          input_args: preset-rtsp-restream
  277.          roles:
  278.           - record
  279.    record:
  280.      enabled: true
  281.      retain:
  282.        days: 0
  283.      alerts:
  284.        retain:
  285.          days: 14
  286.          mode: motion
  287.      detections:
  288.        retain:
  289.          days: 14
  290.          mode: motion
  291.    snapshots:
  292.      enabled: true
  293.    motion:
  294.      mask: 0.565,0.045,0.596,0.045,0.598,0.001,0.567,0.001
  295.    objects:
  296.      track:
  297.       - person
  298.        - car
  299.        - cat
  300.        - dog
  301.        - license_plate
  302.        - face
  303.      filters:
  304.        dog:
  305.          min_score: .7
  306.          threshold: .9
  307.        cat:
  308.          min_score: .65
  309.          threshold: .8
  310.        face:
  311.          min_score: .7
  312.        license_plate:
  313.          min_score: .6
  314.        person:
  315.          min_score: .65
  316.          threshold: .85
  317.        car:
  318.          min_score: .65
  319.          threshold: .85
  320.    live:
  321.      streams:
  322.        Main: NVR3
  323.        Sub: NVR3_sub
  324.  NVR4:
  325.    enabled: true
  326.    ffmpeg:
  327.      output_args:
  328.        record: preset-record-generic-audio-copy
  329.      inputs:
  330.        - path: rtsp://127.0.0.1:8554/NVR4
  331.          input_args: preset-rtsp-restream
  332.          roles:
  333.           - detect
  334.        - path: rtsp://127.0.0.1:8554/NVR4_sub
  335.          input_args: preset-rtsp-restream
  336.          roles:
  337.           - record
  338.    record:
  339.      enabled: true
  340.      retain:
  341.        days: 0
  342.      alerts:
  343.        retain:
  344.          days: 14
  345.          mode: motion
  346.      detections:
  347.        retain:
  348.          days: 14
  349.          mode: motion
  350.    snapshots:
  351.      enabled: true
  352.    motion:
  353.      mask: 0.563,0.043,0.596,0.046,0.598,0.001,0.562,0
  354.    objects:
  355.      track:
  356.       - person
  357.        - car
  358.        - cat
  359.        - dog
  360.        - license_plate
  361.        - face
  362.      filters:
  363.        dog:
  364.          min_score: .7
  365.          threshold: .9
  366.        cat:
  367.          min_score: .65
  368.          threshold: .8
  369.        face:
  370.          min_score: .7
  371.        license_plate:
  372.          min_score: .6
  373.        person:
  374.          min_score: .65
  375.          threshold: .85
  376.        car:
  377.          min_score: .65
  378.          threshold: .85
  379.    live:
  380.      streams:
  381.        Main: NVR4
  382.        Sub: NVR4_sub
  383.  NVR5:
  384.    enabled: true
  385.    ffmpeg:
  386.      output_args:
  387.        record: preset-record-generic-audio-copy
  388.      inputs:
  389.        - path: rtsp://127.0.0.1:8554/NVR5
  390.          input_args: preset-rtsp-restream
  391.          roles:
  392.           - detect
  393.        - path: rtsp://127.0.0.1:8554/NVR5_sub
  394.          input_args: preset-rtsp-restream
  395.          roles:
  396.           - record
  397.    record:
  398.      enabled: true
  399.      retain:
  400.        days: 0
  401.      alerts:
  402.        retain:
  403.          days: 14
  404.          mode: motion
  405.      detections:
  406.        retain:
  407.          days: 14
  408.          mode: motion
  409.    snapshots:
  410.      enabled: true
  411.    motion:
  412.      mask: 0.562,0.045,0.596,0.046,0.596,0.003,0.561,0.001
  413.    objects:
  414.      track:
  415.       - person
  416.        - cat
  417.        - dog
  418.        - face
  419.      filters:
  420.        dog:
  421.          min_score: .7
  422.          threshold: .9
  423.        cat:
  424.          min_score: .65
  425.          threshold: .8
  426.        face:
  427.          min_score: .7
  428.        person:
  429.          min_score: .65
  430.          threshold: .85
  431.    live:
  432.      streams:
  433.        Main: NVR5
  434.        Sub: NVR5_sub
  435.  NVR6:
  436.    enabled: true
  437.    ffmpeg:
  438.      output_args:
  439.        record: preset-record-generic-audio-copy
  440.      inputs:
  441.        - path: rtsp://127.0.0.1:8554/NVR6
  442.          input_args: preset-rtsp-restream
  443.          roles:
  444.           - detect
  445.        - path: rtsp://127.0.0.1:8554/NVR6_sub
  446.          input_args: preset-rtsp-restream
  447.          roles:
  448.           - record
  449.    record:
  450.      enabled: true
  451.      retain:
  452.        days: 0
  453.      alerts:
  454.        retain:
  455.          days: 14
  456.          mode: motion
  457.      detections:
  458.        retain:
  459.          days: 14
  460.          mode: motion
  461.    snapshots:
  462.      enabled: true
  463.    motion:
  464.      mask: 0.564,0.049,0.598,0.049,0.598,0,0.564,0.001
  465.    objects:
  466.      track:
  467.       - person
  468.        - cat
  469.        - dog
  470.        - face
  471.      filters:
  472.        dog:
  473.          min_score: .7
  474.          threshold: .9
  475.        cat:
  476.          min_score: .65
  477.          threshold: .8
  478.        face:
  479.          min_score: .7
  480.        person:
  481.          min_score: .65
  482.          threshold: .85
  483.    live:
  484.      streams:
  485.        Main: NVR6
  486.        Sub: NVR6_sub
  487.  Dormitor_mtr:
  488.    enabled: true
  489.    ui:
  490.      dashboard: true
  491.    birdseye:
  492.      enabled: false
  493.    ffmpeg:
  494.      output_args:
  495.        record: preset-record-generic-audio-copy
  496.      inputs:
  497.        - path: rtsp://127.0.0.1:8554/E1Zoom_sub
  498.          input_args: preset-rtsp-restream
  499.          roles:
  500.           - detect
  501.        - path: rtsp://127.0.0.1:8554/E1Zoom
  502.          input_args: preset-rtsp-restream
  503.          roles:
  504.           - record
  505.    audio:
  506.      enabled: false
  507.      min_volume: 200
  508.      listen:
  509.       - babbling
  510.        - scream
  511.        - speech
  512.        - yell
  513.        - whispering
  514.        - laughter
  515.        - snicker
  516.        - crying
  517.        - sigh
  518.        - groan
  519.        - grunt
  520.        - breathing
  521.        - wheeze
  522.        - snoring
  523.        - gasp
  524.        - pant
  525.        - snort
  526.        - cough
  527.        - throat_clearing
  528.        - sneeze
  529.        - sniff
  530.        - burping
  531.        - hiccup
  532.        - fart
  533.        - noise
  534.        - environmental_noise
  535.    record:
  536.      enabled: true
  537.      retain:
  538.        days: 0
  539.      alerts:
  540.        retain:
  541.          days: 7
  542.          mode: active_objects
  543.    snapshots:
  544.      enabled: true
  545.    motion:
  546.      mask: 0.296,0,0.709,0,0.708,0.067,0.294,0.064
  547.    review:
  548.      alerts:
  549.        labels: []
  550.    objects:
  551.      track:
  552.       - person
  553.      filters:
  554.        person:
  555.          min_score: .85
  556.          threshold: .95
  557.    live:
  558.      streams:
  559.        Main: E1Zoom
  560.        Sub: E1Zoom_sub
  561.  Eliana:
  562.    enabled: true
  563.    ui:
  564.      dashboard: true
  565.    birdseye:
  566.      enabled: false
  567.    ffmpeg:
  568.      output_args:
  569.        record: preset-record-generic-audio-copy
  570.      inputs:
  571.        - path: rtsp://127.0.0.1:8554/Eliana_sub
  572.          input_args: preset-rtsp-restream
  573.          roles:
  574.           - detect
  575.        - path: rtsp://127.0.0.1:8554/Eliana
  576.          input_args: preset-rtsp-restream
  577.          roles:
  578.           - record
  579.    audio:
  580.      enabled: false
  581.      min_volume: 200
  582.      listen:
  583.       - babbling
  584.        - scream
  585.        - speech
  586.        - yell
  587.        - whispering
  588.        - laughter
  589.        - snicker
  590.        - crying
  591.        - sigh
  592.        - groan
  593.        - grunt
  594.        - breathing
  595.        - wheeze
  596.        - snoring
  597.        - gasp
  598.        - pant
  599.        - snort
  600.        - cough
  601.        - throat_clearing
  602.        - sneeze
  603.        - sniff
  604.        - burping
  605.        - hiccup
  606.        - fart
  607.        - noise
  608.        - environmental_noise
  609.    record:
  610.      enabled: true
  611.      retain:
  612.        days: 0
  613.      alerts:
  614.        retain:
  615.          days: 7
  616.          mode: active_objects
  617.    snapshots:
  618.      enabled: true
  619.    motion:
  620.      mask: 0.296,0,0.709,0,0.708,0.067,0.294,0.064
  621.    review:
  622.      alerts:
  623.        labels: []
  624.    objects:
  625.      track:
  626.       - person
  627.      filters:
  628.        person:
  629.          min_score: .85
  630.          threshold: .95
  631.    live:
  632.      streams:
  633.        Main: Eliana
  634.        Sub: Eliana_sub
  635. detectors:
  636.  ov:
  637.    type: openvino
  638.    device: GPU
  639. version: 0.16-0
  640. camera_groups:
  641.  Front_yard:
  642.    order: 1
  643.    icon: LuArrowUp
  644.    cameras:
  645.     - NVR1
  646.      - NVR2
  647.  Back_yard:
  648.    order: 2
  649.    icon: LuArrowDown
  650.    cameras:
  651.     - NVR5
  652.      - NVR6
  653.  Driveway:
  654.    order: 3
  655.    icon: LuArrowRight
  656.    cameras:
  657.     - NVR3
  658.      - NVR4
  659.  Yard:
  660.    order: 4
  661.    icon: LuHouse
  662.    cameras:
  663.     - NVR1
  664.      - NVR2
  665.      - NVR3
  666.      - NVR4
  667.      - NVR5
  668.      - NVR6
  669.  Inside:
  670.    order: 5
  671.    icon: LuHousePlus
  672.    cameras:
  673.     - Dormitor_mtr
  674.      - Eliana
  675. semantic_search:
  676.  enabled: true
  677.  reindex: false
  678.  model_size: large
  679. genai:
  680.  enabled: true
  681.  provider: openai
  682.  api_key:
  683.   api-key
  684.  model: google/gemini-2.0-flash-001
  685. detect:
  686.  enabled: true
  687.  fps: 5
  688. face_recognition:
  689.  enabled: true
  690.  model_size: small
  691. lpr:
  692.  enabled: true
  693. classification:
  694.  bird:
  695.    enabled: false
Advertisement
Add Comment
Please, Sign In to add comment