Skip to content

ESP32 Camera Driver v2.1.0

Latest
Compare
Choose a tag to compare
@me-no-dev me-no-dev released this 15 Jul 07:34
· 6 commits to master since this release
69737c5

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