File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ This library has been tested with AI Thinker [ESP32-CAM](https://docs.ai-thinker
1414
1515## Installation
1616
17- 1 . Clone this repository under ` $HOME/Arduino/libraries ` directory .
18- 2 . Add ` #include <esp32cam.h> ` to your sketch .
17+ 1 . Install [ ESP32 Arduino core ] ( https://github.com/espressif/arduino-esp32 ) v3.x .
18+ 2 . Clone this repository under ` $HOME/Arduino/libraries ` directory .
19193 . In * Tools* - * Board* menu, select ** AI Thinker ESP32-CAM** to enable 4MB external PSRAM.
20- 4 . Check out the [ examples] ( examples/ ) for how to use.
20+ 4 . Add ` #include <esp32cam.h> ` to your sketch.
21+ 5 . Check out the [ examples] ( examples/ ) for how to use.
Original file line number Diff line number Diff line change 11name =esp32cam
2- version =0.0.20240110
2+ version =0.0.20240626
33author =Junxiao Shi
44maintainer =Junxiao Shi
55sentence =OV2640 camera on ESP32-CAM.
You can’t perform that action at this time.
0 commit comments