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: mpeg4 is not supported (Dave Fournier)
   2. output_normal (Vasco DaGama)
   3. Human counter (Kai Hendry)
   4. Re: HD Netcams (Dave Fournier)
   5. Fwd: , Linux video capture does not work cam3 or Image
      capture in cam1 fails. (venkat swaminathan)


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

Message: 1
Date: Fri, 27 May 2016 05:21:06 -0700
From: Dave Fournier <xdavefourn...@gmail.com>
Subject: Re: [Motion-user] mpeg4 is not supported
To: Motion discussion list <motion-user@lists.sourceforge.net>
Message-ID:
        <CAPiBocCRgiGTbL8Nsfs_-dzk8s7Xk4MFKCS=kmzmkzm3vqn...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

I just thought that a string is one characther longer to hold the
terminating \0
so maybe

   char codec_mpeg[6] = "mpeg4";

would do the job.

On Fri, May 27, 2016 at 3:50 AM, John Baker <jba...@dryfish.org.uk> wrote:

> Actually, this is some kind of stack corruption occurring when I changed
> the compile time flags (-O2 to -O0). I fixed it by a change in event.c:
>
>         //char codec_mpeg[5] = "mpeg4";
>         const char *codec_mpeg = "mpeg4";
>
> But this generates other compiler warnings. I'm no expert in C, but
> perhaps Mr Dave could put this patch properly in place and fix the
> compiler warnings with respect to the constant.
>
> I'm trying to figure out why I see crashing from the rtsp code, hence
> the -O0 change to get line numbers from a core dump.  I shall report
> back if I make any further progress.
>
> On Thu, May 26, 2016, at 07:13 PM, John Baker wrote:
> > I recompiled motion from mr dave's fork (which I'd previously compiled
> > successfully) and suddenly it's saying this:
> >
> > [1] [ERR] [ENC] get_oformat: ffmpeg_video_codec option value mpeg4' is
> > not supported.
> >
> > Does anyone know why?
>
>
> ------------------------------------------------------------------------------
> What NetFlow Analyzer can do for you? Monitors network bandwidth and
> traffic
> patterns at an interface-level. Reveals which users, apps, and protocols
> are
> consuming the most bandwidth. Provides multi-vendor support for NetFlow,
> J-Flow, sFlow and other flows. Make informed decisions using capacity
> planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
> _______________________________________________
> 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: 2
Date: Sat, 28 May 2016 21:56:00 +0000
From: Vasco DaGama <vascoma...@hotmail.com>
Subject: [Motion-user] output_normal
To: "motion-user@lists.sourceforge.net"
        <motion-user@lists.sourceforge.net>
Message-ID:
        
<bl2pr01mb192293109a5b66d51ce095a8c4...@bl2pr01mb1922.prod.exchangelabs.com>
        
Content-Type: text/plain; charset="iso-8859-1"

in the motion.conf, "output_normal first" doesnt save a jpg until the event has 
ended.


how can i get the first jpg to be saved immediately, similar to how 
"output_normal on" does?


thanks.


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

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

Message: 3
Date: Sun, 29 May 2016 11:06:51 +0800
From: Kai Hendry <kai.hen...@gmail.com>
Subject: [Motion-user] Human counter
To: motion-user@lists.sourceforge.net
Message-ID:
        <caf8xf0fohjk07o7u35hafy2vicdr7yshdnwtz+yaqbrknn9...@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8

Hi guys,

This has been raised before, though I couldn't find an answer in the archives.

https://sourceforge.net/p/motion/mailman/message/18292664/


Has anyone configured `motion` to reasonably accurately detect & count
humans that pass by?

Oh btw, you might find a video I created of `motion` in motioneyeos interesting:
https://youtu.be/0YtY3VuiSgg


Kind regards,



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

