DBPOWER MEYE-155303-FBACE
with Raspberry Pi 3 Model B
No rtsp streams available - all via MJPEG...
config.json
{
"platform": "Camera-ffmpeg",
"cameras": [{
"name": "DBPower",
"videoConfig": {
"source": "-re -i http://[USER]:[PASSWORD]@ip-address:81/videostream.cgi",
"stillImageSource": "-i http://ip-address:81/snapshot.cgi?user=[USER]&pwd=[PASSWORD]",
"maxStreams": 2,
"maxWidth": 640,
"maxHeight": 480,
"maxFPS": 16,
"vcodec": "h264_omx"
}
}]
}