Search found 4 matches

by Paul
Sun Aug 25, 2019 10:43 pm
Forum: Video, photo (livestream, recording, photo capturing)
Topic: A physical button to take photos
Replies: 37
Views: 81420

Re: A physical button to take photos

Thanks stereomaton and Relizator,

Yes, I was using the stock Raspbian image. I forgot that you mentioned that you were using the SLP image.

Since the SLP image boots up automatically, where do you need to put the button program startup script?
by Paul
Thu Aug 22, 2019 7:08 pm
Forum: Video, photo (livestream, recording, photo capturing)
Topic: A physical button to take photos
Replies: 37
Views: 81420

Re: A physical button to take photos

I prefer using gpiozero instead of RPi.GPIO. You can check out the gpiozero documentation to configure a button controlled camera: https://gpiozero.readthedocs.io/en/stable/recipes.html#button-controlled-camera from gpiozero import Button from picamera import PiCamera from datetime import datetime f...
by Paul
Thu Aug 22, 2019 5:56 pm
Forum: Video, photo (livestream, recording, photo capturing)
Topic: Configure cameras with 2 different settings?
Replies: 3
Views: 4618

Configure cameras with 2 different settings?

I was wondering if it's possible to configure the cameras with different settings. Taking night-time or low light photos works great. But when there's a full moon, the moon itself is overexposed while the landscape and the rest of the sky are fine. So what I would like to do is configure one camera ...
by Paul
Thu May 23, 2019 3:13 pm
Forum: Your Project
Topic: StereoPi login message
Replies: 2
Views: 5001

StereoPi login message

The first project I did with my StereoPi was create a "message of the day" when I log in. This is for the Raspian version, not the SLP version. https://user-images.githubusercontent.com/13591438/58261585-36106800-7d3e-11e9-92c4-4195eb196018.png Code and instructions can be found on my GitHub page: h...