Readme-MGR-1_0_20.html
MGR Version 1.0.20
Contents
- Introduction
- Notes
- Notes About Copyright Information
- System Requirements
- Operating Environment
- Installation Procedure
- Known Bugs
- Package Structure
- Related Documents
- Revision History
This package is middleware for motion gesture recognition.
Use this package to recognize moving bodies (objects in motion).
None.
If you are going to use this middleware in your product, you must display the copyright information in the e-manual.
For details about how to display this information, see the CTR E-Manual Creation Guide, Part 2: Templates
included in the CTR e-manual templates.
The following development environment is required in order to use this package.
- CTR-SDK
- ARMCC 4.1 for Nintendo
This package is confirmed to run with the following versions of the development environment.
- CTR-SDK 7.2.1
- ARMCC 4.1 for Nintendo (20121026 build 1049)
Package Location
Unzip this package and put it in any directory.
Nintendo recommends putting it in a directory whose path contains no spaces or double-byte characters.
Once you have put the package in the chosen directory, run setup.wsf
to set the absolute path to the root directory of the package to the CTRMW_MGR_ROOT
environment variable.
Inserting into Applications
To insert this middleware into your application, link the following header files and libraries.
- Header File
- include/mw/mgr/mgr.h
- Libraries
- libraries/(platform)/(target)/libmw_mgr.fast.a (or *.small.a)
-
For the latest information, including bugs that have been discovered since the last release, see the Technical Information section of the Developer Support website.
The structure of this package is shown below.
Note: Not all of the files are listed here.
CTR_MW-MGR/
|
+- documents/
| |
| +- API/
| |
| | +- index.html … API reference
|
|
+- include/
| |
| +- mw/
| |
| +- mgr/
| |
| +- mgr.h … Header file
|
+- libraries/
| |
| +- (platform)/
| |
| +- (target)/
| |
| +- libmw_mgr.fast.a … Library file
| +- libmw_mgr.small.a
|
+- sampledemos/ … Sample demos (a total of 1)
| |
| +- MGRLibDemo/
|
+- Readme-MGR-1_0_20.html … Readme file.
For more information about each function and to learn how to run the sample demos, see the API Reference.
CTR Middleware MGR API Reference Manual
- - Version 1.0.20 (2014/05/23)
-
- Version 1.0.20.
Deleted the link to CSS in a-z_frame.html
.
Fixed a bug where the camera sample did not work in SDK 7.2.1.
- - Version 1.0.20 (2014/01/14)
-
- Version 1.0.20.
Updated to support SDK 7.1.1.
- - Version 1.0.19 (2013/08/30)
-
- Version 1.0.19.
Updated to support SDK 7.0.0.
- - Version 1.0.18 (2013/07/31)
-
- Version 1.0.18.
Updated to support SDK 7.0.0 SnapShot.
- - Version 1.0.7 (2013/04/02)
-
- Version 1.0.17.
Updated to support SDK 5.2.0.
Added support for the nn::applet::Enable
function.
- - Version 1.0.16 (2012/12/21)
-
- Version 1.0.16.
Updated to support SDK 5.0.0.
Updated the version number to match the other recognition libraries.
- - Version 1.0.14 (2012/05/31)
-
- Version 1.0.14.
Updated to support SDK 4.2.0.
- - Version 1.0.13 (2012/05/11)
-
- Version 1.0.13.
Updated to support SDK 4.1.0.
- - Version 1.0.10 (2012/03/16)
-
- Version 1.0.10.
Updated to support SDK 4.0.0.
- - Version 1.0.9 (2011/11/07)
-
- Version 1.0.9
Updated to support SDK 3.2.0.
- - Version 1.0.7 (2011/08/26)
-
- Version 1.0.7.
Updated to support SDK 3.0.0.
- - Version 1.0.5 (2011/06/30)
-
- Version 1.0.5.
Updated to support SDK 2.3.4.
- - Version 1.0.4 (2011/05/18)
-
- Version 1.0.4.
Updated to support SDK 2.3.3.
- - Version 1.0.3 (2011/03/15)
-
- Version 1.0.3
Updated to support SDK 2.0.
- - Version 1.0.2 (2010/12/16)
-
- Updated the version number to match the other recognition libraries.
- - Version 1.0.1 (2010/12/02)
-
- Added a flesh-colored filter parameter (0 - 200) to
MGConfig
.
- - Version 1.0.0 (2010/06/30)
-
CONFIDENTIAL