geeksville / Micro-RTSP

A RTSP video server intended for very small CPUs (ESP32 etc)
MIT License
778 stars 203 forks source link

Errors on boot #21

Open fedyfausto opened 5 years ago

fedyfausto commented 5 years ago

Hello after i flash the source without errors i get these errors on startup:

rst:0x3 (SW_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:1100 load:0x40078000,len:9232 load:0x40080400,len:6412 entry 0x400806a8 ets Jun 8 2016 00:22:57

how can i fix?

MarioLiebisch commented 4 years ago

There's no error, but I've noticed there's also no output if you don't have an LCD and it seems like it just gets stuck if the camera config is wrong.

In setup() you might have to replace the line

cam.init(esp32cam_config);

with

cam.init(esp32cam_aithinker_config);

(or another model) to make it work properly.