Readme-MGR-2_0_1.html

MGR Ver 2.0.1

Contents

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

1. Introduction

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

Back to top

2. Notes

None.

Back to top

3. Comments and Notes About License Information

If you are going to use this middleware in your product, you must show the copyright information in the e-manual.
For more information about how to display this information, see the CTR Electronic Manual Creation Guide, Part 2: Template Units included with the CTR e-manual templates.

Back to top

4. System Requirements

The following development environments are required to run this package.

Back to top

5. Operating Environment

This package has been confirmed to run on the following versions of the development environment.

Back to top

6. Installation

Package Location

Extract this package and put it in any directory.
Nintendo recommends that you place it in a directory with a path that does not include spaces or full-width characters.
After 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.

Incorporating This Package Into Your Application

Link to the following header files and libraries to include this middleware in an application.

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 identified 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 shown 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)
    |    |
    |    +- stdapp                                … Standard applications
    |    |    |
    |    |    +- MGRLibDemo/
    |    |
    |    +- extapp                                … Extended applications
    |         |
    |         +- MGRLibDemo/
    |
    +- Readme-MGR-1_0_20-en.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 2.0.1 (2014/09/02)
- Version 2.0.0 (2014/05/28)
Back to top

CONFIDENTIAL