geotek
Posts: 15
Joined: Wed Mar 27, 2013 2:57 pm

New RaspiCamera Project help

Thu May 30, 2013 2:46 pm

I have a new RaspiCamera and need some help!
I would like to take periodic still frame pictures and store on Raspberry PI? How can I do this?
in the future,I would also like to be able to detect motion and start camera recording - can I do this? What software is needed and how can I implement this feature?
Thanks
Tom

Gbaman
Posts: 155
Joined: Mon Jan 21, 2013 2:43 pm

Re: New RaspiCamera Project help

Thu May 30, 2013 5:42 pm

geotek wrote: I would like to take periodic still frame pictures and store on Raspberry PI? How can I do this?
Tom
For that part I can help you out. Just finished a timelapse script in python.
https://github.com/gbaman/RaspberryPi-C ... /Timelapse
Just run it with python Timelapse
Lead developer of PiNet, a free and opensource centralised user accounts and file storage system for Raspberry Pi classrooms used in over 200 schools across the world.
http://pinet.org.uk

jamesh
Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator
Posts: 26442
Joined: Sat Jul 30, 2011 7:41 pm

Re: New RaspiCamera Project help

Thu May 30, 2013 6:19 pm

geotek wrote:I have a new RaspiCamera and need some help!
I would like to take periodic still frame pictures and store on Raspberry PI? How can I do this?
in the future,I would also like to be able to detect motion and start camera recording - can I do this? What software is needed and how can I implement this feature?
Thanks
Tom
Well, the raspistill app has a timelapse mode so that's OK for that.

This command will run for a while (9999999ms) and take a picture every 5000ms

raspistill -o image%d.jpg -t 9999999 -tl 5000

As for motion detection, search the forum for 'Motion' which some have got working.
Principal Software Engineer at Raspberry Pi (Trading) Ltd.
Contrary to popular belief, humorous signatures are allowed.
I've been saying "Mucho" to my Spanish friend a lot more lately. It means a lot to him.

Return to “Camera board”