Message: 4
Date: Sun, 29 May 2016 11:14:05 -0700
From: Dave Fournier <xdavefourn...@gmail.com>
Subject: Re: [Motion-user] HD Netcams
To: Motion discussion list <motion-user@lists.sourceforge.net>
Message-ID:
        <CAPiBocAxa-SsjuBAwXhO1Z5a6wbupJ0PYgyTL7uqE=r08d5...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

I'm using a Jienuo  model JN-IP507AR-A-WIFI. this is 720P rtsp.
seems good to me. cost about US$30.00.

On Tue, May 10, 2016 at 9:55 AM, Scott W. Larson <sc...@wballphotos.com>
wrote:

> On 05/10/2016 09:40 AM, Harlan Daneker wrote:
> > Has anybody used high definition network cameras with motion? Do they
> > work?
> >
> I have a 720p Foscam FI9821W working with motion. Well, it returns 720p
> video but the camera clearly upscales a lower resolution image.
>
>
> ------------------------------------------------------------------------------
> Mobile security can be enabling, not merely restricting. Employees who
> bring their own devices (BYOD) to work are irked by the imposition of MDM
> restrictions. Mobile Device Manager Plus allows you to control only the
> apps on BYO-devices by containerizing them, leaving personal data
> untouched!
> https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
> _______________________________________________
> 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: 5
Date: Thu, 2 Jun 2016 15:40:02 +0530
From: venkat swaminathan <venkat....@gmail.com>
Subject: [Motion-user] Fwd: , Linux video capture does not work cam3
        or Image capture in cam1 fails.
To: motion-user@lists.sourceforge.net
Message-ID:
        <CACtt7WWEc3Va4S0Y4yFN3MdBMrDrEjKVEaJGThJtn=5hcvl...@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8

Dear All

Problem:
    After connecting 3rd camera, Linux video capture does not work
cam3 or Image capture in cam1 fails.
History:
    Initially , we developed a system for surveillance. The system
comprised of 2 cameras.
1. Video capture (Using Motion)
2. Image capture(Using V4L)
We added one more camera to the sytem, which is causing the mess currently.
3.  Video capture (Using Motion)
We notice either a video capture or image capture does not work in the
system. various forums, suggested for  adding quirk=128 in conf, even
that idd not work out.
dmesg:
[  399.544408] uvcvideo: Found UVC 1.00 device USB2.0 Camera (1871:2097)
[  399.544429] uvcvideo: Forcing device quirks to 0x80 by module
parameter for testing purpose.
[  399.544441] uvcvideo: Please report required quirks to the
linux-uvc-devel mailing list.
[  399.547449] input: USB2.0 Camera as
/devices/pci0000:00/0000:00:1d.7/usb1/1-3/1-3:1.0/input/input32
[  399.668599] uvcvideo: Found UVC 1.00 device USB2.0 Camera (1871:0501)
[  399.668613] uvcvideo: Forcing device quirks to 0x80 by module
parameter for testing purpose.
[  399.668618] uvcvideo: Please report required quirks to the
linux-uvc-devel mailing list.
[  399.671360] input: USB2.0 Camera as
/devices/pci0000:00/0000:00:1d.7/usb1/1-4/1-4.4/1-4.4:1.0/input/input33
[  399.732317] uvcvideo: Found UVC 1.00 device USB2.0 Camera (1871:0f01)
[  399.732328] uvcvideo: Forcing device quirks to 0x80 by module
parameter for testing purpose.
[  399.732334] uvcvideo: Please report required quirks to the
linux-uvc-devel mailing list.
[  399.735996] input: USB2.0 Camera as
/devices/pci0000:00/0000:00:1d.7/usb1/1-8/1-8:1.0/input/input34

Tried getting V4L2_BUF_TYPE_VIDEO_CAPTURE information for the cameera:
all connected cameras listed  (YUV 4:2:2 (YUYV))
HW Spec:
N2600
Aveo technologies camera 3 models with diff VID:PID
Need come guidance in fixing this issue.



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

------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e

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

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


End of Motion-user Digest, Vol 121, Issue 1
*******************************************

Reply via email to