|
|
@ -15,3 +15,9 @@ void camera_motion_detection_init(void) |
|
|
|
register_motion_detection(xQueueAIFrame, NULL, NULL, xQueueLCDFrame); |
|
|
|
register_lcd(xQueueLCDFrame, NULL, true); |
|
|
|
} |
|
|
|
|
|
|
|
void camera_init(void) {} |
|
|
|
|
|
|
|
void camera_registered_cb(void) {} |
|
|
|
|
|
|
|
void camera_taking_pictures(void) {} |