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: netcam_start: Invalid netcam service 'rtsp'? (Jim Dodgen)
   2. Re: Missing frames in movies (Dave Howorth)
   3. Re: Missing frames in movies (John D. Gwinner)
   4. Re: netcam_start: Invalid netcam service 'rtsp'? (tosiara)


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

Message: 1
Date: Sat, 8 Feb 2020 14:35:01 -0800
From: Jim Dodgen <jim.dod...@gmail.com>
To: Motion discussion list <motion-user@lists.sourceforge.net>
Subject: Re: [Motion-user] netcam_start: Invalid netcam service
        'rtsp'?
Message-ID:
        <caj2wgcr2vovta5awrkn98ftldlxgzp+g_yt969nwpvocudq...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

thank you,

Well that worked.
 I do see the "value" on some other camera configurations and they are
working.  Is there a rule I am missing?
like:
 netcam_url value http://...  --- is working
and:
netcam_url rtsp://...   -- works, and cannot have the "value" ?

This is my first upgrade since version 4.0. I thin the "value" has been
depreciated and still works in a few cases.
So I assume that we should not use the "value"  is that true?

Thanks for the help

Jim "Jed" Dodgen
j...@dodgen.us


On Sat, Feb 8, 2020 at 12:43 PM Tony Ross <ynots...@hotmail.com> wrote:

> On 2/8/20 11:31 AM, Jim Dodgen wrote:
>
> What am I doing wrong? how come I don't see "rtsp" in the "must be" list?
> ...
> netcam_url value rtsp://
> xxx:xxx@192.168.0.8:80/cam/realmonitor?channel=1&subtype=0
> ...
>
>
> It's a simple line-editing error. Try:
> netcam_url rtsp://
> xxx:xxx@192.168.0.8:80/cam/realmonitor?channel=1&subtype=0
> _______________________________________________
> 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: 2
Date: Sat, 8 Feb 2020 22:55:42 +0000
From: Dave Howorth <d...@howorth.org.uk>
To: motion-user@lists.sourceforge.net
Subject: Re: [Motion-user] Missing frames in movies
Message-ID: <20200208225542.16a3d...@acer-suse.lan>
Content-Type: text/plain; charset=US-ASCII

On Sat, 8 Feb 2020 15:57:55 -0500
Jack Christensen <christensen.jac...@gmail.com> wrote:

> Once Motion starts recording a movie, should it continually capture
> frames at the configured rate until the end of the event? I am using a
> framerate of 4, but missing frames are common, and only seeing one
> frame per second in the recorded movie is not unusual. If this is
> expected behavior, what causes it?

Dunno, but I see similar things on my system and I put it down to
limited processor power. My system is an older pi and my camera is
USB-connected, which I believe make my problems worse so I've never got
around to investigating further. I see a frame rate of 1 or 2 frames a
second, very rarely a third.

> I am using Raspberry Pi Zero Ws with V2 Pi cameras. I have observed
> this with Motion 4.2.2 both on Raspbian Lite Stretch and Raspbian Lite
> Buster, but it seems more pronounced with Buster.
> 
> Config file attached.



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

Message: 3
Date: Sat, 8 Feb 2020 23:39:22 +0000
From: "John D. Gwinner" <j...@gwinner.org>
To: Motion discussion list <motion-user@lists.sourceforge.net>
Subject: Re: [Motion-user] Missing frames in movies
Message-ID:
        
<sn6pr01mb4224214a4300c1dc80b5a720c3...@sn6pr01mb4224.prod.exchangelabs.com>
        
Content-Type: text/plain; charset="us-ascii"

Probably - we upgraded our embedded project to a Pi 4, and now can record full 
frame video off USB3 without too much trouble, but I haven't benchmarked 
anything. 

Most people look at 'top' and see less than 100% CPU, but without some of the 
tricks documented in the config file, a lot of that is via just one CPU, so 
really, you're tapped out. 

        == John ==

> -----Original Message-----
> From: Dave Howorth <d...@howorth.org.uk>
> Dunno, but I see similar things on my system and I put it down to
> limited processor power. My system is an older pi and my camera is
> USB-connected, which I believe make my problems worse so I've never got
> around to investigating further. I see a frame rate of 1 or 2 frames a
> second, very rarely a third.



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

Message: 4
Date: Sun, 9 Feb 2020 11:22:20 +0200
From: tosiara <tosi...@gmail.com>
To: j...@dodgen.us, Motion discussion list
        <motion-user@lists.sourceforge.net>
Subject: Re: [Motion-user] netcam_start: Invalid netcam service
        'rtsp'?
Message-ID:
        <CACHTdwSh8JfZj2TWU9omp=gUH3a9iX=fafsc1k-buna7hq5...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

The format is "netcam_url value" where you must replace "value" with your
actual url.

On Sun, Feb 9, 2020, 00:36 Jim Dodgen <jim.dod...@gmail.com> wrote:

> thank you,
>
> Well that worked.
>  I do see the "value" on some other camera configurations and they are
> working.  Is there a rule I am missing?
> like:
>  netcam_url value http://...  --- is working
> and:
> netcam_url rtsp://...   -- works, and cannot have the "value" ?
>
> This is my first upgrade since version 4.0. I thin the "value" has been
> depreciated and still works in a few cases.
> So I assume that we should not use the "value"  is that true?
>
> Thanks for the help
>
> Jim "Jed" Dodgen
> j...@dodgen.us
>
>
> On Sat, Feb 8, 2020 at 12:43 PM Tony Ross <ynots...@hotmail.com> wrote:
>
>> On 2/8/20 11:31 AM, Jim Dodgen wrote:
>>
>> What am I doing wrong? how come I don't see "rtsp" in the "must be" list?
>> ...
>> netcam_url value rtsp://
>> xxx:xxx@192.168.0.8:80/cam/realmonitor?channel=1&subtype=0
>> ...
>>
>>
>> It's a simple line-editing error. Try:
>> netcam_url rtsp://
>> xxx:xxx@192.168.0.8:80/cam/realmonitor?channel=1&subtype=0
>> _______________________________________________
>> 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
>
> _______________________________________________
> 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...

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



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

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 164, Issue 18
********************************************

Reply via email to