Kinda along the lines -
Code: Select all
os.system("raspistill -o photo1.jpg")
Code: Select all
os.system("raspistill -o photo1.jpg")
Code: Select all
camera.capture('/home/pi/flash/stills/frame%02d.png',format="png", % frame)
Perfect! This is exactly the info I was searching for (and failing miserably) Thanks!DirkS wrote:See http://picamera.readthedocs.org/en/rele ... ra.capture
(see 'format' parameter).