B4R Question Esp32CamDEMO on esp32-s3 - connectivity problem

Arf

Well-Known Member
Licensed User
Longtime User
I've been working with miker2069's ESP32CAMDEMO tutorial but using a ESP32-S3 with OV2640.
It's starting, I can connect via browser but when I try get a picture or live feed, this happens and the module reboots:

++++++++++++++NEW STREAM!+++++++++++++++
GET /pic HTTP/1.1
Host: 192.168.0.230
Connection: keep-alive
DNT: 1
Upgrade-Insecure-Requests: 1
Guru Meditation Error: Core 1 panic'ed (Unhandled debug exception).
Debug exception reason: Stack canary watchpoint triggered (loopTask)
Core 1 register dump:
PC : 0x40380482 PS : 0x00060036 A0 : 0x8037ec2c A1 : 0x3fcea0e0
A2 : 0x3fc95a58 A3 : 0xffffffff A4 : 0x00060023 A5 : 0x00060023
A6 : 0xb33fffff A7 : 0xb33fffff A8 : 0x80380615 A9 : 0x3fc98cc0
A10 : 0x00060023 A11 : 0x00000001 A12 : 0x00060021 A13 : 0x00000001
A14 : 0x03c95950 A15 : 0x3fc95950 SAR : 0x0000001b EXCCAUSE: 0x00000001
EXCVADDR: 0x00000000 LBEG : 0x40056f5c LEND : 0x40056f72 LCOUNT : 0xffffffff
Backtrace: 0x4038047f:0x3fcea0e0 0x4037ec29:0x3fcea110 0x4038080c:0x3fcea140 0x40380802:0xa5a5a5a5 |<-CORRUPTED
ELF file SHA256: 7826212497934634
Rebooting...

Can anyone tell from this what is likely going wrong?
 
Top