ESP32 Camera Driver v2.0.2
Adds new options and supported sensors
What's Changed
- feat: add sc101iot camera sensor driver by @WangYuxin-esp in #412
- fix: fix gc0308 REGLIST_TAIL define error by @WangYuxin-esp in #408
- fix: fix ov5640 sys reset to MCU mode reset by @WangYuxin-esp in #407
- feat: add esp32s3 yuv2rgb conversion support by @WangYuxin-esp in #414
- Fixed build errors for IDF version release-v5.0 by @vikramdattu in #437
- feat: add an option for cam task size by @WangYuxin-esp in #425
- feat: add an option for s3 converter range mode by @WangYuxin-esp in #421
- Change the fb buffer as 16 bytes aligned by @jason-mao in #419
- Added support for 8-bit grayscale output to fmt2bmp() for frame2bmp() by @devellison in #430
- fix bug when config->pin_xclk = -1 target esp32s3 by @Kevincoooool in #438
- feat: change sccb APIs for sharing i2c port with other devices by @WangYuxin-esp in #413
New Contributors
- @jason-mao made their first contribution in #419
- @devellison made their first contribution in #430
Full Changelog: v2.0.1...v2.0.2