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. Motion detection event every time the new file is started (Bartosz Kiziukiewicz) 2. Re: Motion detection event every time the new file is started (tosiara) 3. Python object-detection post-hook repo (Peter Torelli) 4. Re: Motion detection event every time the new file is started (Bartosz Kiziukiewicz) ---------------------------------------------------------------------- Message: 1 Date: Thu, 12 Aug 2021 15:06:43 +0200 From: Bartosz Kiziukiewicz <kiz...@gmail.com> To: motion-user@lists.sourceforge.net Subject: [Motion-user] Motion detection event every time the new file is started Message-ID: <65d0618c-a1c3-45e5-93c9-33226c622...@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Hi, I'm using motion 4.3.2 on Debian 11 (testing) with motionEye 0.42.1 as a frontend. Recently I enabled motion detection with e-mail notification on one of cameras to see how it behaves. So now I'm getting an e-mail every 1800 seconds (this is the time that movie_max_time is set to). Is there any solution for this behavior? Bartosz ------------------------------ Message: 2 Date: Thu, 12 Aug 2021 23:06:24 +0300 From: tosiara <tosi...@gmail.com> To: Motion discussion list <motion-user@lists.sourceforge.net> Subject: Re: [Motion-user] Motion detection event every time the new file is started Message-ID: <CACHTdwQ9Yn5KE3FNgF6tDs6V6YcnCX==iabtnkx3ux-usev...@mail.gmail.com> Content-Type: text/plain; charset="utf-8" Yes, there was a fix for this in the latest master: https://github.com/Motion-Project/motion/pull/1339 Can you try to compile the latest master branch to see if that resolves? On Thu, Aug 12, 2021, 16:08 Bartosz Kiziukiewicz <kiz...@gmail.com> wrote: > Hi, > I'm using motion 4.3.2 on Debian 11 (testing) with motionEye 0.42.1 as a > frontend. > Recently I enabled motion detection with e-mail notification on one of > cameras to see how it behaves. > So now I'm getting an e-mail every 1800 seconds (this is the time that > movie_max_time is set to). > Is there any solution for this behavior? > > Bartosz > > > _______________________________________________ > 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: 3 Date: Thu, 12 Aug 2021 13:11:21 -0700 From: Peter Torelli <peter.j.tore...@gmail.com> To: Motion discussion list <motion-user@lists.sourceforge.net> Subject: [Motion-user] Python object-detection post-hook repo Message-ID: <CABGiWyt4+DjdyLFvyBYnNFrCK9EKyGcrOJpG+=+lhnprxic...@mail.gmail.com> Content-Type: text/plain; charset="utf-8" A few months ago I asked this list if there was a way to natively perform object detection inside the main motion code. Since that isn't feasible, and since I didn't get a response with existing projects, I wrote a quick post-processor that uses SSD Mobilenet trained on COCO running on the Google Coral USB Accelerator. I got tired of wrangling the DeepStream SDK additions to GStreamer on my Xavier AGX, so this is a nice compromise. https://github.com/petertorelli/motion-nnet Basically it is a server that analyzes the component pictures of an event movie, and if it detects one of the 90 classes, it moves that MP4 to another folder (or you could push it to the cloud, or whatever). It cuts back on having to look at lots of shadows during the day, or bugs and rain at night. The server is triggered by a call from motion after a movie write event to the client python script that takes %f as the input parameter. The files must start with %v for the event so that the server knows which pictures to scan. Hopefully someone finds this useful, as I'm glad to not have to sort through hundreds of bogus movies (Caveat: SSDMobileNet isn't as good as a big ResNet with classical feature extraction, so you won't get everything... this is just a first shot at cutting back on noise). Peter -------------- next part -------------- An HTML attachment was scrubbed... ------------------------------ Message: 4 Date: Fri, 13 Aug 2021 11:20:57 +0200 From: Bartosz Kiziukiewicz <kiz...@gmail.com> To: Motion discussion list <motion-user@lists.sourceforge.net>, tosiara <tosi...@gmail.com> Subject: Re: [Motion-user] Motion detection event every time the new file is started Message-ID: <4a1c3c65-0a30-a57e-fd10-8bbbc4d97...@gmail.com> Content-Type: text/plain; charset="utf-8"; Format="flowed" Many thanks for your hint. I have compiled it from source and now the notification does not happen any more. On 8/12/21 10:06 PM, tosiara wrote: > Yes, there was a fix for this in the latest master: > > https://github.com/Motion-Project/motion/pull/1339 > <https://github.com/Motion-Project/motion/pull/1339> > > Can you try to compile the latest master branch to see if that resolves? > > > > On Thu, Aug 12, 2021, 16:08 Bartosz Kiziukiewicz <kiz...@gmail.com > <mailto:kiz...@gmail.com>> wrote: > > Hi, > I'm using motion 4.3.2 on Debian 11 (testing) with motionEye > 0.42.1 as a > frontend. > Recently I enabled motion detection with e-mail notification on > one of > cameras to see how it behaves. > So now I'm getting an e-mail every 1800 seconds (this is the time > that > movie_max_time is set to). > Is there any solution for this behavior? > > Bartosz > > > _______________________________________________ > 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> > > > > _______________________________________________ > 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 182, Issue 4 *******************************************