rpi-timelapse icon indicating copy to clipboard operation
rpi-timelapse copied to clipboard

hourly pictures

Open namork opened this issue 7 years ago • 5 comments

would it be possible to alter the code to have the camera make a picture every hour, half hour or quarter hour (using rpis time settings)? we're working on a sky camera that should shoot in at fixed times of the day. thanks for any idea ;o)

namork avatar Mar 05 '17 16:03 namork

Namorrellek,

I am working on a project to use something similar for long-term construction projects. The best and simplest solution I could find is to use a cron scheduler from the apscheduler library. It does most of the math for you. For instance, I am able to have it only trigger the camera Monday thru Friday from 6am to 6pm every 15 minutes. So it'll trigger the camera at 6:15, 6:30, etc. I could also give it specific times to shoot in lieu of setting an interval.

walker-tx avatar Jun 26 '17 17:06 walker-tx

Hi wlockiv,

could you please post more info on your aproach (or maybe even put it into a git ;D ). I guess more people are interested in that kind of timer for the timelapse (I definatly am).

Thanks in advance and have a nice day! =)

BenSta13 avatar Mar 07 '18 14:03 BenSta13

@BenSta13 I'm actually not too familiar with making repo's. It's really only one .py file anyway. I've made a gist for it though.

PiLapseCam Gist

It's been a while since I've tinkered with this project, but feel free to ask questions.

walker-tx avatar Mar 07 '18 16:03 walker-tx

thanks alot, for the code! I will take a look at it when I find the time. Maybe some questions will come up then. We'll see.... ;) =)

BenSta13 avatar Mar 12 '18 19:03 BenSta13

10-4. I haven't worked on it in some time, but I'll try to help best I can.

Walker B. Lockard

On Mon, Mar 12, 2018 at 2:48 PM, BenSta13 [email protected] wrote:

thanks alot, for the code! I will take a look at it when I find the time. Maybe some questions will come up then. We'll see.... ;) =)

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/dps/rpi-timelapse/issues/3#issuecomment-372440049, or mute the thread https://github.com/notifications/unsubscribe-auth/AcSdre30i5dx5ePjJOs3a1njJ78FMpeCks5tdtETgaJpZM4MTdRl .

walker-tx avatar Mar 12 '18 20:03 walker-tx