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. Re: how to achieve the mpeg1 in raspberry? (tosiara)
   2. Two quick questions (Mark West)
   3. Re: Two quick questions (Mark West)
   4. debian wheezy updates (Maxi Belino)
   5. Re: debian wheezy updates (Zan Thorn)
   6. Re: debian wheezy updates (Joseph Heenan)


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

Message: 1
Date: Mon, 2 Jan 2017 17:07:57 +0200
From: tosiara <tosi...@gmail.com>
Subject: Re: [Motion-user] how to achieve the mpeg1 in raspberry?
To: Motion discussion list <motion-user@lists.sourceforge.net>
Message-ID:
        <cachtdwqch7ixopgdakifucnqraw3f1tfsyw-7bntiqycv4m...@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8

You can use external encoder and use whatever codec you like
Use ext_pipe and specify encoder command. There are few examples in
the motion-dist.conf

On Sat, Dec 17, 2016 at 5:55 PM, ?? <xulei...@126.com> wrote:
> [0] Processing thread 0 - config file /etc/motion/motion.conf
> [0] Motion 3.2.12 Started
> [0] ffmpeg LIBAVCODEC_BUILD 3482368 LIBAVFORMAT_BUILD 3478785
> [0] Thread 1 is from /etc/motion/motion.conf
> [0] Webcam port number 8080 for thread 1 conflicts with the control port
> [0] Webcam feature for thread 1 is disabled.
> [1] Thread 1 started
> [0] motion-httpd/3.2.12 running, accepting connections
> [1] cap.driver: "uvcvideo"
> [0] motion-httpd: waiting for data on port TCP 8080
> [1] cap.card: "USB2.0 PC CAMERA"
> [1] cap.bus_info: "usb-3f980000.usb-1.2"
> [1] cap.capabilities=0x84200001
> [1] - VIDEO_CAPTURE
> [1] - STREAMING
> [1] Config palette index 8 (YU12) doesn't work.
> [1] Supported palettes:
> [1] 0: YUYV (YUV 4:2:2 (YUYV))
> [1] Selected palette YUYV
> [1] Test palette YUYV (640x480)
> [1] Using palette YUYV (640x480) bytesperlines 1280 sizeimage 614400
> colorspace 00000000
> [1] found control 0x00980900, "Brightness", range 0,255
> [1]     "Brightness", default -8193, current 128
> [1] found control 0x00980901, "Contrast", range 0,255
> [1]     "Contrast", default 57343, current 135
> [1] found control 0x00980902, "Saturation", range 0,255
> [1]     "Saturation", default 57343, current 75
> [1] found control 0x00980903, "Hue", range -127,127
> [1]     "Hue", default -8193, current 0
> [1] found control 0x00980910, "Gamma", range 1,8
> [1]     "Gamma", default 57343, current 4
> [1] mmap information:
> [1] frames=4
> [1] 0 length=614400
> [1] 1 length=614400
> [1] 2 length=614400
> [1] 3 length=614400
> [1] Using V4L2
> [1] Resizing pre_capture buffer to 1 items
> [1] Resizing pre_capture buffer to 3 items
> [1] *** mpeg1 support for normal videos has been disabled ***
> [1] ffopen_open error creating (new) file [/home/motion/01-20161217212640]:
> Invalid argument
> [1] File of type 1 saved to: /home/motion/01-20161217212640-02.jpg
> [1] File of type 1 saved to: /home/motion/01-20161217212640-03.jpg
> [1] Thread exiting
> [1] Calling vid_close() from motion_cleanup
> [1] Closing video device /dev/video0
> [0] Motion thread 1 restart
> [1] Thread 1 started
>
>
>
>
>
>
> ------------------------------------------------------------------------------
> 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
> http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome
>



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

Message: 2
Date: Mon, 2 Jan 2017 18:03:22 +0100
From: Mark West <markwest1...@gmail.com>
Subject: [Motion-user] Two quick questions
To: motion-user@lists.sourceforge.net
Message-ID: <92251630-f172-4185-a740-c3671d98d...@gmail.com>
Content-Type: text/plain; charset=us-ascii

Hello!

1. Does Motion 4 support the Raspberry Pi Camera v2 out of the box?  Or do I 
need to install Motion-MMAL?
2. How does motion compare to OpenCV in regards to performance on the PiZero 
(assuming that we use OpenCV for motion detection and streaming)?

Many thanks for any help you can give me :)

Best Regards
Mark


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

Message: 3
Date: Mon, 2 Jan 2017 18:15:50 +0100
From: Mark West <markwest1...@gmail.com>
Subject: Re: [Motion-user] Two quick questions
To: motion-user@lists.sourceforge.net
Message-ID: <338b8c83-d062-439f-9eae-9c909a668...@gmail.com>
Content-Type: text/plain; charset=utf-8

