Skip to content

Instantly share code, notes, and snippets.

@EspaceRaspberryFrancais
Last active March 23, 2018 17:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EspaceRaspberryFrancais/4f237733f54a581ef809f1823267eced to your computer and use it in GitHub Desktop.
Save EspaceRaspberryFrancais/4f237733f54a581ef809f1823267eced to your computer and use it in GitHub Desktop.
camera.sharpness = 0
camera.contrast = 0
camera.brightness = 50
camera.saturation = 0
camera.ISO = 0
camera.video_stabilization = False
camera.exposure_compensation = 0
camera.exposure_mode = 'auto'
camera.meter_mode = 'average'
camera.awb_mode = 'auto'
camera.image_effect = 'none'
camera.color_effects = None
camera.rotation = 0
camera.crop = (0.0, 0.0, 1.0, 1.0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment