|
@ -14,4 +14,10 @@ void camera_motion_detection_init(void) |
|
|
register_camera(PIXFORMAT_RGB565, FRAMESIZE_240X240, 2, xQueueAIFrame); |
|
|
register_camera(PIXFORMAT_RGB565, FRAMESIZE_240X240, 2, xQueueAIFrame); |
|
|
register_motion_detection(xQueueAIFrame, NULL, NULL, xQueueLCDFrame); |
|
|
register_motion_detection(xQueueAIFrame, NULL, NULL, xQueueLCDFrame); |
|
|
register_lcd(xQueueLCDFrame, NULL, true); |
|
|
register_lcd(xQueueLCDFrame, NULL, true); |
|
|
} |
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
void camera_init(void) {} |
|
|
|
|
|
|
|
|
|
|
|
void camera_registered_cb(void) {} |
|
|
|
|
|
|
|
|
|
|
|
void camera_taking_pictures(void) {} |