Readme-MGR-1_0_20.html

MGR Version 1.0.20

Contents

  1. Introduction
  2. Notes
  3. Notes About Copyright Information
  4. System Requirements
  5. Operating Environment
  6. Installation Procedure
  7. Known Bugs
  8. Package Structure
  9. Related Documents
  10. Revision History

1. Introduction

This package is middleware for motion gesture recognition.
Use this package to recognize moving bodies (objects in motion).

Back to top

2. Notes

None.

Back to top

3. Notes About Copyright Information

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.

Back to top

4. System Requirements

The following development environment is required in order to use this package.

Back to top

5. Operating Environment

This package is confirmed to run with the following versions of the development environment.

Back to top

6. Installation

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)

Back to top

7. Known Bugs

For the latest information, including bugs that have been discovered since the last release, see the Technical Information section of the Developer Support website.

Back to top

8. Package Structure

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.

Back to top

9. Related Documents

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

Back to top

10. Revision History

- Version 1.0.20 (2014/05/23)

- Version 1.0.20 (2014/01/14)

- Version 1.0.19 (2013/08/30)

- Version 1.0.18 (2013/07/31)

- Version 1.0.7 (2013/04/02)

- Version 1.0.16 (2012/12/21)

- Version 1.0.14 (2012/05/31)

- Version 1.0.13 (2012/05/11)

- Version 1.0.10 (2012/03/16)

- Version 1.0.9 (2011/11/07)

- Version 1.0.7 (2011/08/26)

- Version 1.0.5 (2011/06/30)

- Version 1.0.4 (2011/05/18)

- Version 1.0.3 (2011/03/15)

- Version 1.0.2 (2010/12/16)

- Version 1.0.1 (2010/12/02)

- Version 1.0.0 (2010/06/30)
Back to top

CONFIDENTIAL