esp32cam
OV2640 camera on ESP32-CAM
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
AsyncCam.hpp
Go to the documentation of this file.
1 #ifndef ASYNCCAM_HPP
2 #define ASYNCCAM_HPP
3 
4 // It is necessary to include ESPAsyncWebServer.h before esp32cam.h for Arduino builder to
5 // recognize the dependency.
6 #include <ESPAsyncWebServer.h>
7 
8 #include <esp32cam.h>
9 
11 
12 extern AsyncWebServer server;
13 
14 void
16 
17 #endif // ASYNCCAM_HPP
AsyncWebServer server
void addRequestHandlers()
Definition: handlers.cpp:185
esp32cam::Resolution initialResolution
Definition: AsyncCam.ino:7
Picture width and height.
Definition: resolution.hpp:12