Multiple raspberry pi's with camera module, running motion
Question
Hi i want to set up a home surveillance system, with a raspberry pie for each camera in the house. if i run motion on each one of them and assign them all a static ip address, will i be able to see them all in one web interface like motioneye?
Paste in your error messages, config settings, terminal window output etc in this text field.
Environment
Motion version: |
3.2.12 |
ffmpeg version: |
|
Libraries: |
ffmpeg, mysql, postgresql |
Server OS: |
|
--
StevenTingate - 26 Jul 2014
Answer
You can view all motion streams in one HTML page, like this:
<img src="http://192.168.1.1:8081"> <br/>
<img src="http://192.168.1.2:8081"> <br/>
<img src="http://192.168.1.3:8081">
You can host that page on a web server or just open locally in browser
--
TosiaraT - 26 Sep 2014