ESP32 WebCam Server 5.0
Fully customizable WebCam server based on Espressif ESP32-based board with a camera.
|
#include <esp_camera.h>
#include <esp_int_wdt.h>
#include <esp_task_wdt.h>
#include "app_component.h"
#include "camera_pins.h"
Go to the source code of this file.
Data Structures | |
class | CLAppCam |
Camera Manager Manages all interactions with camera. More... | |
Macros | |
#define | LAMP_DEFAULT 80 |
Variables | |
CLAppCam | AppCam |
#define LAMP_DEFAULT 80 |
|
extern |