botofancalin / ESP32_Camera_System

WiFi Video Streaming from ESP32 Camera to ESP32 TFT
MIT License
44 stars 9 forks source link

how to build it?? #2

Closed WJohnnyW closed 5 years ago

botofancalin commented 5 years ago

Install visual studio code. Install PlatformIO extension for VsCode. Open the project folder on VsCode. Build the projects.

WJohnnyW commented 5 years ago

There are not wifi.h,wifi.c,esp_camera.h,esp_camera.c in Sender folder,I just can't find them

botofancalin commented 5 years ago

Did you install platformio on VsCode? If you have everything installed, it should work just fine. The files you are asking about are on [userprofile].platformio\packages\framework-arduinoespressif32\tools\sdk\include... folder on your PC

camera system