homebridge-raspberry-camera
v0.0.8
Published
raspberry camera plugin for homebridge: https://github.com/nfarina/homebridge
Downloads
8
Readme
homebridge-raspberry-camera
raspberry camera plugin for Homebridge
forked from https://github.com/moritzmhmk/homebridge-camera-rpi
Installation
- Install ffmpeg on your computer (note that in some cases, this requires compiling ffmpeg from scratch due to the use of rstp, namely for pi configurations)
- Install this plugin using: npm install -g homebridge-raspberry-camera
- Edit
config.json
and add the camera. - Run Homebridge
- Add extra camera accessories in Home app. The setup code is the same as homebridge.
Config.json Example
{
"bridge": {
"name": "HomeBridge",
"username": "0E:E5:23:4C:B4:31",
"port": 51826,
"pin": "777-88-999"
},
"mdns": {
"interface": "192.168.1.110"
},
"accessories": [],
"platforms": [
{
"platform": "raspberry-camera"
}
]
}