mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-06 11:36:51 +03:00
16 lines
293 B
C
16 lines
293 B
C
#ifndef JOMJOL_CONTROLCAMERA_H
|
|
#define JOMJOL_CONTROLCAMERA_H
|
|
|
|
#include <esp_log.h>
|
|
|
|
#include <esp_http_server.h>
|
|
|
|
//#include "ClassControllCamera.h"
|
|
|
|
static const char *TAGPARTCAMERA = "server_camera";
|
|
|
|
void register_server_camera_uri(httpd_handle_t server);
|
|
|
|
void PowerResetCamera();
|
|
|
|
#endif |