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: Debian repository with 4.3.0? (Rainer Dorsch)
   2. Re: Motion blockers (Colin Law)
   3. Re: Image review utility (prismb...@gmail.com)
   4. Re: Debian repository with 4.3.0? (Mike Sims)


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

Message: 1
Date: Tue, 25 Feb 2020 21:20:13 +0100
From: Rainer Dorsch <m...@bokomoko.de>
To: Motion discussion list <motion-user@lists.sourceforge.net>
Subject: Re: [Motion-user] Debian repository with 4.3.0?
Message-ID: <4296790.s84vMILuM7@nanette>
Content-Type: text/plain; charset="us-ascii"

Hi Mike,

I re-compiled the deb package of 4.2.2 of sid for buster for myself sometime 
ago.

Was straight forward, just download the Debian sources, the package 
dependencies and build. I think I used

dpkg-buildpackage -rfakeroot -us -uc

but https://wiki.debian.org/BuildingTutorial

suggests debuild.

I did not see an announcement of 4.3.0 also

https://motion-project.github.io/motion_news.html

does not mention it. I found it in the Download section, is there any other 
place where it gets announced?

Thanks
Rainer

On Dienstag, 25. Februar 2020 20:45:50 CET Mike Sims 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







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

Message: 2
Date: Tue, 25 Feb 2020 21:45:33 +0000
From: Colin Law <clan...@gmail.com>
To: Motion discussion list <motion-user@lists.sourceforge.net>
Subject: Re: [Motion-user] Motion blockers
Message-ID:
        <CAL=0glv7akfwcyzovgbpvmm8cfz8i8bmsl9d1+o_1h9y3kr...@mail.gmail.com>
Content-Type: text/plain; charset="UTF-8"

Also there is the mask file feature that enables you to define down to
pixel level which areas to watch.

Colin

On Tue, 25 Feb 2020 at 18:45, <ptm5...@blackfoot.net> wrote:
>
> In the Configuration file (general, or individual camera)
> lightswitch_percent and lightswitch_frames have worked pretty well for me.
>
> On 2/25/20 10:52 AM, Rainer Dorsch via Motion-user wrote:
> > Hi,
> >
> > I used zoneminder some time back, but due to the much better and more 
> > reliable
> > packaging for Debian I moved to motion.
> >
> > One nice feature which was very useful for me in zoneminder to reduce false
> > motion positives, was to define a zone (mask in motion), which blocked 
> > motion
> > if changes have been visible there.
> >
> > A typical example would be to block motion detection when e.g. sun
> > illumination changes:
> > - declare one or multiple zones at e.g. a wall at a height of e.g. 4 m, 
> > where
> > you would never expect motion
> > - if motion is detected there, then any detection in the areas to monitor is
> > likely to be a false alarm as well.
> >
> > Are there any recommended options in motion to achieve something similar?
> >
> > How do you handle changing sun or other illumination in motion?
> >
> > Many thanks
> > Rainer
> >
> >
> >
> >
> > _______________________________________________
> > 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



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

Message: 3
Date: Tue, 25 Feb 2020 14:11:06 -0800
From: prismb...@gmail.com
To: Motion discussion list <motion-user@lists.sourceforge.net>
Subject: Re: [Motion-user] Image review utility
Message-ID:
        <CAGd+P+ZRMz0urS_87bxJOTFEgH=xu_+83bc2z_vtcyvcrrw...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Back in 2015 I wanted something to quickly create masks and used python and
convert from imagemagick. It was using these libs:

#!/usr/bin/python
from Tkinter import *
from tkFileDialog import askopenfilename
import Image, ImageTk
import sys



On Tue, Feb 25, 2020 at 10:10 AM <ptm5...@blackfoot.net> wrote:

