Skip to content

Instantly share code, notes, and snippets.

@kandizzy
Created March 21, 2016 21:59
Show Gist options
  • Save kandizzy/b4d6111f8426b435329d to your computer and use it in GitHub Desktop.
Save kandizzy/b4d6111f8426b435329d 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.hflip = False
camera.vflip = False
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