Solved! from picamera import PiCamera from time import sleep camera = PiCamera() camera.start_preview() sleep(5) camera.capture('/home/pi/Desktop/image.jpg') camera.stop_preview() I would include the very first photo taken as an attachment but as it's a selfie, I don't want to put you off your tea! Rhys Sage