Skip to content

Commit 5eda278

Browse files
authoredJul 16, 2021
Update camera example (#5397)
Fixes: #5128 Fixes: #5324
1 parent c8a4010 commit 5eda278

File tree

3 files changed

+2361
-820
lines changed

3 files changed

+2361
-820
lines changed
 

‎libraries/ESP32/examples/Camera/CameraWebServer/CameraWebServer.ino

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//Disable Example for now
2-
#if 0
31
#include "esp_camera.h"
42
#include <WiFi.h>
53

@@ -112,7 +110,3 @@ void loop() {
112110
// put your main code here, to run repeatedly:
113111
delay(10000);
114112
}
115-
#else
116-
void setup(){}
117-
void loop(){}
118-
#endif

‎libraries/ESP32/examples/Camera/CameraWebServer/app_httpd.cpp

Lines changed: 798 additions & 264 deletions
Large diffs are not rendered by default.

‎libraries/ESP32/examples/Camera/CameraWebServer/camera_index.h

Lines changed: 1563 additions & 550 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.