Releases: adafruit/Adafruit_CircuitPython_OV5640
1.2.1 - Fix For Sphinx RTD Theme
Full Changelog: 1.2.0...1.2.1
Add AutoFocus
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
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
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.
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
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
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
1.1.10 - Added simpletests for Pico
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
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.