> Hi Mike
>
> First, thanks for posting your program. It gave me some good ideas for
> what I want to do for a similar project.
>
> As I posted earlier, your program would not run for me. For anyone else
> who runs into this situation, a solution is to comment out lines 82 and 83
> for the first run through:
>
> #with open(self.log_file, 'r') as filelist:
> #            self.data = json.load(filelist)
>
> This will produce a properly formated self.log_file later in the program;
> the lines can be uncommented after the first run. It doesn't seem to make
> much difference either way.
>
> Your program also seems to have a problem moving between directories. That
> might be because some of my picture directories are empty. I haven't had a
> chance to run that down yet.
>
> There are other problems: moving between directories, deleting all files
> crashes, "File -> Close" doesn't do anything. I haven't had a chance to run
> these down yet.
>
> Fun to work with Python again after 15+ years ...
>
> Pete
>
> On 2/22/20 12:29 PM, ptm5...@blackfoot.net wrote:
>
> Hi Mike
>
> Was thinking of trying something like this for my motion setup, which I
> have working well.
>
> I downloaded your project, set the variables, and ran it.  Got stopped
> cold at 'open(self.log_file, 'r') as filelist: no such file. I created an
> empty file, but that doesn't help, as I get stopped later in the program
> when the file is parsed. Seems like it's expecting an already loaded file
> to start.
>
> I'm not a programmer; any skills I ever had are extremely rusty so if this
> is too stupid to even contemplate, that's ok. Otherwise, maybe some insight
> into what I'm not doing correctly?
>
> Thanks, Pete
>
> On Feb 20, 2020 8:43 AM, Mike Sherman <wheelwrightm...@gmail.com>
> <wheelwrightm...@gmail.com> wrote:
>
> I wrote a small python program to help me quickly review the captured
> motion images.
>
> I just published it on Github at
> https://github.com/mike-sherman/imagereview.py 3
> <https://github.com/mike-sherman/imagereview.py>
>
> The program reviews the images after they have been copied from the cloud
> down to the local computer and deletes unwanted images from the local
> computer. The cloud sync then deletes the images from the cloud.
>
> I don?t know if this would be useful for anyone else, but I?m putting it
> out there just in case it might be.
>
> -Mike
>
>
> --
> Mike Sherman    ----    wheelwrightm...@gmail.com
>
>
>
>
> _______________________________________________
> Motion-user mailing 
> listMotion-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/motion-userhttps://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...

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

Message: 4
Date: Tue, 25 Feb 2020 21:21:01 -0800
From: Mike Sims <sims.m...@gmail.com>
To: Motion discussion list <motion-user@lists.sourceforge.net>
Subject: Re: [Motion-user] Debian repository with 4.3.0?
Message-ID:
        <CAMVmR8Ys3YksKmE70kSzUkkyMc3TmoBi3-iT5GQjXNi=bfi...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

" I found it in the Download section, is there any other place where it
gets announced?"

Please forgive my ignorance - I am apparently not versed on software
distribution protocol as it pertains to repository publishing. Can I
assume, based on your question, that one should not expect to see a package
in a repository until it has been formally "announced" - in some way?

Thank you,

Mike Sims

On Tue, Feb 25, 2020 at 12:18 PM Rainer Dorsch via Motion-user <
motion-user@lists.sourceforge.net> wrote:

> Hi Mike,
>
> I re-compiled the deb package of 4.2.2 of sid for buster for myself
> sometime
> ago.
>
> Was straight forward, just download the Debian sources, the package
> dependencies and build. I think I used
>
> dpkg-buildpackage -rfakeroot -us -uc
>
> but https://wiki.debian.org/BuildingTutorial
>
> suggests debuild.
>
> I did not see an announcement of 4.3.0 also
>
> https://motion-project.github.io/motion_news.html
>
> does not mention it. I found it in the Download section, is there any
> other
> place where it gets announced?
>
> Thanks
> Rainer
>
> On Dienstag, 25. Februar 2020 20:45:50 CET Mike Sims 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
> 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 37
********************************************

Reply via email to