Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@cnadler86 cnadler86 released this 06 Nov 15:00
· 2 commits to master since this release
33efbdd

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