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 time-lapse photography (Colin Law) 2. Re: Motion time-lapse photography (Dave Howorth) 3. Re: Recorded videos freeze after several seconds (Adam Goryachev) ---------------------------------------------------------------------- Message: 1 Date: Thu, 1 Feb 2018 21:20:05 +0000 From: Colin Law <clan...@gmail.com> To: Motion discussion list <motion-user@lists.sourceforge.net> Subject: Re: [Motion-user] Motion time-lapse photography Message-ID: <CAL=0gltsx9uvbuuwaigs5d6b7n32fyyb2mlcmuifobchmus...@mail.gmail.com> Content-Type: text/plain; charset="utf-8" As well as pasting the section out of the log where it says the disc is full, open a terminal and type df and copy/paste the result here To copy from the terminal window you have to use Ctrl+Shift+C, in case you did not know. Colin On 1 February 2018 at 21:01, Adam Briggs via Motion-user < motion-user@lists.sourceforge.net> wrote: > Ok, thanks. I?m pretty new to Pi. I?ll read through the log and see if I > can find anything out. The only thing I saw was something about an error > that the drive it was trying to write to was full and if I open it it says > 29.2 GB left. > > > > > On Thursday, February 1, 2018, 2:46 PM, Colin Law <clan...@gmail.com> > wrote: > > On 1 February 2018 at 18:41, Adam Briggs via Motion-user < > motion-user@lists.sourceforge.net> wrote: > > Do you think I should try I different brand of pen drive and see if has > better luck accessing that one? > > > I think you should analyse the problem in the ways I have suggested first > to get some sort of handle on what is happening. > > Colin > > > > > > Thanks,Adam. > > > On Thursday, February 1, 2018, 12:07 PM, Joel Avery via Motion-user > <motion-user@lists. > sourceforge.net <motion-user@lists.sourceforge.net>> wrote: > > I don't think your problem is a motion problem. > > > On Thu, Feb 1, 2018 at 12:26 PM, Colin Law > <clan...@gmail.com> wrote: > ------------------------------ ------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > > ------------------------------ ------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > ______________________________ _________________ > Motion-user mailing list > Motion-user@lists.sourceforge. net <Motion-user@lists.sourceforge.net> > https://lists.sourceforge.net/ lists/listinfo/motion-user > <https://lists.sourceforge.net/lists/listinfo/motion-user> > https://motion-project.github. io/ <https://motion-project.github.io/> > > Unsubscribe: https://lists.sourceforge.net/ lists/options/motion-user > <https://lists.sourceforge.net/lists/options/motion-user> > > > ------------------------------ ------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > ______________________________ _________________ > Motion-user mailing list > Motion-user@lists.sourceforge. net <Motion-user@lists.sourceforge.net> > https://lists.sourceforge.net/ lists/listinfo/motion-user > <https://lists.sourceforge.net/lists/listinfo/motion-user> > https://motion-project.github. io/ <https://motion-project.github.io/> > > Unsubscribe: https://lists.sourceforge.net/ lists/options/motion-user > <https://lists.sourceforge.net/lists/options/motion-user> > > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > 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 > > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > 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: Thu, 1 Feb 2018 21:44:06 +0000 From: Dave Howorth <d...@howorth.org.uk> To: motion-user@lists.sourceforge.net Subject: Re: [Motion-user] Motion time-lapse photography Message-ID: <20180201214406.7c680...@acer-suse.lan> Content-Type: text/plain; charset=UTF-8 On Thu, 1 Feb 2018 21:01:07 +0000 (UTC) Adam Briggs via Motion-user <motion-user@lists.sourceforge.net> wrote: > Ok, thanks. I?m pretty new to Pi. I?ll read through the log and see > if I can find anything out. The only thing I saw was something about > an error ?that the drive it was trying to write to was full and if I > open it it says 29.2 GB left.? Are you also new to linux? If so, it's perhaps worth cutting and pasting the actual commands you type and their output into your mails, so people can check for any misunderstandings/mistakes etc. ------------------------------ Message: 3 Date: Fri, 2 Feb 2018 09:29:22 +1100 From: Adam Goryachev <mailingli...@websitemanagers.com.au> To: motion-user@lists.sourceforge.net Subject: Re: [Motion-user] Recorded videos freeze after several seconds Message-ID: <b5a2c028-b63c-3e7f-bb97-229a172e6...@websitemanagers.com.au> Content-Type: text/plain; charset=utf-8; format=flowed On 02/02/18 07:51, Jon Wedell wrote: > Hello, > > I'm using IR motion sensors to turn recording on and off via the > motion API. I've found using these sensors to trigger the recording to > be more reliable than relying on detecting motion from the frames. I'm > encountering an issue where only the first 1-3 seconds of the video I > record is actual video, and then the frame freezes for the remaining > duration of the recording time. > > To activate the motion recording, I make the following API calls > (using the python requests library): > > # Enable video recording > r = requests.get("http://%s:%s/%s/config/set?ffmpeg_output_movies=%s" > % (args.host, args.port, camera, state), auth=(args.user, args.password)) > # Fake constant motion > r = requests.get("http://%s:%s/%sconfig/set?emulate_motion=%s" % > (args.host, args.port, camera, state), auth=(args.user, args.password)) > > And to disable recording when the motion event ends I use the same > commands but with "state" set to "off" rather than "on". > > The recorded videos play for however long I have > "ffmpeg_output_movies" and "emulate_motion" set to "on", but only the > first 1-3 seconds are actual live video before the video freezes. > > It seems like a bug, but I'm writing in case I'm doing something that > wasn't intended. Maybe the motion off command is happening after 2-3 seconds, have you tried sending the on command, and then relying on the post event timeframe to capture sufficient length video ? Or perhaps you can continue to send "on" commands while the IR detects motion, so that if there is motion detected every 10 seconds, you will continue to record (assuming your post event video record time is > 10 seconds. PS, I've no idea about that API or how your IR motion sensor works.... but thought the idea might help Regards, Adam -- Adam Goryachev Website Managers www.websitemanagers.com.au -- The information in this e-mail is confidential and may be legally privileged. It is intended solely for the addressee. Access to this e-mail by anyone else is unauthorised. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. If you have received this message in error, please notify us immediately. Please also destroy and delete the message from your computer. Viruses - Any loss/damage incurred by receiving this email is not the sender's responsibility. ------------------------------ ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ------------------------------ 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 140, Issue 6 *******************************************