homebridge-foscamcamera icon indicating copy to clipboard operation
homebridge-foscamcamera copied to clipboard

2 cams ??

Open fighterzg6 opened this issue 5 years ago • 4 comments

how I can add a second cam?

fighterzg6 avatar Nov 15 '19 22:11 fighterzg6

"platforms": [{ "platform": "FoscamCamera", "name": "Foscam", "cameras": [{ "username": "admin", "password": "password", "host": "192.168.1.10", "port": 88, "stay": 13, "away": 15, "night": 14, "armPreset": "Start", "disarmPreset": "LeftMost", "sensitivity": 2, "triggerInterval": 5, "videoConfig": { "source": "-re -i rtsp://myfancy_rtsp_stream", "stillImageSource": "-i http://faster_still_image_grab_url/this_is_optional.jpg", "maxStreams": 2, "maxWidth": 1280, "maxHeight": 720, "maxFPS": 30 } }, { "username": "admin", "password": "password", "host": "192.168.1.10", "port": 88, "stay": 13, "away": 15, "night": 14, "armPreset": "Start", "disarmPreset": "LeftMost", "sensitivity": 2, "triggerInterval": 5, "videoConfig": { "source": "-re -i rtsp://myfancy_rtsp_stream", "stillImageSource": "-i http://faster_still_image_grab_url/this_is_optional.jpg", "maxStreams": 2, "maxWidth": 1280, "maxHeight": 720, "maxFPS": 30 } }] }

toshibochan avatar Nov 16 '19 03:11 toshibochan

it is possible a cam from an other brand (Sricam) to ad in this plugin? it has an rasp bonvif stream and works on the FFMpeg plugin. but when I install this plugin , my Foscam plugin doesn't work.

fighterzg6 avatar Nov 16 '19 12:11 fighterzg6

Is because is just for foscam cameras

toshibochan avatar Nov 16 '19 19:11 toshibochan

Look for homebridge-camera-ffmpeg https://github.com/KhaosT/homebridge-camera-ffmpeg

toshibochan avatar Nov 16 '19 19:11 toshibochan