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: stop motion detect on one camera (tosiara) 2. Re: stop motion detect on one camera (vector457) ---------------------------------------------------------------------- Message: 1 Date: Fri, 21 Jun 2019 10:34:21 +0300 From: tosiara <tosi...@gmail.com> To: Motion discussion list <motion-user@lists.sourceforge.net> Subject: Re: [Motion-user] stop motion detect on one camera Message-ID: <CACHTdwRNdxCDmWm9rz=Wr7zd01bd=rjaeqdtzjbdxyyxmjz...@mail.gmail.com> Content-Type: text/plain; charset="UTF-8" So you want motion that has multiple cameras to start with one specific camera paused? This would be a feature request as so far there no per-camera config option to start with detection paused As a workaround you can control motion detection per camera using HTTP API: curl http://{IP}:{port}/{camid}/detection/pause On Fri, Jun 21, 2019 at 1:00 AM vector457 <vector...@gmail.com> wrote: > > sorry I am not being clear. Im trying to stop the motion detection > process in only ONE of the cameras. > The others should still have motion detection. So its not a global on > off but a specific camera. > > Im confused because the Motion detection parameters are in the > motion.conf (as such global) and not in the camera.conf files. > For a number of reasons Id like to turn off detection on one of my cameras. > One of which because, to process motion detection, be it with or without > mask or low high thresholds takes cpu cycles?Id like to bypass this > process on this particular camera as its not needed. > > So the question is , using the conf files, how do I bypass motion > detection on a specific camera, (ie no recording, but still available > for live feed via web interface) but leaving the others in detection mode. > > What would really be nice is to also allow one camera, with motion > detect running, to auto trigger other cameras to rec but thats another > idea im playing with. > thanks > > > On 20/6/19 8:31 pm, tosiara wrote: > > If you don't need motion detection at all you can start motion with -m: > > > > -m Disable motion detection at startup. > > > > On Thu, Jun 20, 2019 at 12:42 AM Mark <vector...@gmail.com> wrote: > >> thanks guys thought I was missing something fundamental :) I tried the url > >> pause but that dosen't last thru a reset. Was hoping it had a mate or > >> something in the config. > >> > >> Was beginning to think mask was the only way but then I was not wanting to > >> waste cpu cycles(ie processing) Will try the threshold. > >> > >> On 19/06/2019 10:52 pm, Harlan Daneker wrote: > >> > >> threshold 45000000000000 > >> > >> On Wed, Jun 19, 2019 at 8:44 AM Ronnie McMaster > >> <ronnie.mcmas...@gmail.com> wrote: > >>> The easiest way to do it my be creating the mask file as being all black, > >>> which makes it never detect anything. > >>> Thanks, > >>> Ronnie McMaster > >>> > >>> > >>> On Wed, Jun 19, 2019 at 3:03 AM tosiara <tosi...@gmail.com> wrote: > >>>> To pause motion detection: > >>>> > >>>> curl http://localhost:8080/0/detection/pause > >>>> > >>>> Url may change depending on your config > >>>> > >>>> On Wed, Jun 19, 2019 at 11:52 AM vector457 <vector...@gmail.com> wrote: > >>>>> Hi All, > >>>>> > >>>>> I must be blind I have looked thru the manual but cant see where to > >>>>> "turn off" motion detect on one of the cameras. > >>>>> > >>>>> Im happy with just a few triggering on motion and the others just > >>>>> viewable via the live feed > >>>>> > >>>>> > >>>>> > >>>>> _______________________________________________ > >>>>> 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 > >> > >> _______________________________________________ > >> 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: 2 Date: Fri, 21 Jun 2019 17:38:13 +1000 From: vector457 <vector...@gmail.com> To: motion-user@lists.sourceforge.net Subject: Re: [Motion-user] stop motion detect on one camera Message-ID: <dca5109c-28c3-f4a3-32f8-c4afaf796...@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed thanks for clarifying that. I just wanted to make sure I wasnt missing something. I guess its a strange configuration for most users. For now Ill use the workaround. many thanks. On 21/6/19 5:34 pm, tosiara wrote: > So you want motion that has multiple cameras to start with one > specific camera paused? > This would be a feature request as so far there no per-camera config > option to start with detection paused > > As a workaround you can control motion detection per camera using HTTP API: > curl http://{IP}:{port}/{camid}/detection/pause > > On Fri, Jun 21, 2019 at 1:00 AM vector457 <vector...@gmail.com> wrote: >> sorry I am not being clear. Im trying to stop the motion detection >> process in only ONE of the cameras. >> The others should still have motion detection. So its not a global on >> off but a specific camera. >> >> Im confused because the Motion detection parameters are in the >> motion.conf (as such global) and not in the camera.conf files. >> For a number of reasons Id like to turn off detection on one of my cameras. >> One of which because, to process motion detection, be it with or without >> mask or low high thresholds takes cpu cycles?Id like to bypass this >> process on this particular camera as its not needed. >> >> So the question is , using the conf files, how do I bypass motion >> detection on a specific camera, (ie no recording, but still available >> for live feed via web interface) but leaving the others in detection mode. >> >> What would really be nice is to also allow one camera, with motion >> detect running, to auto trigger other cameras to rec but thats another >> idea im playing with. >> thanks >> >> >> On 20/6/19 8:31 pm, tosiara wrote: >>> If you don't need motion detection at all you can start motion with -m: >>> >>> -m Disable motion detection at startup. >>> >>> On Thu, Jun 20, 2019 at 12:42 AM Mark <vector...@gmail.com> wrote: >>>> thanks guys thought I was missing something fundamental :) I tried the url >>>> pause but that dosen't last thru a reset. Was hoping it had a mate or >>>> something in the config. >>>> >>>> Was beginning to think mask was the only way but then I was not wanting to >>>> waste cpu cycles(ie processing) Will try the threshold. >>>> >>>> On 19/06/2019 10:52 pm, Harlan Daneker wrote: >>>> >>>> threshold 45000000000000 >>>> >>>> On Wed, Jun 19, 2019 at 8:44 AM Ronnie McMaster >>>> <ronnie.mcmas...@gmail.com> wrote: >>>>> The easiest way to do it my be creating the mask file as being all black, >>>>> which makes it never detect anything. >>>>> Thanks, >>>>> Ronnie McMaster >>>>> >>>>> >>>>> On Wed, Jun 19, 2019 at 3:03 AM tosiara <tosi...@gmail.com> wrote: >>>>>> To pause motion detection: >>>>>> >>>>>> curl http://localhost:8080/0/detection/pause >>>>>> >>>>>> Url may change depending on your config >>>>>> >>>>>> On Wed, Jun 19, 2019 at 11:52 AM vector457 <vector...@gmail.com> wrote: >>>>>>> Hi All, >>>>>>> >>>>>>> I must be blind I have looked thru the manual but cant see where to >>>>>>> "turn off" motion detect on one of the cameras. >>>>>>> >>>>>>> Im happy with just a few triggering on motion and the others just >>>>>>> viewable via the live feed >>>>>>> >>>>>>> >>>>>>> >>>>>>> _______________________________________________ >>>>>>> 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 >>>> >>>> _______________________________________________ >>>> 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 ------------------------------ ------------------------------ 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 156, Issue 31 ********************************************