esp32cam
OV2640 camera on ESP32-CAM
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
~
Functions
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
w
~
Variables
b
c
d
f
g
h
l
m
p
r
s
v
x
Typedefs
Enumerations
Enumerator
Related Functions
Files
File List
File Members
All
a
b
c
e
i
l
m
s
u
Functions
Variables
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
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:185
initialResolution
esp32cam::Resolution initialResolution
Definition:
AsyncCam.ino:7
esp32cam::Resolution
Picture width and height.
Definition:
resolution.hpp:12
esp32cam.h
Generated by
1.9.1