Go to advanced search

by Gert V.
Thu Jun 02, 2016 5:19 am
Forum: Beginners
Topic: timelapse question
Replies: 6
Views: 1270

Re: timelapse question

Here's my progress so far: In order to make pictures at a smaller interval I made another script that I named every-5-seconds.sh: #!/bin/bash while true do /home/pi/camera.sh sleep 5 done Made the script executable and ran it. I saw the pictures appearing on the screen at a much quicker rate, so far...
by Gert V.
Wed Jun 01, 2016 1:52 pm
Forum: Beginners
Topic: timelapse question
Replies: 6
Views: 1270

Re: timelapse question

Thanks for your answers so far. I will try some more tonight.
by Gert V.
Wed Jun 01, 2016 9:26 am
Forum: Beginners
Topic: timelapse question
Replies: 6
Views: 1270

timelapse question

Hello, As an absolute beginner I today started my first project: a timelapse-camera. I used the following instructions: https://www.raspberrypi.org/learning/timelapse-setup/ So far it's working like a charm, but I was wondering if and how I could adjust the frequency the pictures are taken. In the f...

Go to advanced search