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 | 160x120 or 128x96 [pixel] | |
Moving body detection conditions | Moving body size | 10x10 to 160x120[pixel] |
Number of moving bodies | One moving body (the largest moving body) | |
Frame count | 8 or more continuous frames | |
Required resources |
ROM: About 155 KB (library data) |
|
Limitations |
Images detected under the following conditions cannot be recognized. |
Applications should include the mgr.h header file and link to the libmw_mgr.*.a library.
The application first calls the function to get the work memory size and gets the working memory size required by the recognition engine. After that, the working memory is allocated and the initialization function is called. After initialization, the recognition function is called and recognition is repeated.
CONFIDENTIAL