esp-who/components/modules/ai/who_cat_face_detection.hpp

13 lines
422 B
C++
Raw Normal View History

2021-09-08 20:04:59 +08:00
#pragma once
#include "freertos/FreeRTOS.h"
#include "freertos/queue.h"
#include "freertos/task.h"
#include "freertos/semphr.h"
2021-09-27 15:24:28 +08:00
void register_cat_face_detection(QueueHandle_t frame_i,
QueueHandle_t event,
QueueHandle_t result,
QueueHandle_t frame_o,
const bool camera_fb_return = false);