|
@ -12,6 +12,7 @@ |
|
|
#include "who_camera.h"
|
|
|
#include "who_camera.h"
|
|
|
#include "who_motion_detection.hpp"
|
|
|
#include "who_motion_detection.hpp"
|
|
|
#include "who_lcd.h"
|
|
|
#include "who_lcd.h"
|
|
|
|
|
|
#include "light.h"
|
|
|
|
|
|
|
|
|
static QueueHandle_t xQueueAIFrame = NULL; |
|
|
static QueueHandle_t xQueueAIFrame = NULL; |
|
|
static QueueHandle_t xQueueLCDFrame = NULL; |
|
|
static QueueHandle_t xQueueLCDFrame = NULL; |
|
@ -30,6 +31,13 @@ void camera_init(void) {} |
|
|
|
|
|
|
|
|
void camera_registered_cb(void) {} |
|
|
void camera_registered_cb(void) {} |
|
|
|
|
|
|
|
|
void camera_taking_pictures(void) {} |
|
|
|
|
|
|
|
|
void camera_taking_pictures(void) |
|
|
|
|
|
{ |
|
|
|
|
|
//打开补光灯
|
|
|
|
|
|
T_camera_fill_light_set_level(true); |
|
|
|
|
|
|
|
|
|
|
|
//关闭补光灯
|
|
|
|
|
|
T_camera_fill_light_set_level(false); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
bool camera_recognition_reaction_plate(void) { return false; } |
|
|
bool camera_recognition_reaction_plate(void) { return false; } |