12 Commits

Author SHA1 Message Date
cda34fe48d GOOUU TECH ESP32S3 board pin mapping
Added pin mapping definition for the chinese GOOUU esp32-s3 cam boards
2025-05-10 01:23:40 -03:00
b6a8297342 Add mega ccm driver support
Signed-off-by: Lee Jackson <lee.jackson@arducam.com>
2024-11-15 12:39:16 +08:00
bae46be5eb Update example to place frame buffer in PSRAM (#648)
ESP32 failed to start the example
2024-03-21 14:06:18 +02:00
8e1a00391a Maintenance changes in the component, examples and readme (#597)
* maint(build): remove legacy GNU Make build system support

* maint(example): move the example so that component manager finds it

* maint(example): specify component dependency

* maint(build): clean up legacy 'register_component' usage

* maint(build): specify more fields in component manifest

* doc(readme): simplify installation instructions

See https://github.com/espressif/esp32-camera/issues/596

* maint(ci): remove tests for EOL versions (v4.1, v4.2)

* fix(build): add missing transitive dependency on driver component
2023-11-09 18:23:30 +02:00
e689c3b082 Support: jpeg decoder on esp32c2 (#525)
* Extend s/w jpeg decoder functions for chips missing rom tjpgd

Also, disabled camera_init and capture from example for chips not
supporting camera

Signed-off-by: Vikram <vikram.dattu@espressif.com>

* Extend CI build support for C3 and C2

Signed-off-by: Vikram <vikram.dattu@espressif.com>

---------

Signed-off-by: Vikram <vikram.dattu@espressif.com>
2023-04-25 14:40:46 +03:00
fac950973b Fix/pedantic build (#529)
* Fix: Make esp32-camera function prototypes strict

This is required for pedantic builds with
-Wstrict-prototypes flag

* ci: Enable pedantic example build
2023-04-19 21:06:33 +03:00
2182f88230 fix: fix description of resolution in docs and examples 2022-10-11 14:53:28 +08:00
77d71b03f3 feat: change sccb APIs for sharing i2c port with other devices 2022-08-12 20:18:06 +08:00
298dfdeb5c Fix example for ESP-IDF 5.x 2022-02-20 15:13:32 +02:00
e0110c2eca add github action (#296)
Co-authored-by: zhouli <zhouli@espressif.com>
2021-07-16 11:51:49 +03:00
6b1efc1edd add gcxxxx sensors (#293)
- Add sensor GC2145 GC0308 GC032A
- Make xclk driver more standard
- Update README.md
- Add an option to adjust the DMA buffer size

Co-authored-by: zhouli <zhouli@espressif.com>
2021-07-15 17:17:15 +03:00
f93cf11a65 add an example 2020-07-17 12:28:34 -03:00