File tree 2 files changed +5
-4
lines changed
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
14
14
15
15
## Installation
16
16
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 .
19
19
3 . 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 1
1
name =esp32cam
2
- version =0.0.20240110
2
+ version =0.0.20240626
3
3
author =Junxiao Shi
4
4
maintainer =Junxiao Shi
5
5
sentence =OV2640 camera on ESP32-CAM.
You can’t perform that action at this time.
0 commit comments