donny681 / ESP32_CAMERA_QR

Apache License 2.0
628 stars 226 forks source link

Help,how can i implement into esp32 #36

Open Dlayz1 opened 4 years ago

Dlayz1 commented 4 years ago

Sorry,im new,may i ask how can i implement and upload this into esp32 with detail guide and explaination?the file in the main directory,i cant find the .ino file need to open it into the arduino and as the description stated that i need the esp idf library too.how can i do these?

donny681 commented 4 years ago

Please check out the introduction.

jenmwms commented 4 years ago

@Dlayz1 Keep at it! I'm trying to get this working too. I found this for the ESP-IDF: https://docs.espressif.com/projects/esp-idf/en/stable/get-started/. I see in the Makefile uses the environment variable IDF_PATH so we will need to install it. Then, I think we run (in command line, or terminal) make esp32-cam-demo?