Having read the release notes for version 4.01 I now see that Pi Camera support 
is added.  Sorry for not checking this earlier.

I?d really appreciate any experiences or opinions about OpenCV vs Motion.  My 
feeling is that OpenCV is more memory hungry, making Motion a better fit for my 
PiZero project.  Anyone have experience that backs this up?

Best Regards
Mark

> On 2 Jan 2017, at 18:03, Mark West <markwest1...@gmail.com> wrote:
> 
> Hello!
> 
> 1. Does Motion 4 support the Raspberry Pi Camera v2 out of the box?  Or do I 
> need to install Motion-MMAL?
> 2. How does motion compare to OpenCV in regards to performance on the PiZero 
> (assuming that we use OpenCV for motion detection and streaming)?
> 
> Many thanks for any help you can give me :)
> 
> Best Regards
> Mark




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

Message: 4
Date: Thu, 5 Jan 2017 15:28:47 -0300
From: Maxi Belino <maxi.bel...@gmail.com>
Subject: [Motion-user] debian wheezy updates
To: motion-user@lists.sourceforge.net
Message-ID:
        <cajgqobyxk9mb3v6tm9srswqazer4ytzoo_bhyhpw+bq22r4...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

hi everyone!

My name is Maxi; i would like to know if motion 4.0.1 will be released as a
package for debian wheezy (raspberry pi)? or i should download it and
compile it? (from now on..?)

Currently i run motion 3.2.12

i'm interested in adding "stream authentication methods" to secure remote
access

Thank you very much,
Maxi
-------------- next part --------------
An HTML attachment was scrubbed...

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

Message: 5
Date: Thu, 5 Jan 2017 11:31:27 -0700
From: Zan Thorn <zanth...@gmail.com>
Subject: Re: [Motion-user] debian wheezy updates
To: Motion discussion list <motion-user@lists.sourceforge.net>
Message-ID:
        <caafdrzy4qbg3v3vsoszpu1zjvv1eo5agak7r3hqen3smaz7...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

I would also like to know this, thanks for asking Maxi!

On Thu, Jan 5, 2017 at 11:28 AM, Maxi Belino <maxi.bel...@gmail.com> wrote:

>
> hi everyone!
>
> My name is Maxi; i would like to know if motion 4.0.1 will be released as
> a package for debian wheezy (raspberry pi)? or i should download it and
> compile it? (from now on..?)
>
> Currently i run motion 3.2.12
>
> i'm interested in adding "stream authentication methods" to secure remote
> access
>
> Thank you very much,
> Maxi
>
> ------------------------------------------------------------
> ------------------
> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...

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

Message: 6
Date: Thu, 5 Jan 2017 19:37:04 +0000
From: Joseph Heenan <jos...@heenan.me.uk>
Subject: Re: [Motion-user] debian wheezy updates
To: Motion discussion list <motion-user@lists.sourceforge.net>
Message-ID: <31cc46e9-c511-4481-a238-b12a2fde8...@heenan.me.uk>
Content-Type: text/plain; charset="utf-8"

I?d recommend compiling it from scratch.

There?s a dpkg package for jessie here:

https://github.com/Motion-Project/motion/releases 
<https://github.com/Motion-Project/motion/releases>



Joseph

> On 5 Jan 2017, at 18:31, Zan Thorn <zanth...@gmail.com> wrote:
> 
> I would also like to know this, thanks for asking Maxi!
> 
> On Thu, Jan 5, 2017 at 11:28 AM, Maxi Belino <maxi.bel...@gmail.com 
> <mailto:maxi.bel...@gmail.com>> wrote:
> 
> hi everyone!
> 
> My name is Maxi; i would like to know if motion 4.0.1 will be released as a 
> package for debian wheezy (raspberry pi)? or i should download it and compile 
> it? (from now on..?)
> 
> Currently i run motion 3.2.12
> 
> i'm interested in adding "stream authentication methods" to secure remote 
> access
> 
> Thank you very much,
> Maxi
> 
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot 
> <http://sdm.link/slashdot>
> _______________________________________________
> Motion-user mailing list
> Motion-user@lists.sourceforge.net <mailto:Motion-user@lists.sourceforge.net>
> https://lists.sourceforge.net/lists/listinfo/motion-user 
> <https://lists.sourceforge.net/lists/listinfo/motion-user>
> https://motion-project.github.io/ <https://motion-project.github.io/>
> 
> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user 
> <https://lists.sourceforge.net/lists/options/motion-user>
> 
> ------------------------------------------------------------------------------
> 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

-------------- 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

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

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


End of Motion-user Digest, Vol 128, Issue 2
*******************************************

Reply via email to