Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mqtt:
- enabled: true
- host: X.X.X.X
- port: YYYY
- user: mqttusername
- password: password
- #topic_prefix: frigate
- #birdseye:
- # enabled: true
- # mode: motion
- detectors:
- coral:
- type: edgetpu
- device: usb
- record:
- enabled: true
- alerts:
- retain:
- days: 15
- detections:
- retain:
- days: 15
- cameras:
- # Front Door ============================================================
- front_door:
- enabled: true
- ffmpeg:
- inputs:
- # Highres
- - path: rtsp://username:[email protected]:554/Streaming/Channels/701 # <--- the name here must match the name of the camera in restream
- #input_args: preset-rtsp-restream
- roles:
- - record
- # Lowres
- - path: rtsp://username:[email protected]:554/Streaming/Channels/702 # <--- the name here must match the name of the camera in restream
- #input_args preset-rtsp-restream
- roles:
- - detect
- detect:
- enabled: true # <---- disable detection until you have a working camera feed
- width: 704
- height: 480
- fps: 5
- objects:
- track:
- - person
- - cat
- - dog
- - bicycle
- - car
- - truck
- filters:
- person:
- min_score: 0.75
- snapshots:
- enabled: true
- bounding_box: true
- retain:
- default: 15
- motion:
- mask:
- - 0.065,0.031,0.592,0.034,0.592,0.09,0.062,0.092
- - 0.743,0.03,0.984,0.038,0.984,0.085,0.745,0.089
- # Mailbox ============================================================
- mailbox:
- enabled: true
- ffmpeg:
- inputs:
- # Highres
- - path: rtsp://username:[email protected]:554/Streaming/Channels/501 # <--- the name here must match the name of the camera in restream
- #input_args: preset-rtsp-restream
- roles:
- - record
- # Lowres
- - path: rtsp://username:[email protected]:554/Streaming/Channels/502 # <--- the name here must match the name of the camera in restream
- #input_args preset-rtsp-restream
- roles:
- - detect
- detect:
- enabled: true # <---- disable detection until you have a working camera feed
- width: 640
- height: 480
- fps: 5
- objects:
- track:
- - person
- - cat
- - dog
- - bicycle
- - car
- - truck
- filters:
- #person:
- # min_score: 0.75
- car:
- mask: 0.737,0.108,0.461,0.096,0.47,0.005,0.72,0.005
- mask: 0.365,0,0.365,0.13,0.007,0.168,0.005,0.007
- snapshots:
- enabled: true
- bounding_box: true
- retain:
- default: 15
- motion:
- mask:
- - 0.06,0.028,0.356,0.027,0.356,0,0.06,0.002
- - 0.766,0.026,0.862,0.03,0.864,0,0.764,0
- - 0,0.369,0.178,0.177,0.339,0.138,0.347,0,0,0
- # Front Walkway ============================================================
- front_walkway:
- enabled: true
- ffmpeg:
- inputs:
- # Highres
- - path: rtsp://username:[email protected]:554/Streaming/Channels/601 # <--- the name here must match the name of the camera in restream
- #input_args: preset-rtsp-restream
- roles:
- - record
- - detect
- # Lowres
- # - path: rtsp://username:[email protected]:554/Streaming/Channels/602 # <--- the name here must match the name of the camera in restream
- #input_args preset-rtsp-restream
- # roles:
- # - detect
- # Lowres
- #input_args preset-rtsp-restream
- detect:
- enabled: true # <---- disable detection until you have a working camera feed
- #width: 3840
- #height: 2160
- fps: 5
- objects:
- track:
- - person
- - cat
- - dog
- - bicycle
- - car
- - truck
- filters:
- person:
- min_score: 0.75
- car:
- mask: 0.01,0.233,0.094,0.173,0.113,0.179,0.112,0.199,0.014,0.265
- snapshots:
- enabled: true
- bounding_box: true
- retain:
- default: 15
- motion:
- mask:
- - 0.016,0.033,0.152,0.039,0.156,0.001,0.014,0.001
- - 0.673,0.001,0.777,0.009,0.779,0.033,0.674,0.043
- # Driveway ============================================================
- driveway:
- enabled: true
- ffmpeg:
- inputs:
- # Highres
- - path: rtsp://username:[email protected]:554/Streaming/Channels/801 # <--- the name here must match the name of the camera in restream
- #input_args: preset-rtsp-restream
- roles:
- - record
- # Lowres
- - path: rtsp://username:[email protected]:554/Streaming/Channels/802 # <--- the name here must match the name of the camera in restream
- #input_args preset-rtsp-restream
- roles:
- - detect
- detect:
- enabled: true # <---- disable detection until you have a working camera feed
- width: 704
- height: 480
- fps: 5
- objects:
- track:
- - person
- - cat
- - dog
- - bicycle
- - car
- - truck
- filters:
- person:
- min_score: 0.75
- truck: {}
- car:
- mask: 0,0.313,0.402,0.289,0.402,0.177,0.397,0.034,0.245,0.05,0.079,0.062,0.002,0.098
- snapshots:
- enabled: true
- bounding_box: true
- retain:
- default: 15
- motion:
- mask:
- - 0.741,0.024,0.938,0.028,0.943,0.104,0.744,0.1
- - 0.507,0.017,0.577,0.024,0.577,0.093,0.512,0.094
- - 0.571,0.682,0.666,0.671,0.696,0.773,0.669,0.897,0.553,0.898,0.545,0.772
- threshold: 35
- contour_area: 10
- improve_contrast: 'true'
- backyard_north:
- enabled: true
- ffmpeg:
- inputs:
- # Highres
- - path: rtsp://username:[email protected]:554/Streaming/Channels/301 # <--- the name here must match the name of the camera in restream
- #input_args: preset-rtsp-restream
- roles:
- - record
- # Lowres
- - path: rtsp://username:[email protected]:554/Streaming/Channels/302 # <--- the name here must match the name of the camera in restream
- #input_args preset-rtsp-restream
- roles:
- - detect
- detect:
- enabled: true # <---- disable detection until you have a working camera feed
- width: 640
- height: 360
- fps: 5
- objects:
- track:
- - person
- - cat
- - dog
- - bicycle
- - car
- - truck
- #filters:
- # person:
- # min_score: 0.75
- snapshots:
- enabled: true
- bounding_box: true
- retain:
- default: 15
- motion:
- mask:
- - 0.055,0.019,0.356,0.028,0.359,0.078,0.053,0.083
- - 0.654,0.029,0.837,0.027,0.843,0.08,0.652,0.076
- # Backyard South ============================================================
- backyard_south:
- enabled: true
- ffmpeg:
- inputs:
- # Highres
- - path: rtsp://username:[email protected]:554/Streaming/Channels/401 # <--- the name here must match the name of the camera in restream
- #input_args: preset-rtsp-restream
- roles:
- - record
- # Lowres
- - path: rtsp://username:[email protected]:554/Streaming/Channels/402 # <--- the name here must match the name of the camera in restream
- #input_args preset-rtsp-restream
- roles:
- - detect
- detect:
- enabled: true # <---- disable detection until you have a working camera feed
- width: 640
- height: 480
- fps: 5
- objects:
- track:
- - person
- - cat
- - dog
- - bicycle
- - car
- - truck
- #filters:
- # person:
- # min_score: 0.75
- snapshots:
- enabled: true
- bounding_box: true
- retain:
- default: 15
- motion:
- mask:
- - 0.052,0.024,0.356,0.034,0.359,0.065,0.058,0.071
- - 0.695,0.025,0.885,0.02,0.886,0.072,0.698,0.069
- version: 0.15-1
- #camera_groups:
- # Birdseye:
- # order: 1
- # icon: LuBird
- # cameras: birdseye
- # Front:
- # order: 2
- # icon: LuBringToFront
- # cameras:
- # - driveway
- # - front_door
- # - front_walkway
- # - mailbox
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement