Import the fraction library.
from fractions import Fraction
Setting a longer exposure is handy in low-light environments.
camera.framerate = Fraction(1,6) camera.shutter_speed = 6000000 camera.exposure_mode = 'off' camera.iso = 800
The Development Blog of Tim Graupmann
Import the fraction library.
from fractions import Fraction
Setting a longer exposure is handy in low-light environments.
camera.framerate = Fraction(1,6) camera.shutter_speed = 6000000 camera.exposure_mode = 'off' camera.iso = 800