geeksville / TenDollarWebcam

A small example app for ESP32 + Micro-RTSP
MIT License
389 stars 59 forks source link

Guru Mediation Error + Stream does not open --> reboot #17

Open codeofjan opened 4 years ago

codeofjan commented 4 years ago

I have 3 ESP32-Cams AI-Thinker here and they all display this message. If you try to open the stream in the browser, it simply loads until an browser error occurs. The stream in e.g. VLC does not work too. Here the output from the serial monitor:

...Success, saving preferences
WiFi connected
192.168.178.104
Guru Meditation Error: Core  1 panic'ed (LoadProhibited). Exception was unhandled.
Core 1 register dump:
PC      : 0x400d461f  PS      : 0x00060330  A0      : 0x800d15b8  A1      : 0x3ffb1dc0  
A2      : 0x00000000  A3      : 0x00000000  A4      : 0x400d556c  A5      : 0x00000025  
A6      : 0x00ff0000  A7      : 0x40404040  A8      : 0x800d461c  A9      : 0x3ffb1da0  
A10     : 0x3ffc1920  A11     : 0x3ffbdaa8  A12     : 0x00000025  A13     : 0x00000025  
A14     : 0x3ffbdaa8  A15     : 0xff000000  SAR     : 0x00000007  EXCCAUSE: 0x0000001c  
EXCVADDR: 0x00000000  LBEG    : 0x4000c2e0  LEND    : 0x4000c2f6  LCOUNT  : 0xffffffff  

Backtrace: 0x400d461f:0x3ffb1dc0 0x400d15b5:0x3ffb1de0 0x40157bd5:0x3ffb1e50 0x400d60f7:0x3ffb1e70 0x400d619d:0x3ffb1e90 0x400d6216:0x3ffb1ec0 0x400d639f:0x3ffb1f10 0x400d1d49:0x3ffb1f60 0x400db57d:0x3ffb1fb0 0x4008bc15:0x3ffb1fd0

Rebooting...
ets Jun  8 2016 00:22:57

rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0018,len:4
load:0x3fff001c,len:1044
load:0x40078000,len:8896
load:0x40080400,len:5828
entry 0x400806ac
[E][camera.c:1049] camera_probe(): Detected camera not supported.
[E][camera.c:1249] esp_camera_init(): Camera probe failed with error 0x20004
Camera init returned 131076
Starting SmartConfig.
Waiting for SmartConfig.
..................................................................................SmartConfig ssid: 
Waiting for WiFi to connect
...........................................................................................................................

What's the problem? Does anyone else experiece this problem?

vks007 commented 1 year ago

See my solution here : https://github.com/geeksville/TenDollarWebcam/issues/13#issuecomment-1214390336