Send Motion-user mailing list submissions to
        motion-user@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.sourceforge.net/lists/listinfo/motion-user
or, via email, send a message with subject or body 'help' to
        motion-user-requ...@lists.sourceforge.net

You can reach the person managing the list at
        motion-user-ow...@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Motion-user digest..."


Today's Topics:

   1. Centralized Motion Backend/interface? (Jon Boehm)
   2. Re: Centralized Motion Backend/interface? (Rich Bloch)
   3. Re: Centralized Motion Backend/interface? (Adam Goryachev)


----------------------------------------------------------------------

Message: 1
Date: Sun, 18 Jun 2017 12:33:44 -0700
From: Jon Boehm <jon.s.bo...@gmail.com>
To: motion-user@lists.sourceforge.net
Subject: [Motion-user] Centralized Motion Backend/interface?
Message-ID:
        <cal7ezuw3pfinbjg_68dqp5x+rtztklew7oebn0wr3kz7opv...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hi,

I have various Raspberry PIs around the house doing various things and a
master server.  I occurred to me to stick webcams on these PIs for security
monitoring.  However, I'm unclear on the best Motion topology for this kind
of setup.  Can I have my master server receive streams from these PI-cams
and present them as in a single motion interface?  OR would it be best to
have individual interfaces in each PI and open ports on my router to access
them all individually?

Thanks
-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

Message: 2
Date: Sun, 18 Jun 2017 23:24:43 +0000
From: Rich Bloch <ric...@gmail.com>
To: Motion discussion list <motion-user@lists.sourceforge.net>
Subject: Re: [Motion-user] Centralized Motion Backend/interface?
Message-ID:
        <cahdt+spkbhfmvdhdr3k_lqccl2dmwwpfoqef2wdr9zsxwat...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hi Jon,

I have a similar setup using Raspberry PIs for security... I wrote a
distributed motion surveillance system (called DMS) that basically keeps
the image processing distributed, on each PI, and only has a central server
service determine when to start/stop the surveillance system service (in
this case, Motion).

In my case, to start/stop Motion, I look for IoT device MAC addresses on
the LAN, and based on their existence/absence, I start/stop Motion (e.g., I
leave the house with my smartphone, the DMS server senses this, and all
surveillance endpoints "turn on").

Details here: https://github.com/richbl/distributed-motion-surveillance


On Sun, Jun 18, 2017 at 12:35 PM Jon Boehm <jon.s.bo...@gmail.com> wrote:

> Hi,
>
> I have various Raspberry PIs around the house doing various things and a
> master server.  I occurred to me to stick webcams on these PIs for security
> monitoring.  However, I'm unclear on the best Motion topology for this kind
> of setup.  Can I have my master server receive streams from these PI-cams
> and present them as in a single motion interface?  OR would it be best to
> have individual interfaces in each PI and open ports on my router to access
> them all individually?
>
> Thanks
>
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Motion-user mailing list
> Motion-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/motion-user
> https://motion-project.github.io/
>
> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user

-- 
Rich
  425.417.8255
-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

Message: 3
Date: Mon, 19 Jun 2017 09:30:48 +1000
From: Adam Goryachev <mailingli...@websitemanagers.com.au>
To: motion-user@lists.sourceforge.net
Subject: Re: [Motion-user] Centralized Motion Backend/interface?
Message-ID:
        <7e6d14d5-cbeb-c62d-a313-ab83cd8d6...@websitemanagers.com.au>
Content-Type: text/plain; charset="utf-8"; Format="flowed"

On 19/06/17 09:24, Rich Bloch wrote:
> Hi Jon,
>
> I have a similar setup using Raspberry PIs for security... I wrote a 
> distributed motion surveillance system (called DMS) that basically 
> keeps the image processing distributed, on each PI, and only has a 
> central server service determine when to start/stop the surveillance 
> system service (in this case, Motion).
>
> In my case, to start/stop Motion, I look for IoT device MAC addresses 
> on the LAN, and based on their existence/absence, I start/stop Motion 
> (e.g., I leave the house with my smartphone, the DMS server senses 
> this, and all surveillance endpoints "turn on").
>
> Details here: https://github.com/richbl/distributed-motion-surveillance
>
>
> On Sun, Jun 18, 2017 at 12:35 PM Jon Boehm <jon.s.bo...@gmail.com 
> <mailto:jon.s.bo...@gmail.com>> wrote:
>
>     Hi,
>
>     I have various Raspberry PIs around the house doing various things
>     and a master server.  I occurred to me to stick webcams on these
>     PIs for security monitoring. However, I'm unclear on the best
>     Motion topology for this kind of setup.  Can I have my master
>     server receive streams from these PI-cams and present them as in a
>     single motion interface?  OR would it be best to have individual
>     interfaces in each PI and open ports on my router to access them
>     all individually?
>
>


BTW, you might be better to setup a VPN service on your server (I like 
openvpn because it's free and easy and only needs a single port), then 
install this VPN on your mobile phone. Then you will have full access to 
the entire network securely.

PS, depending on number of cameras, (ie, if more than 4) I'd suggest to 
use motion locally on each Pi, otherwise it is easy to overload the 
server. I have approximately 25 cameras streaming to one server, and it 
copes well, but I'm migrating to standalone motion on each Pi instead so 
I can scale it further.

Regards,
Adam

-- 
The information in this e-mail is confidential and may be legally privileged.
It is intended solely for the addressee. Access to this e-mail by anyone else
is unauthorised. If you are not the intended recipient, any disclosure,
copying, distribution or any action taken or omitted to be taken in reliance
on it, is prohibited and may be unlawful. If you have received this message
in error, please notify us immediately. Please also destroy and delete the
message from your computer. Viruses - Any loss/damage incurred by receiving
this email is not the sender's responsibility.
-- 
Adam Goryachev Website Managers www.websitemanagers.com.au
-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot

------------------------------

Subject: Digest Footer

_______________________________________________
Motion-user mailing list
Motion-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/motion-user


------------------------------

End of Motion-user Digest, Vol 132, Issue 11
********************************************

Reply via email to