billw2 / pikrellcam

Raspberry Pi motion vector detection program with OSD web interface.
GNU General Public License v3.0
262 stars 70 forks source link

Timelapse configuration #58

Closed bristolavon closed 3 years ago

bristolavon commented 4 years ago

I've been using pikrellcam for a couple of years for wildlife photography and found it excellent for shooting videos.

I would like to be able to use it to also take timelapse stills, specifically from when powered up to when powered down and at 30 second intervals.

I can set these paramaeters by connecting to the web page, but I can't find anyway of saving the settings so that 'it just works' like the video capture does. Is it possible, and if so, how, please?

Thank you.

Blimpyway commented 4 years ago

for such a simple thing you can simply use a short script invoking raspistill at timed intervals. It can be launched repeatedly via crontab or as a init daemon

bristolavon commented 4 years ago

Thank you

On Wed, 24 Jun 2020, 14:14 Blimpyway, notifications@github.com wrote:

for such a simple thing you can simply use a short script invoking raspistill at timed intervals. It can be launched repeatedly via crontab or as a init daemon

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/billw2/pikrellcam/issues/58#issuecomment-648812064, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQCAXQVHXALPQSIYOKRQJNDRYH33HANCNFSM4OGUBDYQ .

bristolavon commented 3 years ago

Thanks for the help