Skip to content

Releases: cnadler86/micropython-camera-API

v0.6.0 (mpy 1.27.x)

12 Dec 06:56
3495aa7

Choose a tag to compare

Release for mpy 1.27.x

  • Add esp32-driver as submodule
  • Add property handles instead of get and set
  • Add i2c object to construction arguments (optional instead of sda and scl pins)
  • Add build script
  • Integrates legacy and new i2c driver option
  • Moved some files
  • Small bugs corrected

Deprecated: get and set methods are deprecated and will be removed on the next release.

v0.5.0

15 Aug 04:58
ab114fa

Choose a tag to compare

Release compatible with micropython 1.26.x

  • Updated low level camera driver to newest version
  • Add new board M5 Stack Atom S3
  • Typing stub added
  • Minor improvements

Full Changelog: v0.4.0...v0.5.0

v0.4.0

16 Apr 04:02

Choose a tag to compare

This release brings major improvements to the camera API:

  • asyncio support: Now it is possible to capture images in a non-blocking way.
  • a new and fast jpeg decoder (twice as fast as the previous) is integrated into the binaries
  • better error handling and support for IDF 5.4

What's Changed

  • Add esp32 camera dir by @gentijo in #23
  • asyncio support for capture method and get rid of convert methods by @cnadler86 in #28

Binaries were build with micropython 1.25.0 and IDF 5.4.

Full Changelog: v0.3.0...v0.4.0

v0.3.0 - Micropython 1.24.1

23 Dec 05:06

Choose a tag to compare

What's Changed

  • New image conversion method
  • Code cleaned

Full Changelog: v0.2.1...v0.3.0

v0.2.1

05 Dec 05:13

Choose a tag to compare

Update to Micropython 1.24.1

Changes, Fixes

  • Fix in image conversion to RGB565
  • Performance improvements

Full Changelog: v0.2.0...v0.2.1

v0.2.0

06 Nov 15:00
33efbdd

Choose a tag to compare

New boards and update to Micropython 1.24.0

Now a bunch of boards with predefined pins have precompiled binary images with Micropython 1.24.0.
It is now very easy to use the driver =)

What's Changed

  • JPEG quality definition to standard 0-100%
  • Capture method now supports output pixelformat

What's new

  • Added image conversions (experimental)
  • Some new methods

Improvements and bug fixes

  • Fix issue that triggers a restart when passing unsupported pixel formats or wrong pins.
  • Interference with WiFi when using the camera should be better now.
  • Performance improvements during init.
  • Possibility to initialize the camera after construction.
  • Improved documentation.
  • Added example to try different camera setting in the browser.

Full Changelog: v0.1.0...v0.2.0

Camera API for Micropython 1.23

07 Oct 15:25
f0d05ed

Choose a tag to compare

Release using micropython v1.23.0 for ESP32 port.
Supports OV2640 & OV5640.