Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Unleash the full power of you ESP32 camera

## How to Add the Library
Download the ZIP File: Download the library as a ZIP file and extract it.

Locate the Correct Folder: Inside the extracted folder, you will find a folder named EloquentEsp32cam-main. This folder contains the necessary files (e.g., library.json, library.properties).

Add the Library to Arduino IDE: Open Arduino IDE and go to:

Sketch -> Include Library -> Add .ZIP Library...

Select the inner EloquentEsp32cam-main folder (the one containing the library files).

Make sure you add the 2nd EloquentEsp32cam-main folder to avoid errors.

This Arduino library kickstarts your ESP32 camera projects
by providing you a set of tools to easily interact your the camera.

Expand Down Expand Up @@ -188,4 +201,4 @@ void loop() {
});
}
}
```
```