Thank you for your help.
Search found 5 matches
- Mon Nov 04, 2024 12:08 pm
- Forum: ESP32 Arduino
- Topic: The CameraWebServer routine of Arduino does not support ESP32S3-R8 to obtain high-resolution image quality of OV5604 cam
- Replies: 7
- Views: 3363
Re: The CameraWebServer routine of Arduino does not support ESP32S3-R8 to obtain high-resolution image quality of OV5604
GPO34 was connected to a WS2812 by me, but it doesn't work properly. I moved the LED control pin to GPIO and it will work.
Thank you for your help.
Thank you for your help.
- Fri Nov 01, 2024 8:40 am
- Forum: ESP32 Arduino
- Topic: The CameraWebServer routine of Arduino does not support ESP32S3-R8 to obtain high-resolution image quality of OV5604 cam
- Replies: 7
- Views: 3363
Re: The CameraWebServer routine of Arduino does not support ESP32S3-R8 to obtain high-resolution image quality of OV5604
当我重新添加IO21和IO34的定义及配置函数后,编译下载进板子。
似乎例程中有过程使用了IO34,导致程序超时了:
部分log:
[ 1890][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type LEDC (9) successfully set to 0x4200dbf0
[ 1891][V][esp32-hal-periman.c:160] perimanSetPinBus(): Pin 21 successfully set to type LEDC (9) with bus ...
似乎例程中有过程使用了IO34,导致程序超时了:
部分log:
[ 1890][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type LEDC (9) successfully set to 0x4200dbf0
[ 1891][V][esp32-hal-periman.c:160] perimanSetPinBus(): Pin 21 successfully set to type LEDC (9) with bus ...
- Fri Nov 01, 2024 8:03 am
- Forum: ESP32 Arduino
- Topic: The CameraWebServer routine of Arduino does not support ESP32S3-R8 to obtain high-resolution image quality of OV5604 cam
- Replies: 7
- Views: 3363
Re: The CameraWebServer routine of Arduino does not support ESP32S3-R8 to obtain high-resolution image quality of OV5604
thank! Your judgment is correct.
I just tried to comment out the code related to the functions of these two pins, and the image can now be set to the maximum screen.
It seems that the functions related to these two pins are affecting the operation of the board.
Sorry, due to company information ...
I just tried to comment out the code related to the functions of these two pins, and the image can now be set to the maximum screen.
It seems that the functions related to these two pins are affecting the operation of the board.
Sorry, due to company information ...
- Thu Oct 31, 2024 10:59 am
- Forum: ESP32 Arduino
- Topic: The CameraWebServer routine of Arduino does not support ESP32S3-R8 to obtain high-resolution image quality of OV5604 cam
- Replies: 7
- Views: 3363
Re: The CameraWebServer routine of Arduino does not support ESP32S3-R8 to obtain high-resolution image quality of OV5604
log:
ELF file SHA256: d7ad94590a1a7a0b
Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0x8 (SPI_FAST_FLASH_BOOT)
Saved PC:0x403777c5
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce3818,len:0x109c
load:0x403c9700,len:0x4
load:0x403c9704,len:0xb50
load:0x403cc700 ...
ELF file SHA256: d7ad94590a1a7a0b
Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0x8 (SPI_FAST_FLASH_BOOT)
Saved PC:0x403777c5
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce3818,len:0x109c
load:0x403c9700,len:0x4
load:0x403c9704,len:0xb50
load:0x403cc700 ...
- Thu Oct 31, 2024 9:40 am
- Forum: ESP32 Arduino
- Topic: The CameraWebServer routine of Arduino does not support ESP32S3-R8 to obtain high-resolution image quality of OV5604 cam
- Replies: 7
- Views: 3363
The CameraWebServer routine of Arduino does not support ESP32S3-R8 to obtain high-resolution image quality of OV5604 cam
1. Equipment environment description:
Refer to XIAO's hardware schematic for hardware design. website: https://wiki.seeedstudio.com/xiao_esp32s3_getting_started/
The camera selected is OV5640.
SoC:ESP32-S3R8。
ArduinoIDE 2.3.3。
ESP32 by ESPressif Systems version 3.0.5.
2. Problem description:
(1 ...
Refer to XIAO's hardware schematic for hardware design. website: https://wiki.seeedstudio.com/xiao_esp32s3_getting_started/
The camera selected is OV5640.
SoC:ESP32-S3R8。
ArduinoIDE 2.3.3。
ESP32 by ESPressif Systems version 3.0.5.
2. Problem description:
(1 ...