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