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

10 lines
289 B
C++
Raw Permalink 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"
void register_motion_detection(QueueHandle_t frame_i, QueueHandle_t event,
QueueHandle_t result, QueueHandle_t frame_o = NULL);