Skip to content

Commit c9b7193

Browse files
authored
Merge pull request #3017 from casten/patch-1
fix incompatibility with ov5640 and Pico
2 parents 8b940c9 + 70d15e1 commit c9b7193

File tree

1 file changed

+1
-1
lines changed
  • PiCowbell_Camera_Demos/JPEG_Capture

1 file changed

+1
-1
lines changed

Diff for: PiCowbell_Camera_Demos/JPEG_Capture/code.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def open_next_image():
7676
return open(filename, "wb")
7777

7878
cam.colorspace = adafruit_ov5640.OV5640_COLOR_JPEG
79-
cam.quality = 3
79+
cam.quality = 5
8080
b = bytearray(cam.capture_buffer_size)
8181
jpeg = cam.capture(b)
8282

0 commit comments

Comments
 (0)