Releases: cnadler86/micropython-camera-API
Releases · cnadler86/micropython-camera-API
v0.2.0
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
Release using micropython v1.23.0 for ESP32 port.
Supports OV2640 & OV5640.