esp32cam
OV2640 camera on ESP32-CAM
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
WifiCam.hpp
Go to the documentation of this file.
1#ifndef WIFICAM_HPP
2#define WIFICAM_HPP
3
4#include <esp32cam.h>
5
6#include <WebServer.h>
7
9
10extern WebServer server;
11
12void
14
15#endif // WIFICAM_HPP
void addRequestHandlers()
Definition handlers.cpp:185
WebServer server
esp32cam::Resolution initialResolution
Definition AsyncCam.ino:7
Picture width and height.
Definition resolution.hpp:12