8000 Releases · adafruit/Adafruit_CircuitPython_OV5640 · GitHub
[go: up one dir, main page]

Skip to content

Releases: adafruit/Adafruit_CircuitPython_OV5640

1.2.9 - Displayio API Updates

30 May 15:09
d077454
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.8...1.2.9

1.2.8 - Fix For Saturation and Effects

27 May 21:07
c15832c
Compare
Choose a tag to compare

What's Changed

  • initialize saturation and effect to default values. by @FoamyGuy in #40

Full Changelog: 1.2.7...1.2.8

1.2.7 - Fix for Contrast

21 May 19:33
33460da
Compare
Choose a tag to compare

What's Changed

  • Update adafruit_ov5640.OV5640.contrast value range in docstring by @relic-se in #38
  • Fix contrast property read by @relic-se in #39

New Contributors

Full Changelog: 1.2.6...1.2.7

1.2.6 - Use Ruff

13 May 16:02
b025027
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.5...1.2.6

1.2.5 - Fix For Quality Value and Comments

12 May 16:24
654fd7f
Compare
Choose a tag to compare

What's Changed

  • Improve comment and style for quality range checking by @casten in #36

New Contributors

Full Changelog: 1.2.4...1.2.5

1.2.4 - JPEG Buffer Size

11 Feb 01:22
78152bb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.3...1.2.4

1.2.3 - RTD Sphinx Config

16 Jan 19:02
Compare
Choose a tag to compare

1.2.2 - Fix For EV & White Balance Getters

30 Dec 15:34
14d1c57
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.1...1.2.2

1.2.1 - Fix For Sphinx RTD Theme

07 Oct 22:16
Compare
Choose a tag to compare

Add AutoFocus

29 May 16:03
8013c70
Compare
Choose a tag to compare

Added auto focus control functions . The code was copied from adafruit_pycamera with minor changes to the timeouts.
The library is reaorganized as a "package" so the ov5640_autofocus.bin file could be included in the package.
There are no "breaking changes".

The usage is the same as for the pycamera library
To execute an autofocus:

cam.autofocus()

to set the focus to a fixed step (0-255)

cam.autofocus_vcm_step=step

new examples have been added. These examples are set up for a Raspberry Pi Pico with the OV5640 PiCowBell breakout board:
ov5640_jpeg_captutre_af.py
ov5640_jpeg_capture_manual_focus.py

0