rzeldent / esp32cam-rtsp

Simple RTSP (streaming image) server for the ESP32CAM. Easy configuration and monitoring through the web interface.
664 stars 121 forks source link

Simplest way... #139

Closed SergeKlutchenko closed 2 months ago

SergeKlutchenko commented 2 months ago

I assume you have Visual studio Code with platformio installed. 1- download the esp32cam-rtsp folder by clicking on code. 2- In platformio do "import a project" 3- go to the imported folder. 4- import project 5- In the platformio.ini file, uncheck your board and save For example: [platformio] default_envs = esp32cam_ai_thinker platformio click build if ok click upload It worked fine for me.

SergeKlutchenko commented 2 months ago

but i got this Failed to initialize the camera! Result: 261 (ESP_ERR_NOT_FOUND) Please check hardware or correct the camera settings and restart.