InsulinJunkie

Results 1 issues of InsulinJunkie

Hello, I have tried to begin with the picamera module and i started with simple scripts such as : `from time import sleep import picamera camera = picamera.PiCamera() camera.start_preview() camera.start_recording('/home/pi/Desktop/video.h264')...