Skip to content

pablisch/PiCam-skyCam-vid-and-photo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

PiCam skyCam video & photo capture

This is a relatively simple python script to alternate between short videos and still photos with the Raspberry Pi camera module. It was written to capture videos and images during a high altitiude balloon flight where the payload was fitted with cameras facing upwards, outwards and downwards to captue the different views during the flight.

The video duration can be changed by editing the sleep(x) in the code on line 16.

The number of pictures taken can be changed by editing the second paramater of the for loop in the code.

The file can be set to automatically run on boot by adding the following line to the /etc/rc.local file:

sudo python /home/pi/picam_simple.py &

The & is important as it allows the script to run in the background.

The script can be stopped by running the following command:

sudo killall python

A Raspberry Pi with camera module: Raspberry Pi with camera module

Photos taken during the high altitude balloon flight: The moment the balloon burst

The launch site below

Half way up

You can also see a video of the moment the balloon burst here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages