mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 12:36:52 +03:00
20 lines
382 B
C++
20 lines
382 B
C++
#include <esp_log.h>
|
|
|
|
#include <esp_http_server.h>
|
|
#include "CFindTemplate.h"
|
|
|
|
//#include "ClassControllCamera.h"
|
|
|
|
static const char *TAGTFLITE = "server_tflite";
|
|
|
|
void register_server_tflite_uri(httpd_handle_t server);
|
|
|
|
void KillTFliteTasks();
|
|
|
|
void TFliteDoAutoStart();
|
|
|
|
bool isSetupModusActive();
|
|
|
|
ImageData* GetJPG(std::string _filename);
|
|
|
|
esp_err_t GetRawJPG(httpd_req_t *req); |