Skip to content

Releases: espressif/esp32-camera

ESP32 Camera Driver v2.1.5

13 Feb 15:38
1d73d88

Choose a tag to compare

What's Changed

  • Properly set sccb_owns_i2c_port when camera driver is not the owner of… by @cnadler86 in #818
  • Add configurable RGB565 byte order support to JPEG encoding by @DT-art1 in #820
  • Add configurable default chroma subsampling mode for JPEG encoder by @DT-art1 in #819
  • Proper support for more sensor parameters of GC0308 by @mback2k in #814
  • Add codespell check by @Esp-Doc in #833
  • Fix idf version check by @AxelLin in #834
  • Fix support for ESP-IDF 6 by @me-no-dev in #835
  • New feature: Added OV5640 Auto-Focus 🎉 by @AntonioBerna in #831

New Contributors

Full Changelog: v2.1.4...v2.1.5

ESP32 Camera Driver v2.1.4

06 Nov 08:45
b817e9b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.3...v2.1.4

ESP32 Camera Driver v2.1.3

09 Oct 10:59
b3c2aa2

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.2...v2.1.3

ESP32 Camera Driver v2.1.2

07 Aug 10:49
b5fd891

Choose a tag to compare

Depend on IDF v5.1+

What's Changed

Full Changelog: v2.1.1...v2.1.2

ESP32 Camera Driver v2.1.1

05 Aug 18:53
89e8d4d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.1.1

ESP32 Camera Driver v2.1.0

15 Jul 07:34
69737c5

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

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

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

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

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