Readme-HGR-2_0_1-en.html

HGR Version 2.0.1

Contents

  1. Introduction
  2. Notes
  3. Comments and Notes About License 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 hand gesture recognition.
This package can be used to recognize finger position and finger direction and length.

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 display 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 environment is required in order to use 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.
We recommend that you place it in a directory with a path that does not include spaces or full-width 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_HGR_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/hgr/hgr.h
Libraries
libraries/(platform)/(target)/libmw_hgr.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 Nintendo Developer Portal.

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-HGR/
    |
    +- documents/
    |    |
    |    +- API/
    |         |
    |    |    +- index.html … API reference
    |
    |
    +- include/
    |    |
    |    +- mw/
    |         |
    |         +- hgr/
    |               |
    |               +- hgr.h ... Header file
    |
    +- libraries/
    |    |
    |    +- (platform)/
    |         |
    |         +- (target)/
    |              |
    |              +- libmw_hgr.fast.a ... Library file
    |              +- libmw_hgr.small.a
    |
    +- sampledemos/ …  Sample demos (a total of 1)
    |    |
    |    +- stdapp                                … Standard application
    |    |    |
    |    |    +- HGRLibDemo/
    |    |
    |    +- extapp                                … Extended application
    |         |
    |         +- HGRLibDemo/
    |
    +- Readme-HGR-2_0_1-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 HGR 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