Skip to content

Releases: adafruit/Adafruit_CircuitPython_OV5640

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

1.1.16 - Fixed circup installation instruction in README

26 Feb 17:43
980d1f3
Compare
Choose a tag to compare

Fixed the circup installation instructions in the README. Thanks @FoamyGuy!

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-ov5640.

Read the docs for info on how to use it.

1.1.15 - Fix RTD Docs Build and Unpin Sphinx

09 Dec 17:28
b44bc4d
Compare
Choose a tag to compare

Changes: 1.1.14...1.1.15

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-ov5640.

Read the docs for info on how to use it.

1.1.14 - Update Examples For New Display API.

02 Nov 23:12
bff2e6c
Compare
Choose a tag to compare

This release updates the examples to support the new Display API for Circuitpython 9.x. Thank you @prcutler

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-ov5640.

Read the docs for info on how to use it.

1.1.13 - Fix RTD Theme Issue

25 Sep 15:47
1f17215
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-ov5640.

Read the docs for info on how to use it.

1.1.12 - Updated .pylintrc, fixed jQuery

26 May 16:22
3e5de36
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-OV5640.

Read the docs for info on how to use it.

1.1.11 - Update pre-commit; improve code

11 May 14:20
f8ab718
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.10...1.1.11

1.1.10 - Added simpletests for Pico

14 Mar 19:19
3d3c316
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-ov5640.

Read the docs for info on how to use it.

1.1.9 - Made copyright stay up to date in docs/conf.py

26 Aug 02:21
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-ov5640.

Read the docs for info on how to use it.