We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b940c9 + 70d15e1 commit c9b7193Copy full SHA for c9b7193
PiCowbell_Camera_Demos/JPEG_Capture/code.py
@@ -76,7 +76,7 @@ def open_next_image():
76
return open(filename, "wb")
77
78
cam.colorspace = adafruit_ov5640.OV5640_COLOR_JPEG
79
-cam.quality = 3
+cam.quality = 5
80
b = bytearray(cam.capture_buffer_size)
81
jpeg = cam.capture(b)
82
0 commit comments