mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-07 12:06:58 +03:00
14 lines
240 B
C
14 lines
240 B
C
#ifndef JOMJOL_CONTROLCAMERA_H
|
|
#define JOMJOL_CONTROLCAMERA_H
|
|
|
|
#include <esp_log.h>
|
|
|
|
#include <esp_http_server.h>
|
|
|
|
//#include "ClassControllCamera.h"
|
|
|
|
void register_server_camera_uri(httpd_handle_t server);
|
|
|
|
void PowerResetCamera();
|
|
|
|
#endif |