Skip to content

Tags: espressif/esp32-camera

Tags

v2.0.15

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #703 from cnadler86/fix_init

Fixes missing return error code validation during camera initialization

v2.0.14

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #702 from tore-espressif/patch-1

fix(xclk): Zero init ledc_channel_config_t for forward compatibility

v2.0.13

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
sccb-ng.c: correct address byte-swapping in Write16 routines (#690)

v2.0.12

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: correct calloc call arguments order (#683)

GCC 14 adds "calloc-transposed-args" warning which is an error at the
default IDF build settings.

v2.0.11

Update upload_component.yml

v2.0.10

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add option to customize JPEG mode frame size in menuconfig (#667)

v2.0.9

fix(s2): Remove rx_pcm_bypass from registers

The register is removed in ESP-IDF

v2.0.8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Implement proper GDMA allocator and ISR from IRAM option (#629)

* Implement proper GDMA allocator

* Add Kconfig option to execute ISR from IRAM on S2 and S3

Up until now, default was to execute from IRAM. This changes that for S2 and S3. ESP32 is left unchanged, because of the work that is required on it.

v2.0.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update build config to include IDFv5.2 and remove IDFv4.3 (EOL) (#624)

* Update build config to include IDFv5.2 and remove IDFv4.3 (EOL)

* Update build.yml

v2.0.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix right column & row of the measure window (#588)

Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>