reduced resolution

bp
alanbjohnston 5 years ago committed by GitHub
parent 3d9be8b17f
commit b20ddad144
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,8 @@ import time
from picamera import PiCamera
camera = PiCamera()
camera.resolution = (3280,2464)
#camera.resolution = (3280,2464)
camera.resolution = (2592,1944)
camera.start_preview()
current_time = time.strftime("%H;%M;%S", time.localtime())

Loading…
Cancel
Save

Powered by TurnKey Linux.