IP camera plugin for Homebridge
Good manual is here: https://github.com/ccrisan/motioneye/wiki/Install-On-Raspbian
npm install -g homebridge-ip-camera
config.json
and add the camera{
"platform": "Camera-IP",
"cameras": [
{
"name": "Name of the camera eg. GARAGE",
"videoConfig": {
"source": "-re -i rtsp://10.0.19.10:554/Streaming/Channels/101",
"stillImageSource": "-i http://10.0.19.10/Streaming/channels/101/picture",
"maxStreams": 2,
"maxWidth": 1280,
"maxHeight": 720,
"maxFPS": 30
}
}
]
}