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: Motion and ai (Jake Stride) 2. Re: Motion and ai (Frank Dias) 3. Re: Motion and ai (Alexander Sprunt) ---------------------------------------------------------------------- Message: 1 Date: Wed, 4 Sep 2019 07:33:08 +0800 From: Jake Stride <j...@stride.me.uk> To: Motion discussion list <motion-user@lists.sourceforge.net> Subject: Re: [Motion-user] Motion and ai Message-ID: <CAOO87zN2z0R2ijsfSdb6x=Ju1mu-_OrUsezskL9c=etzyun...@mail.gmail.com> Content-Type: text/plain; charset="utf-8" Take a look at on_event_start and on_event_end I use that to run scripts that kick off TensorFlow models On Wed, 4 Sep 2019 at 06:53, Frank Dias <fr...@djfamily.net> wrote: > I do not want motion to do the motion detection, I am looking at using > different ai models to perform the detection, like person (male or female) > facial detection and maybe one for fall detection. Endless possibilities > > On Tue, Sep 3, 2019, 5:20 PM Ronnie McMaster <ronnie.mcmas...@gmail.com> > wrote: > >> Motion can do what you're talking about. Not sure if you really want to >> call it AI, though. >> >> On Tue, Sep 3, 2019 at 1:56 PM Frank Dias <fr...@djfamily.net> wrote: >> >>> I have been looking for a way to monitor multiple cameras, that would be >>> feed to ai. The ai would do analysis of the feed. Upon detection of motion >>> or object it would make a recording of the detection a would include 10sec >>> prior to detection. >>> >>> Anyone have anything close to the idea, ways for ai interaction? >>> >>> Frank >>> _______________________________________________ >>> 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 > > _______________________________________________ > 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: Tue, 3 Sep 2019 20:06:17 -0500 From: Frank Dias <fr...@djfamily.net> To: aspr...@alum.mit.edu, Motion discussion list <motion-user@lists.sourceforge.net> Subject: Re: [Motion-user] Motion and ai Message-ID: <CAH9d9TEkgP=fh3-uio8sgzj6+y_fuogwep7_jobrkeauphb...@mail.gmail.com> Content-Type: text/plain; charset="utf-8" Alexander, Can you share with me what you did it's very close to what I am trying to setup. I have plans to take that forward to additional triggers that could open devices or turn on stuff. On Tue, Sep 3, 2019, 6:50 PM Alexander Sprunt <aspr...@gmail.com> wrote: > Frank, > > I'm not sure if this is what you're looking for, but I use Motion as a > trigger for Tensorflow based object (people, birds, bicycles, etc.) > detection. The nature of my application is that Motion is often tripped by > shadow movement, and I wanted to cut down on the false positives. > > This was relatively easy to setup by configuring Motion to call the > necessary script at the end of each event. > > Thanks, > Alex > > On Tue, Sep 3, 2019, 3:54 PM Frank Dias <fr...@djfamily.net> wrote: > >> I do not want motion to do the motion detection, I am looking at using >> different ai models to perform the detection, like person (male or female) >> facial detection and maybe one for fall detection. Endless possibilities >> >> On Tue, Sep 3, 2019, 5:20 PM Ronnie McMaster <ronnie.mcmas...@gmail.com> >> wrote: >> >>> Motion can do what you're talking about. Not sure if you really want to >>> call it AI, though. >>> >>> On Tue, Sep 3, 2019 at 1:56 PM Frank Dias <fr...@djfamily.net> wrote: >>> >>>> I have been looking for a way to monitor multiple cameras, that would >>>> be feed to ai. The ai would do analysis of the feed. Upon detection of >>>> motion or object it would make a recording of the detection a would include >>>> 10sec prior to detection. >>>> >>>> Anyone have anything close to the idea, ways for ai interaction? >>>> >>>> Frank >>>> _______________________________________________ >>>> 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 >> >> _______________________________________________ >> 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... ------------------------------ Message: 3 Date: Tue, 3 Sep 2019 21:07:10 -0700 From: Alexander Sprunt <aspr...@gmail.com> To: Frank Dias <fr...@djfamily.net> Cc: aspr...@alum.mit.edu, Motion discussion list <motion-user@lists.sourceforge.net> Subject: Re: [Motion-user] Motion and ai Message-ID: <CAPABqEW9tuWapxXWKK=DUGjDoa4G6oFwvyvK63CfwRc9Z=p...@mail.gmail.com> Content-Type: text/plain; charset="utf-8" Frank, Sure. This has drifted from a discussion of Motion itself, however, so I'll email you directly. Thanks, Alex On Tue, Sep 3, 2019 at 6:06 PM Frank Dias <fr...@djfamily.net> wrote: > Alexander, > > Can you share with me what you did it's very close to what I am trying to > setup. I have plans to take that forward to additional triggers that could > open devices or turn on stuff. > > > On Tue, Sep 3, 2019, 6:50 PM Alexander Sprunt <aspr...@gmail.com> wrote: > >> Frank, >> >> I'm not sure if this is what you're looking for, but I use Motion as a >> trigger for Tensorflow based object (people, birds, bicycles, etc.) >> detection. The nature of my application is that Motion is often tripped by >> shadow movement, and I wanted to cut down on the false positives. >> >> This was relatively easy to setup by configuring Motion to call the >> necessary script at the end of each event. >> >> Thanks, >> Alex >> >> On Tue, Sep 3, 2019, 3:54 PM Frank Dias <fr...@djfamily.net> wrote: >> >>> I do not want motion to do the motion detection, I am looking at using >>> different ai models to perform the detection, like person (male or female) >>> facial detection and maybe one for fall detection. Endless possibilities >>> >>> On Tue, Sep 3, 2019, 5:20 PM Ronnie McMaster <ronnie.mcmas...@gmail.com> >>> wrote: >>> >>>> Motion can do what you're talking about. Not sure if you really want to >>>> call it AI, though. >>>> >>>> On Tue, Sep 3, 2019 at 1:56 PM Frank Dias <fr...@djfamily.net> wrote: >>>> >>>>> I have been looking for a way to monitor multiple cameras, that would >>>>> be feed to ai. The ai would do analysis of the feed. Upon detection of >>>>> motion or object it would make a recording of the detection a would >>>>> include >>>>> 10sec prior to detection. >>>>> >>>>> Anyone have anything close to the idea, ways for ai interaction? >>>>> >>>>> Frank >>>>> _______________________________________________ >>>>> 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 >>> >>> _______________________________________________ >>> 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 159, Issue 4 *******************************************