Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recipe for timelapse with Raspberry Pi camera #22

Open
jywarren opened this issue Sep 24, 2018 · 4 comments
Open

Recipe for timelapse with Raspberry Pi camera #22

jywarren opened this issue Sep 24, 2018 · 4 comments

Comments

@jywarren
Copy link
Member

There are some great tutorials/code snippets for this:

https://learn.adafruit.com/raspberry-pi-wearable-time-lapse-camera/software

https://projects.raspberrypi.org/en/projects/timelapse-setup

@icarito
Copy link
Member

icarito commented Oct 13, 2018

Here's my take on it timelapse.sh. It is extremely minimalistic.

In this case it's taking advantage of RPi-WebCam to signal taking a picture.
Without RPI-WebCam it could call the raspistill program. RPI-WebCam conveniently handles file naming, otherwise we'd have had to handle it ourselves.

@jywarren
Copy link
Member Author

jywarren commented Oct 13, 2018 via email

@jywarren
Copy link
Member Author

jywarren commented Oct 17, 2018 via email

@icarito
Copy link
Member

icarito commented Oct 24, 2018

Yes, correct, with this approach it can work in tandem with the RPi Webcam software.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants