Skip to content

Commit

Permalink
Fix #116
Browse files Browse the repository at this point in the history
  • Loading branch information
waveform80 committed Aug 2, 2014
1 parent ffbc33e commit 98db315
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions picamera/camera.py
Expand Up @@ -226,6 +226,7 @@ class PiCamera(object):
}

EXPOSURE_MODES = {
'off': mmal.MMAL_PARAM_EXPOSUREMODE_OFF,
'auto': mmal.MMAL_PARAM_EXPOSUREMODE_AUTO,
'night': mmal.MMAL_PARAM_EXPOSUREMODE_NIGHT,
'nightpreview': mmal.MMAL_PARAM_EXPOSUREMODE_NIGHTPREVIEW,
Expand Down

0 comments on commit 98db315

Please sign in to comment.