Skip to content

Releases: espressif/esp32-camera

ESP32 Camera Driver v2.1.0

15 Jul 07:34
69737c5
Compare
Choose a tag to compare

What's Changed

  • feat: add camera drivers for hm0360 and hm1055 by @Lesords in #707
  • fix: Remove unused Kconfig option by @ALToast in #762
  • fix(cam_hal): replace recursive cam_take() with bounded loop prevents stack-overflow in cam_task by @RubenKelevra in #758
  • fix(cam_hal): prevent SOI scan from (1) running on length<3 and (2) over-reading the last 2 bytes by @RubenKelevra in #760
  • fix(cam_hal): guard cam_verify_jpeg_eoi() against buffer-underflow by @RubenKelevra in #759
  • cam_hal: shrink ISR stack, silence spam, strip logs at low levels by @RubenKelevra in #765
  • Fix camera probe detecting non-camera peripheral by @rjoly-getraline in #756
  • jpg2bmp: fix memory leak on error by @RubenKelevra in #766
  • hm0360: harden _set_pll() against read-failures & bad widths, silence unused-param warnings by @RubenKelevra in #767

New Contributors

Full Changelog: v2.0.16...v2.1.0

ESP32 Camera Driver v2.0.16

30 Jun 17:16
920996f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.15...v2.0.16

ESP32 Camera Driver v2.0.15

18 Nov 08:53
229adc6
Compare
Choose a tag to compare

What's Changed

  • Fixes missing return error code validation during camera initialization by @cnadler86 in #703

New Contributors

Full Changelog: v2.0.14...v2.0.15

ESP32 Camera Driver v2.0.14

15 Nov 08:30
10e6178
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.13...v2.0.14

ESP32 Camera Driver v2.0.13

30 Sep 09:34
0054ab7
Compare
Choose a tag to compare

What's Changed

  • sccb-ng.c: correct address byte-swapping in Write16 routines by @dhalbert in #690

Full Changelog: v2.0.12...v2.0.13

ESP32 Camera Driver v2.0.12

17 Sep 09:41
4f57767
Compare
Choose a tag to compare

What's Changed

  • fix: correct calloc call arguments order by @igrr in #683

Full Changelog: v2.0.11...v2.0.12

ESP32 Camera Driver v2.0.11

16 Sep 06:33
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.10...v2.0.11

ESP32 Camera Driver v2.0.10

16 Jul 12:49
7aa37d4
Compare
Choose a tag to compare

What's Changed

  • Add option to customize JPEG mode frame size in menuconfig by @maruta in #667

New Contributors

Full Changelog: v2.0.9...v2.0.10

ESP32 Camera Driver v2.0.9

30 May 18:37
Compare
Choose a tag to compare

What's Changed

ESP32 Camera Driver v2.0.8

28 Feb 08:14
f0bb429
Compare
Choose a tag to compare

What's Changed

  • Implement proper GDMA allocator and ISR from IRAM option by @me-no-dev in #629

Full Changelog: v2.0.7...v2.0.8