Support ESP32-S3 CAM board / OV3660 #311
Replies: 4 comments 8 replies
-
|
Hi @xnetworker, I'm not sure if this board is supported by the firmware, I haven't tested up to now. See github repo readme for already tested and compatible boards / cameras. Please provide pinout of this board to be able to check for any differences. Additonally if the camera is an OV3660, the model is also not yet offcially supported, only OV2640 and OV5640 are supported. A test firmware for OV3660 is linked the other discussion (download and OTA update): #300 (reply in thread) |
Beta Was this translation helpful? Give feedback.
-
|
I have built 2nd system for old analogue electricity meter . Used a new pucka Freenove ESP32-S3-WROOM , came with OV3660 [not 5640 as per log]. Did not work with the error below Replace camera with 2640 and all works I (1975) MAIN: PSRAM size: 8388608 byte (8MB / 64MBit) I currently have a spare waveshare esp32-s3-eth and following cameras |
Beta Was this translation helpful? Give feedback.
-
|
OV3660 and ESP32-S3-CAM are supported with upcoming release v17.4.0: #302 |
Beta Was this translation helpful? Give feedback.
-
|
Is there a way to change the LED to white? Now the flash light is blue/white |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Description
I bought a new ESP32-S3 Cam. It’s the ESP32-S3 CAM Development Board WiFi+Bluetooth Module N16R8 with an OV2640/OV3660 camera. Here’s the link: https://www.ebay.de/itm/276678537422?var=2560110221892
The installation worked. On startup I get the following error message:
[0d00h00m01s] 2025-10-27T20:26:12 <INF> [CAMCTRL] Init camera [0d00h00m01s] 2025-10-27T20:26:12 <ERR> [CAMCTRL] Camera init failed: 0x106 [0d00h00m01s] 2025-10-27T20:26:12 <ERR> [CAMCTRL] Detected camera model or JPEG format is not supported [0d00h00m01s] 2025-10-27T20:26:12 <ERR> [MAINCTRL] Process state: Initialization FailedHow can I get the camera to work? Is there anything else I should keep in mind with this board? Thanks in advance.
Logs
Firmware Version
Release: v17.3.0-SLFork (Commit: 1f3d96d)
Beta Was this translation helpful? Give feedback.
All reactions