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. Using old smartphone with Motion (Trung Trinh)
   2. rtsp Stream. (Thomas Drebert)
   3. Re: Using old smartphone with Motion (Cathal Ferris)
   4. Re: Using old smartphone with Motion (Trung Trinh)
   5. Re: rtsp Stream. (?ydr?nas Urbonas)
   6. [Explain like i am five] the Motion detection     algorithm /
      technology (Adam Ali)


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

Message: 1
Date: Fri, 14 Aug 2015 19:00:20 +0000 (UTC)
From: Trung Trinh <trung...@yahoo.com>
Subject: [Motion-user] Using old smartphone with Motion
To: Motion Discussion List <motion-user@lists.sourceforge.net>
Message-ID:
        <1221518893.4922996.1439578820522.javamail.ya...@mail.yahoo.com>
Content-Type: text/plain; charset="utf-8"

Hi All,
I'm interested in using my old smartphone camera with Motion, since it already 
has a decent camera and wifi. Is this possible and if so, is there a guide/doc 
that discusses how to setup for a Samsung GS2?
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...

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

Message: 2
Date: Fri, 14 Aug 2015 21:17:30 +0200
From: Thomas Drebert <dreb...@web.de>
Subject: [Motion-user] rtsp Stream.
To: Motion discussion list <motion-user@lists.sourceforge.net>
Message-ID:
        <cann+32igfyxz0csf_5pzxdzh3edrcejqq64fwkmo8pgmree...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hello,

is it possible to recive a rtsp stream from motion or can cvlc convert the
http mjpeg stream to rtsp on the fly?
I use the motion mmal version on the raspberry.

regards
Thomas
-------------- next part --------------
An HTML attachment was scrubbed...

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

Message: 3
Date: Fri, 14 Aug 2015 23:03:56 +0100 (IST)
From: Cathal Ferris <p...@skynet.ie>
Subject: Re: [Motion-user] Using old smartphone with Motion
To: Trung Trinh <trung...@yahoo.com>,   Motion discussion list
        <motion-user@lists.sourceforge.net>
Message-ID: <pine.lnx.4.64.1508142257010.21...@skynet.skynet.ie>
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed

I've got a Galaxy S2-Mini phone set up with motion.

The phone has the Cyanogen Mod version 10 (akin to Jellybean) and I'm 
running "IP Webcam" on it. This provides a nice MJPEG stream, that Motion 
can easily handle and process.

I've had this working reasonably well for the past few months. As long as 
I've manually set the IP address on the phone, I've had no real issues.

--
Cathal Ferris                   +353 87 6438725
p...@skynet.ie                  http://www.swibble.com

On Fri, 14 Aug 2015, Trung Trinh wrote:

> Hi All,
> I'm interested in using my old smartphone camera with Motion, since it 
> already has a decent camera and wifi. Is this possible and if so, is there a 
> guide/doc that discusses how to setup for a Samsung GS2?
> Thanks.



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

Message: 4
Date: Sat, 15 Aug 2015 01:32:29 +0000 (UTC)
From: Trung Trinh <trung...@yahoo.com>
Subject: Re: [Motion-user] Using old smartphone with Motion
To: Cathal Ferris <p...@skynet.ie>,     Motion discussion list
        <motion-user@lists.sourceforge.net>
Message-ID:
        <1540639964.5102178.1439602349962.javamail.ya...@mail.yahoo.com>
Content-Type: text/plain; charset="utf-8"

Hi Cathal,
That's great!! I'd love to get my old GS2 to work with Motion. Did a little bit 
of digging after initial email and found an IP Webcam app on the android store. 
I think I'll install this after getting the phone's power issue resolved and 
give it a try.?
As for manually setting the IP address on the phone, perhaps assign a reserved 
IP address for the phone's wifi MAC. The phone should always get the same IP 
address from wifi router.
Thanks and have a great weekend. 


     On Friday, August 14, 2015 3:03 PM, Cathal Ferris <p...@skynet.ie> wrote:
   

 I've got a Galaxy S2-Mini phone set up with motion.

The phone has the Cyanogen Mod version 10 (akin to Jellybean) and I'm 
running "IP Webcam" on it. This provides a nice MJPEG stream, that Motion 
can easily handle and process.

I've had this working reasonably well for the past few months. As long as 
I've manually set the IP address on the phone, I've had no real issues.

--
Cathal Ferris??? ??? ??? +353 87 6438725
p...@skynet.ie??? ??? ??? http://www.swibble.com

On Fri, 14 Aug 2015, Trung Trinh wrote:

> Hi All,
> I'm interested in using my old smartphone camera with Motion, since it 
> already has a decent camera and wifi. Is this possible and if so, is there a 
> guide/doc that discusses how to setup for a Samsung GS2?
> Thanks.


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

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

Message: 5
Date: Sat, 15 Aug 2015 10:40:00 +0300
From: ?ydr?nas Urbonas <tosi...@gmail.com>
Subject: Re: [Motion-user] rtsp Stream.
To: Motion discussion list <motion-user@lists.sourceforge.net>
Message-ID:
        <CACHTdwSjfXrR0ccphPwNC=GCeyaE4z=avb9xvmsctyg0bjj...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Motion can't stream rtsp, only MJPEG.
You can use cvlc or gstreamer to re-stream motion's mjpeg. Just specify
http://localhost:8080/ as source
For example, I used this --sout to stream webcam:

--sout
'#transcode{vcodec=h264,width=640,height=480,fps=10,vb=500,venc=x264{preset=ultrafast}}:rtp{sdp=
rtsp://:1554/}'


On Fri, Aug 14, 2015 at 10:17 PM, Thomas Drebert <dreb...@web.de> wrote:

> Hello,
>
> is it possible to recive a rtsp stream from motion or can cvlc convert the
> http mjpeg stream to rtsp on the fly?
> I use the motion mmal version on the raspberry.
>
> regards
> Thomas
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> Motion-user mailing list
> Motion-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/motion-user
> http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome
>
>
-------------- next part --------------
An HTML attachment was scrubbed...

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

Message: 6
Date: Sun, 16 Aug 2015 07:23:30 +0700
From: Adam Ali <adamjur...@gmail.com>
Subject: [Motion-user] [Explain like i am five] the Motion detection
        algorithm / technology
To: motion-user@lists.sourceforge.net
Message-ID:
        <CAM5sJAt=kESWp+mvmPeZDGmiPhbJrP9=+v5+=npa1krsxza...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Greetings,i am a newbie and learning linux(raspberry) user
i already got motion running in raspberry,i am planning to create simple
paper for my school project
but i dont get the explanation of Motion algorithm

from http://www.lavrsen.dk/foswiki/bin/view/Motion/MotionTechnology :
*Motion detects motion by comparing the intensity of pixels in a fresh
grabbed image with a reference image. Color information is not utilized. If
there is no motion and no noise new_image-ref_image should be zero. If
there has been a change in the picture the result will be different. To
prevent noise being seen as motion the change has to exceed a threshold and
there have to be a certain number of changed pixels before a motion is
declared.*

*The reference frame itself is recursively updated with the new picture, so
after it has been updated with pictureN it will consist out of:
1/2*pictureN + 1/4*pictureN-1 + 1/8*pictureN-2 and so on.*

can you explain in more detail? and what kind of paper or book you
recommend to study about it ?

and about the formula,does
*1/2*pictureN  *mean :
a.half times pictureN
or
b. one divide ( 2 times pictureN )

thank you
-------------- next part --------------
An HTML attachment was scrubbed...

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

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


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

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


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

Reply via email to