The MGR library provides applications with the functionality to recognize motion and gestures.
The MGR library provides applications with the following functionality.
Input Image | Format | 24-bit color data |
Size | 160 × 120 or 128 × 96 (pixels) | |
Moving body detection conditions | Moving body size | 10 × 10 to 160 × 120 (pixels) |
Number of moving bodies | One moving body (the largest moving body) | |
Frame count | Eight or more continuous frames | |
Required resources |
ROM: Approximately 155 KB (library data) |
|
Restrictions |
Images that meet the following conditions cannot be recognized. |
In applications, include the mgr.h
header file and link to the libmw_mgr.*.a
library.
An application first calls the function to get working memory and gets the working memory required by the recognition engine. After that, the application allocates the working memory and calls the initialization function. After initialization is finished, the application repeatedly calls the recognition function.
CONFIDENTIAL