Jeff Evans
423550d2c4
Add OV3660 camera support for AI Thinker ESP32-CAM
...
The esp32-camera library already includes a full OV3660 driver, so no
library changes are needed. This commit wires in the sensor-specific
initialization the OV3660 requires:
- Increase XCLK from 15 MHz to 20 MHz in InitCameraModule(); the OV3660
requires 20 MHz and the OV2640 is compatible with both frequencies
- Apply OV3660-specific settings in ApplyCameraCfg() when the detected
sensor PID matches OV3660_PID: enable vflip (sensor image is natively
inverted), reduce initial saturation, and clamp frame size to SXGA
(1280x1024) if a larger size was stored in EEPROM, since UXGA exceeds
the OV3660's maximum resolution
- Update CAMERA_MODEL EXIF string from "OV2640" to "OV3660"
- Add OV3660 to the supported camera modules table in the AI Thinker
README
- Add build/ to .gitignore to exclude Arduino IDE compiled output
2026-04-14 22:31:09 -07:00
Miroslav Pivovarsky
8dd9cf66e9
fix typo
2025-01-02 20:18:19 +01:00
Miroslav Pivovarsky
5608b4c4c4
added ESP32-S3 WROOM Freenove board
2025-01-02 20:16:52 +01:00
Miroslav Pivovarsky
80711f9722
Update mcu_cfg.h
2025-01-02 20:12:03 +01:00
Christian Muehlhaeuser
7a90f47a1e
Bump to v1.1.1
2024-12-03 00:08:31 +01:00
Zev Eisenberg
b29b541eb3
Add newline at end of file.
2024-10-21 22:31:03 -04:00
Zev Eisenberg
a80b349576
Wording.
2024-10-21 22:30:56 -04:00
Miroslav Pivovarsky
6bf260b72c
Added a parameter to disable password checks for WiFi AP networks that are not encrypted.
2024-07-31 21:26:34 +02:00
Miroslav Pivovarsky
220573519a
update
2024-07-12 22:00:01 +02:00
Miroslav Pivovarsky
3f85abd5f3
update cfg for the ESP32-S3-cam board
2024-07-12 21:58:19 +02:00
Miroslav Pivovarsky
20d030c808
added default cfg for the external temperature sensor
2024-07-12 21:53:50 +02:00
Miroslav Pivovarsky
b64d86d308
"Added support for an external temperature sensor to more boards.
2024-07-12 21:51:29 +02:00
Miroslav Pivovarsky
7a787943dd
added support for the XIAO ESP32-S3
2024-07-12 21:45:22 +02:00
Miroslav Pivovarsky
e99a5b6afa
First version of the external temperature/humidity sensor
2024-07-12 21:44:08 +02:00
Miroslav Pivovarsky
7eec29558f
update docu
2024-06-28 18:32:34 +02:00
Miroslav Pivovarsky
df1f9e7f4a
Update ESP Async Web server to from 2.10.8 to 3.0.3
2024-06-28 17:31:16 +02:00
Miroslav Pivovarsky
f6e3de0f6f
Added parameter for enable/disable EXIF metadata for the stream
2024-06-27 22:33:49 +02:00
Miroslav Pivovarsky
7cbc3b39be
Change board name from ESP32_S3_CAM to ESP32_S3_DEV_CAM. Added template for the ESP32-S3-CAM board
2024-06-27 22:31:46 +02:00
Miroslav Pivovarsky
c88d352720
fix several thinks
2024-06-27 22:28:43 +02:00
Miroslav Pivovarsky
4fd16e3396
update template for the esp32-wrover-dev board
2024-06-27 22:27:45 +02:00
Miroslav Pivovarsky
0bac260717
Init template for XIAO ESP32-S3 Sense board
2024-06-27 22:25:04 +02:00
Miroslav Pivovarsky
213e26d1e0
update FLASH led code
2024-06-27 22:23:02 +02:00
Miroslav Pivovarsky
5a8854d220
Init templates for ESP32-S3-EYE board
2024-06-27 22:20:46 +02:00
Miroslav Pivovarsky
e247969bca
init templates for ESP32-S3-CAM modules
2024-06-27 22:19:31 +02:00
Miroslav Pivovarsky
7ff7fb06f5
added WEB api
2024-06-27 22:16:15 +02:00
Miroslav Pivovarsky
a82fa2e48c
Update arduino-esp32 from 2.0.16 to 3.0.2 (from ESP IDF 4.4.7 to ESP IDF 5.1.4)
2024-06-27 22:15:12 +02:00
Miroslav Pivovarsky
51330258d4
Initial version with multi-board support
2024-06-27 22:12:49 +02:00
Miroslav Pivovarsky
cee7ebc8ae
added camera module info
2024-06-01 14:38:31 +02:00
Miroslav Pivovarsky
4243473169
updated library for logging
2024-05-31 22:44:12 +02:00
Miroslav Pivovarsky
b639de0dd7
update logs
2024-05-31 22:28:06 +02:00
Miroslav Pivovarsky
596ecf9ad3
fixed issue and typo
2024-05-31 22:15:30 +02:00
Miroslav Pivovarsky
e6b20283ca
added check for failed photo capture
2024-05-27 19:18:04 +02:00
Miroslav Pivovarsky
68e26390ac
updated logging and web design
2024-05-27 17:53:04 +02:00
Miroslav Pivovarsky
55bdcecf84
added saving image snapshot to micro SD card
2024-05-27 17:42:44 +02:00
Miroslav Pivovarsky
527f2a53ae
added photo EXIF metadata
2024-05-27 17:15:15 +02:00
Miroslav Pivovarsky
532ed3e46f
change sending data to connect
2024-05-16 22:29:48 +02:00
Miroslav Pivovarsky
b092a215e2
Added the option to use a static IP address in Wi-Fi client mode.
2024-05-10 23:42:03 +02:00
Miroslav Pivovarsky
4692f10340
Added the option to disable the service AP after MCU startup
2024-05-10 23:35:08 +02:00
Miroslav Pivovarsky
449bb07b58
Fixed memory utilization issue. Utilized F() macro for moving strings from RAM to PROGMEM.
2024-05-10 23:29:55 +02:00
Miroslav Pivovarsky
c2dd99f5c5
Fixed issue with sending large images to the backend.
2024-04-25 17:57:08 +02:00
Miroslav Pivovarsky
0eefd45e11
initial commit
2024-04-18 21:55:30 +02:00