esp32cam
OV2640 camera on ESP32-CAM
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
Loading...
Searching...
No Matches
examples
AsyncCam
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
10
extern
esp32cam::Resolution
initialResolution
;
11
12
extern
AsyncWebServer
server
;
13
14
void
15
addRequestHandlers
();
16
17
#endif
// ASYNCCAM_HPP
server
AsyncWebServer server
addRequestHandlers
void addRequestHandlers()
Definition
handlers.cpp:186
initialResolution
esp32cam::Resolution initialResolution
Definition
AsyncCam.ino:7
esp32cam::Resolution
Picture width and height.
Definition
resolution.hpp:12
esp32cam.h
Generated by
1.9.8