Skip to content

Instantly share code, notes, and snippets.

@lukehoersten
Last active February 16, 2020 18:51
Show Gist options
  • Save lukehoersten/2eac14279d7125b41b18ff7ca94163cf to your computer and use it in GitHub Desktop.
Save lukehoersten/2eac14279d7125b41b18ff7ca94163cf to your computer and use it in GitHub Desktop.
Raspberry Pi Homebridge Wyze Cam Config
{
"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:password@192.168.0.100/live",
"stillImageSource": "-i rtsp://username:password@192.168.0.100/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