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: Gray images only. Unceasing motion detection. (Kinney Baughman) 2. Re: Gray images only. Unceasing motion detection. (tosiara) 3. Re: stream_maxrate (tosiara) ---------------------------------------------------------------------- Message: 1 Date: Sun, 11 Aug 2019 11:59:30 -0400 From: Kinney Baughman <baughma...@gmail.com> To: Motion discussion list <motion-user@lists.sourceforge.net> Subject: Re: [Motion-user] Gray images only. Unceasing motion detection. Message-ID: <CAKpJUz6KcpbhTcVMOg+PEJotoq5=ms3-roptg2xnkqwjdj0...@mail.gmail.com> Content-Type: text/plain; charset="utf-8" Yes. I am. But Mr. Dave's suggestion seems to have done the trick. I changed vid_control_params to: vid_control_params brightness=100,contrast=100,saturation=100,hue=100 And now I have a picture. Now to adjust all those parameters until I get them where they're supposed to be. Thanks for the response. On Sun, Aug 11, 2019 at 11:45 AM tosiara <tosi...@gmail.com> wrote: > Are you using area_detect? > > On Sun, Aug 11, 2019, 18:22 Kinney Baughman <baughma...@gmail.com> wrote: > >> Stick a fork in me. I'm done. Time to get some help. >> >> I've been using motion for 10+ years. But the latest upgrade to 4.2.2 >> has killed it for me. >> >> I can get motion running. It finds the camera. It then proceeds to find >> motion several times a second. I have an "event_end" script that sends me >> an email with a link to the video sitting on the web root designated for >> motion. Within minutes I have hundreds of emails. >> >> I'm running motion on an Odroid. Using the latest version of Arch >> Linux. The web cam is my tried and true Logitech C260 that I have to >> modprobe uvcvideo in order to use. But I've been doing that since forever. >> >> What have I tried? What haven't I tried. >> >> I carefully compared my old config file with the new one and tried to >> make all the necessary changes. Maybe I missed something or left an old >> directive in and can't see it. But if I did, motion isn't barking about it >> in the log files. >> >> I've run in debug mode until I'm blue in the face. Daemon mode and not >> daemon mode. >> >> After making sure the camera is detected, the palette setting is the >> obvious thing to check. The camera seems to be capable of 2 different >> palettes, YUYV and MJPG. I've tried both. By not specifying the palette, >> I've let motion pick the one it wants. >> >> I've swapped out the camera with another of the same vintage. Nothing >> changes. >> >> Maybe my camera is no longer compatible? After 10+ years, is that >> possible? >> >> For readability, I'm attaching, instead of pasting, the top of my >> motion.log file running in debug mode. Maybe someone can see something I'm >> missing. >> >> Thank you for your attention. >> >> >> >> _______________________________________________ >> 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: Sun, 11 Aug 2019 19:03:00 +0300 From: tosiara <tosi...@gmail.com> To: Motion discussion list <motion-user@lists.sourceforge.net> Subject: Re: [Motion-user] Gray images only. Unceasing motion detection. Message-ID: <CACHTdwRsq7L_OcBkJwXB9WpmKNkmP5-5Ja3QT=edhu+ev5o...@mail.gmail.com> Content-Type: text/plain; charset="utf-8" Great that you have resolved your original issue. Now also check your area_detect as I suspect it is not working as you expect Change: area_detect value 456789 To: area_detect 456789 On Sun, Aug 11, 2019 at 7:00 PM Kinney Baughman <baughma...@gmail.com> wrote: > Yes. I am. > > But Mr. Dave's suggestion seems to have done the trick. > > I changed vid_control_params to: > > vid_control_params brightness=100,contrast=100,saturation=100,hue=100 > > And now I have a picture. Now to adjust all those parameters until I get > them where they're supposed to be. > > Thanks for the response. > > > On Sun, Aug 11, 2019 at 11:45 AM tosiara <tosi...@gmail.com> wrote: > >> Are you using area_detect? >> >> On Sun, Aug 11, 2019, 18:22 Kinney Baughman <baughma...@gmail.com> wrote: >> >>> Stick a fork in me. I'm done. Time to get some help. >>> >>> I've been using motion for 10+ years. But the latest upgrade to 4.2.2 >>> has killed it for me. >>> >>> I can get motion running. It finds the camera. It then proceeds to >>> find motion several times a second. I have an "event_end" script that >>> sends me an email with a link to the video sitting on the web root >>> designated for motion. Within minutes I have hundreds of emails. >>> >>> I'm running motion on an Odroid. Using the latest version of Arch >>> Linux. The web cam is my tried and true Logitech C260 that I have to >>> modprobe uvcvideo in order to use. But I've been doing that since forever. >>> >>> What have I tried? What haven't I tried. >>> >>> I carefully compared my old config file with the new one and tried to >>> make all the necessary changes. Maybe I missed something or left an old >>> directive in and can't see it. But if I did, motion isn't barking about it >>> in the log files. >>> >>> I've run in debug mode until I'm blue in the face. Daemon mode and not >>> daemon mode. >>> >>> After making sure the camera is detected, the palette setting is the >>> obvious thing to check. The camera seems to be capable of 2 different >>> palettes, YUYV and MJPG. I've tried both. By not specifying the palette, >>> I've let motion pick the one it wants. >>> >>> I've swapped out the camera with another of the same vintage. Nothing >>> changes. >>> >>> Maybe my camera is no longer compatible? After 10+ years, is that >>> possible? >>> >>> For readability, I'm attaching, instead of pasting, the top of my >>> motion.log file running in debug mode. Maybe someone can see something I'm >>> missing. >>> >>> Thank you for your attention. >>> >>> >>> >>> _______________________________________________ >>> 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: Sun, 11 Aug 2019 19:21:45 +0300 From: tosiara <tosi...@gmail.com> To: Motion discussion list <motion-user@lists.sourceforge.net> Subject: Re: [Motion-user] stream_maxrate Message-ID: <cachtdwtpbazvx6d2zcu27wmwnjxw-ft1xhxsi3yvwzb3upw...@mail.gmail.com> Content-Type: text/plain; charset="utf-8" stream_maxrate has default value "1". How could it be ignored? "stream_motion on" will force FPS to 1 only when there is no active event. During the event framerate will increase to the one specified in maxrate I'd suggest you to try to troubleshoot your original issue. Motion should stream 1 fps by default On Thu, Aug 8, 2019 at 10:09 PM Ronnie McMaster <ronnie.mcmas...@gmail.com> wrote: > Yes. All of the other inputs were working properly. I did find the fix > myself, though. *stream_motion* has to be set in this latest version of > Motion in order for the *stream_maxrate* to be recognized. > Thanks, > Ronnie McMaster > > > On Thu, Aug 8, 2019 at 12:53 PM Thomas Drebert <dreb...@web.de> wrote: > >> Hello, >> >> not that I know, but do you start motion with the correct config file? >> >> regards >> Thomas D. >> >> Am Do., 8. Aug. 2019 um 20:26 Uhr schrieb Ronnie McMaster >> <ronnie.mcmas...@gmail.com>: >> > >> > I have stream_maxrate set to 1 FPS, but that is being ignored when >> streaming to remote devices. Is there another setting that needs to be >> enabled/adjusted? >> > >> > Thanks, >> > Ronnie >> > _______________________________________________ >> > 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 158, Issue 21 ********************************************