Releases: espressif/esp32-camera
Releases Β· espressif/esp32-camera
ESP32 Camera Driver v2.0.5
What's Changed
- Fails with ESP32 (Standard) and not run with ESP-IDF v5.2 by @jjsch-dev in #542
Full Changelog: v2.0.4...v2.0.5
ESP32 Camera Driver v2.0.4
What's Changed
- fix: fix bad macro definition on cam stack size by @WangYuxin-esp in #480
- OV7670 fixes by @br101 in #484
- Added badge with version to README by @XDanielPaul in #487
- Fix LoadStoreAlignment panic by @me-no-dev in #491
- fix: remove unnecessary new line in logs of driver initialization by @AgainPsychoX in #500
- Fix: Make sure there is a queue size of at least 1. by @samw3 in #527
- Fix/pedantic build by @tore-espressif in #529
- Adds esp_camera_return_all() by @wouterdebie in #519
- Uninstalls ISR service on cam deinit by @wouterdebie in #516
- Support: jpeg decoder on esp32c2 by @vikramdattu in #525
New Contributors
- @br101 made their first contribution in #484
- @XDanielPaul made their first contribution in #487
- @AgainPsychoX made their first contribution in #500
- @samw3 made their first contribution in #527
- @tore-espressif made their first contribution in #529
- @wouterdebie made their first contribution in #519
Full Changelog: v2.0.3...v2.0.4
ESP32 Camera Driver v2.0.3
What's Changed
- don't reset LEDC channel if it wasn't used by camera by @dhalbert in #451
- feat: add SC031GS camera sensor support by @WangYuxin-esp in #452
- fix: fix description of resolution in docs and examples by @WangYuxin-esp in #462
- fix: heap corruption caused by dma_buffer in cam_deinit() by @WangYuxin-esp in #470
- Feature/support sccb handle 16bit val by @WangYuxin-esp in #474
New Contributors
Full Changelog: v2.0.2...v2.0.3
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
ESP32 Camera Driver v2.0.1
- Fixes support for ESP-IDF v5.0
- Allows unsupported chips to build and use the converters
- Add support for SC030IOT VGA sensor
- Add support for BF20A6 sensor
- Various fixes and improvements
What's Changed
- Pass git tag in upload component workflow by @kumekay in #356
- feat: add camera sensor BF20A6 support by @WangYuxin-esp in #365
- fix: fix cache error when both nvs and camera used by @WangYuxin-esp in #362
- feat: add camera sensor sc030iot support by @WangYuxin-esp in #394
- Remove targets from the idf_component.yml manifest by @kumekay in #396
- Fix driver for ESP-IDF v5.0 by @me-no-dev in #395
- Compile conversions sources for all platforms (Also fixed SPIRAM checks for allocations) by @vikramdattu in #397
- Improve handling of unsupported chips by @me-no-dev in #398
New Contributors
- @vikramdattu made their first contribution in #397
Full Changelog: v2.0.0...v2.0.1
ESP32 Camera Driver Release
v2.0.0 Fix filter for component upload workflow