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

10 lines
289 B
C++

#pragma once
#include "freertos/FreeRTOS.h"
#include "freertos/queue.h"
#include "freertos/task.h"
#include "freertos/semphr.h"
void register_motion_detection(QueueHandle_t frame_i, QueueHandle_t event,
QueueHandle_t result, QueueHandle_t frame_o = NULL);