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

arduino #66

Closed mhkjoon closed 1 year ago

mhkjoon commented 1 year ago

Hi How can I upload your code on ESP32CAM using Arduino? Also, where is the Arduino code located in this program?

rzeldent commented 1 year ago

Hi mhkjoon,

This code is using the PlatformIO. This is a multiplatform embedded IDE. With some modifications you should be able to get this running on the original Arduino platform by renaming main.cpp to main.ino and setting other options/paths. However, I suggest you use Platformio. This is a plugin for Visual Studio code.

More information how to install this can be found in the documentation.

Kind regards,

Rene