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 glitching but only one of of two identical cameras (Barry Martin) 2. Re: Separate PC vs VM vs using common use PC (Roger Heflin) 3. Re: Separate PC vs VM vs using common use PC (Kinney Baughman) ---------------------------------------------------------------------- Message: 1 Date: Fri, 4 Jun 2021 10:12:20 -0500 From: Barry Martin <barry3mar...@gmail.com> To: motion-user@lists.sourceforge.net Subject: Re: [Motion-user] Gray glitching but only one of of two identical cameras Message-ID: <9ce0488a-471c-81da-8fbe-7eb415c7b...@gmail.com> Content-Type: text/plain; charset="utf-8"; Format="flowed" Hi Folks! I think I have most of my problems solved, thanks to Roger and Mark for their suggestions (and patience!). The cause of the problem seemed to be multiple ? which doesn?t simplify troubleshooting. First issued seemed to be with the wall wart. Replaced an approved wallwart (5.1v @ 3,000 mA) with another approved wallwart (5.1 @ 3.0A ? same ratings) and my gray glitchings mostly went away! I?m not ambitious to check if the original power supply droops under load, though I do have it marked to test later ? probably is fine except under a heavy load of two USB cameras. The other item seemed to be I was ?starving? the CPU of memory. With the RPi4 it seems the graphics memory doesn?t need to be all that much. I had set gpu_mem to 256 MB and had some glitching; reduced to the current 128 MB seemed to have eliminated the glitchings. I had also reduced the framerate from 15 to 10 to finally 5. I?m not sure if the framerate needs to be this low but for security-type recordings/monitoring the outside seems adequate. I had also played with framerate and memory settings sort of concurrently so my results are intermixed. And of course just as all was going well Summer hit and I lost the cameras when the Storage Area (Attic) got warm. Measured ?on? the camera 104?F (non-contact thermometer?s red dot on one camera ? thanks to Roger for reminding me of distance/more generalized reading detail!). I did contact the seller/manufacturer and replied the operating temperature of the camera is -20 to 70?C (-4 to 158?F). Hmmmm: both of mine don?t seem to like much over 100. Roger suggested white tape to reflect heat; I?m not so sure that?s going to work here. Going to Rube Goldberg things a bit and try Peltier Junctions on the back panels (cameras are in a metal case). Probably end up with pictures of frost! <g> If that doesn?t work will have to either move the cameras to a cooler location or try some rated for high heat conditions. Barry -------------- next part -------------- An HTML attachment was scrubbed... ------------------------------ Message: 2 Date: Fri, 4 Jun 2021 11:10:17 -0500 From: Roger Heflin <roger.hef...@gmail.com> To: Motion discussion list <motion-user@lists.sourceforge.net> Subject: Re: [Motion-user] Separate PC vs VM vs using common use PC Message-ID: <caamcdeebph7h7brtxkvxowm3s51thpycv82jp8bcnmhxwn7...@mail.gmail.com> Content-Type: text/plain; charset="utf-8" I have to agree with Jack. The config of motion is so easy and it's dependencies are so trivial that there is no decent technical reason to isolate it into its own vm. I have used my KVM guests to do my taxes and it is only up once in while, no reason to keep it up. On Thu, Jun 3, 2021 at 7:02 PM Jack Christensen < christensen.jac...@gmail.com> wrote: > I've been using VirtualBox to run Windows and occasionally other Linux > OS as guests under Mint 20.1 for the better part of a year. It works > amazingly well, is easy to set up, and the learning curve is pretty > gentle. However, none of the guests (nor the host system) are up full > time. I use Windows a couple times a week for one or two applications. > > Having said that, without thinking it through very much, it would seem > like a Linux guest just for motion under a Linux host system might just > be an unnecessary layer of complexity. Perhaps a case could be made, > depending on the environment and requirements. > > A good intro to VirtualBox: https://www.youtube.com/watch?v=OWmD8obq4eQ > > On 6/3/21 5:39 PM, Rainer wrote: > > Hi All, > > > > first off - I know Virtual Machines are a setup separating OS from > > base OS, but my knowledge about VM kinda stops there. > > > > I have been using a separate PC (Intel i5) to run motion, mainly for > > trial and error. > > > > Now that I think the setup is running well, I am wondering which > > option to choose: > > > > 1) continue separate PC, though it is a 3rd box in my office with > > cables and monitor share (KVM) etc > > > > 2) Install on my main PC (Mint 20.1, Intel i7). > > > > 3) Run on my main PC in a separate VM? > > > > I realize that, if VM is the answer, I am opening a Pandora's Box to > > learn VM, but I have no problem doing the research if I know it's a > > good option > > > > > > Any thoughts would be appreciated. > > > > TY in advance, > > 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 > -------------- next part -------------- An HTML attachment was scrubbed... ------------------------------ Message: 3 Date: Fri, 4 Jun 2021 12:15:47 -0400 From: Kinney Baughman <baughma...@gmail.com> To: Motion discussion list <motion-user@lists.sourceforge.net> Subject: Re: [Motion-user] Separate PC vs VM vs using common use PC Message-ID: <cakpjuz7u17fv8uh8ylmmtztyntdaeqg2nz9g7bqyre8pika...@mail.gmail.com> Content-Type: text/plain; charset="utf-8" Just use a Raspberry Pi. It's a $35 solution and can run 24/7 using a minimal amount of electricity. On Fri, Jun 4, 2021 at 12:11 PM Roger Heflin <roger.hef...@gmail.com> wrote: > I have to agree with Jack. The config of motion is so easy and it's > dependencies are so trivial that there is no decent technical reason to > isolate it into its own vm. > > I have used my KVM guests to do my taxes and it is only up once in while, > no reason to keep it up. > > > On Thu, Jun 3, 2021 at 7:02 PM Jack Christensen < > christensen.jac...@gmail.com> wrote: > >> I've been using VirtualBox to run Windows and occasionally other Linux >> OS as guests under Mint 20.1 for the better part of a year. It works >> amazingly well, is easy to set up, and the learning curve is pretty >> gentle. However, none of the guests (nor the host system) are up full >> time. I use Windows a couple times a week for one or two applications. >> >> Having said that, without thinking it through very much, it would seem >> like a Linux guest just for motion under a Linux host system might just >> be an unnecessary layer of complexity. Perhaps a case could be made, >> depending on the environment and requirements. >> >> A good intro to VirtualBox: https://www.youtube.com/watch?v=OWmD8obq4eQ >> >> On 6/3/21 5:39 PM, Rainer wrote: >> > Hi All, >> > >> > first off - I know Virtual Machines are a setup separating OS from >> > base OS, but my knowledge about VM kinda stops there. >> > >> > I have been using a separate PC (Intel i5) to run motion, mainly for >> > trial and error. >> > >> > Now that I think the setup is running well, I am wondering which >> > option to choose: >> > >> > 1) continue separate PC, though it is a 3rd box in my office with >> > cables and monitor share (KVM) etc >> > >> > 2) Install on my main PC (Mint 20.1, Intel i7). >> > >> > 3) Run on my main PC in a separate VM? >> > >> > I realize that, if VM is the answer, I am opening a Pandora's Box to >> > learn VM, but I have no problem doing the research if I know it's a >> > good option >> > >> > >> > Any thoughts would be appreciated. >> > >> > TY in advance, >> > 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 >> > _______________________________________________ > 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 180, Issue 3 *******************************************