group_vars/frigate: Add second back yard camera
Adding a second camera to the back yard, on the North side of the porch, to try and figure out how the possums keep getting under the porch even with the chicken wire around it!btop
parent
82f9ce0797
commit
41582beef9
|
@ -84,4 +84,40 @@ frigate_cameras:
|
|||
enabled: true
|
||||
retain:
|
||||
default: 365
|
||||
back_yard2:
|
||||
ffmpeg:
|
||||
inputs:
|
||||
# 640x480 for object detection
|
||||
- path: rtsp://frigate:{{ vault_frigate_password_back_yard2 }}@172.30.0.213/cam/realmonitor?channel=1&subtype=1
|
||||
roles:
|
||||
- detect
|
||||
# 4k for recording
|
||||
- path: rtsp://frigate:{{ vault_frigate_password_back_yard2 }}@172.30.0.213/cam/realmonitor?channel=1&subtype=0
|
||||
roles:
|
||||
- record
|
||||
# 1080p for streaming via Home Assistant
|
||||
- path: rtsp://frigate:{{ vault_frigate_password_back_yard2 }}@172.30.0.213/cam/realmonitor?channel=1&subtype=2
|
||||
roles:
|
||||
- rtmp
|
||||
detect:
|
||||
height: 480
|
||||
width: 640
|
||||
objects:
|
||||
track:
|
||||
- person
|
||||
- cat
|
||||
- dog
|
||||
- bird
|
||||
record:
|
||||
enabled: true
|
||||
retain_days: 2
|
||||
events:
|
||||
retain:
|
||||
default: 90
|
||||
rtmp:
|
||||
enabled: true
|
||||
snapshots:
|
||||
enabled: true
|
||||
retain:
|
||||
default: 365
|
||||
frigate_shm_size: 256
|
||||
|
|
|
@ -1,18 +1,21 @@
|
|||
$ANSIBLE_VAULT;1.1;AES256
|
||||
32386564323732623161383239343362373935306262333833656363633935643238633665636365
|
||||
3466373139333839353464643663626432313463313863350a366539366262353934643039383666
|
||||
64343464303239643063303831383138626234393933636639316335666437373764646632393165
|
||||
3731363332393861610a616561346163363366326433353832616363343532373362333739386663
|
||||
37666631313830623338626664636337613364316635666537346338373035376432336333653665
|
||||
32383436393738306262333033633365363332643035383164613266346461653838396236356165
|
||||
37376231646564333539316661356561386532323131333162613635363763356631646236646564
|
||||
64633837613133626237333363326531353034616136353232346239383138343936646137316531
|
||||
64356565653335613763663835343338653231383835663637373465646566666238636366653630
|
||||
39313636323862653235363162656131613266653136643733666332646263613064306439303635
|
||||
61323332343839666366623239356163633939373861326461366163303431316266396136613931
|
||||
63656666643863663838356265333038623237303065326136356332636536666531326365393465
|
||||
37323134613066376331383637313931663564353839633232353863363439653565656265336236
|
||||
38653266623966646266303566643663616536623830643137373831343063363037356339613163
|
||||
31376630633539666632646665313338323361303935346637353462356531626435343766326132
|
||||
64633762313062353639383336383936373130396230653832353930373632306363396237383032
|
||||
3035
|
||||
65396562623736373761303862323664653537353535613231656137346162316464363333363366
|
||||
3364653165303462393864353564623563386233346433370a393734643764663863326338326130
|
||||
38613066363163356637613737626366303932623231313333366463393966643632363961313338
|
||||
6135623132626636610a343334623935363331346562363138616539613961623662666237623836
|
||||
37393766326564633736373862333838666632663161633932303063303164616438663764646431
|
||||
34356134613366643738616166373161353834333763343863353034326431613539666636666631
|
||||
37656433383264653234386361333139653263346261333839363861333733313237663062323032
|
||||
64373266326236636261373763363639626163386336383233356333643831336165383764666230
|
||||
35323632653664353464313631386438616266343137616131343663663735356639356431336562
|
||||
65353338313535303732326635386364366131303461356532356432656332666563633636623735
|
||||
64646132346430303063323964343866313034323163306437373735623166316332666564323662
|
||||
30613436643861646634363938656565643231353134343331613766333466396436656138363436
|
||||
35363038383731663865666437393535316366303631313862663463323663326133333362373666
|
||||
38633938313130306437323433336538303163336435356235393664303736326537613764626665
|
||||
61336335633465613735386464616565613539636265313863303463363261323931636138343834
|
||||
66383136616638643766333436393865666531343838376431626636383631303635376365643830
|
||||
37343864643262316333346632663538643334396530613831323535373337373439373833623466
|
||||
63336634643833623161383963663736333634313334386633636439386663633166363333363737
|
||||
30353630316530386133396162376430333138303037336266386438326461653838653132343264
|
||||
34643062363239333164
|
||||
|
|
Loading…
Reference in New Issue