Last active
February 16, 2020 18:51
-
-
Save lukehoersten/2eac14279d7125b41b18ff7ca94163cf to your computer and use it in GitHub Desktop.
Raspberry Pi Homebridge Wyze Cam Config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"bridge": { | |
"name": "Homebridge", | |
"username": "12:34:56:78:90:AB", | |
"port": 51900, | |
"pin": "031-45-154" | |
}, | |
"description": "Homebridge", | |
"platforms": [ | |
{ | |
"platform": "Camera-ffmpeg", | |
"cameras": [ | |
{ | |
"name": "Wyze Cam", | |
"videoConfig": { | |
"source": "-i rtsp://username:[email protected]/live", | |
"stillImageSource": "-i rtsp://username:[email protected]/live -vframes 1 -r 1", | |
"vcodec": "copy" | |
} | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment