Send Motion-user mailing list submissions to
[email protected]
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
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Motion-user digest..."
Today's Topics:
1. Re: Debian repository with 4.3.0? (tosiara)
2. Re: Replay scenes -- network_url file:// (Rainer Dorsch)
3. Re: Replay scenes -- network_url file:// (tosiara)
----------------------------------------------------------------------
Message: 1
Date: Wed, 26 Feb 2020 10:03:10 +0200
From: tosiara <[email protected]>
To: Motion discussion list <[email protected]>
Subject: Re: [Motion-user] Debian repository with 4.3.0?
Message-ID:
<cachtdwrs7t0dggjiggkjrinr+s0thgejuqub3vp+ddput4u...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
You can build latest 4.3 deb locally, like this:
git clone https://github.com/Motion-Project/motion-packaging
cd motion-packaging
DEB_BUILD_OPTIONS=nocheck ./builddeb.sh
If you are missing dependencies - watch out the output, it will suggest
running apt-get
After installing and re-running build command do:
sudo apt-get remove motion
sudo dpkg -i bionic_motion_4.3.0+git20200122-346ad0d-1_amd64.deb
On Tue, Feb 25, 2020 at 9:47 PM Mike Sims <[email protected]> wrote:
> Does anyone know if there is a Debian repository that I can add to my apt
> settings so that I can update to 4.3.0 using the apt-get method? Current
> default repositories only have 4.1.1
>
> Thank you,
>
> Mike Sims
> _______________________________________________
> Motion-user mailing list
> [email protected]
> 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: Wed, 26 Feb 2020 10:57:35 +0100
From: Rainer Dorsch <[email protected]>
To: Motion discussion list <[email protected]>
Subject: Re: [Motion-user] Replay scenes -- network_url file://
Message-ID: <2331039.cIrvANnVdn@nanette>
Content-Type: text/plain; charset="us-ascii"
Hi,
a quick question for network_url file:///
is there a way to make motion exiting if the file ends?
rd@master:~/Motion$ motion -c /home/rd/Motion/motion/motion.conf -d 9 -n
does not return unfortunately :-/
Also is there a better way to find out if there was an event detected than to
grep the log file for motion_detected?
Thanks
Rainer
On Dienstag, 25. Februar 2020 20:32:56 CET Rainer Dorsch via Motion-user
wrote:
> Hi,
>
> in order to optimize parameters, I would be quite beneficial to be able to
> replay some scenes or even just a few days of video material. I found the
> file:// input of netcam_url, which looks very promising.
>
> I thought that capturing the camera stream with ffmpeg is best to get a good
> one-to-one correspondence of running on the file:// replay and running on
> the camera stream rtsp:// itself.
>
> I am struggling somewhat with the sentence
>
> "Note that since the file may have been created using a different framerate
> than specified in the Motion config file, the file may be processed at
> either a faster or slower rate than real time."
>
> Does "processed" mean just CPU utilization or does it mean that the replay
> will not work properly on time based options (e.g. event_gap) or even worse
> on frame based options?
>
> Thanks
> Rainer
>
>
>
>
> _______________________________________________
> Motion-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/motion-user
> https://motion-project.github.io/
>
> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user
------------------------------
Message: 3
Date: Wed, 26 Feb 2020 12:12:09 +0200
From: tosiara <[email protected]>
To: Motion discussion list <[email protected]>
Subject: Re: [Motion-user] Replay scenes -- network_url file://
Message-ID:
<CACHTdwRM3KNtFqKYGWz0sgbNPJUox535UrAzdNGYV-sQ=zx...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
For motion detection you can use scripts:
https://motion-project.github.io/motion_config.html#on_motion_detected
On Wed, Feb 26, 2020 at 11:55 AM Rainer Dorsch via Motion-user <
[email protected]> wrote:
> Hi,
>
> a quick question for network_url file:///
>
> is there a way to make motion exiting if the file ends?
>
> rd@master:~/Motion$ motion -c /home/rd/Motion/motion/motion.conf -d 9 -n
>
> does not return unfortunately :-/
>
> Also is there a better way to find out if there was an event detected than
> to
> grep the log file for motion_detected?
>
> Thanks
> Rainer
>
> On Dienstag, 25. Februar 2020 20:32:56 CET Rainer Dorsch via Motion-user
> wrote:
> > Hi,
> >
> > in order to optimize parameters, I would be quite beneficial to be able
> to
> > replay some scenes or even just a few days of video material. I found the
> > file:// input of netcam_url, which looks very promising.
> >
> > I thought that capturing the camera stream with ffmpeg is best to get a
> good
> > one-to-one correspondence of running on the file:// replay and running on
> > the camera stream rtsp:// itself.
> >
> > I am struggling somewhat with the sentence
> >
> > "Note that since the file may have been created using a different
> framerate
> > than specified in the Motion config file, the file may be processed at
> > either a faster or slower rate than real time."
> >
> > Does "processed" mean just CPU utilization or does it mean that the
> replay
> > will not work properly on time based options (e.g. event_gap) or even
> worse
> > on frame based options?
> >
> > Thanks
> > Rainer
> >
> >
> >
> >
> > _______________________________________________
> > Motion-user mailing list
> > [email protected]
> > 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
> [email protected]
> 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/motion-user
------------------------------
End of Motion-user Digest, Vol 164, Issue 39
********************************************