2.0.1
About NARLib
- This library is provided as a package for implementing augmented reality applications.
- The library estimates the camera coordinate transform matrix for a marker based on an image that captures the marker.
Confirmed SDK Versions
About the Sample Demos
The sampledemos
directory contains simple code samples.
- simple
- The simplest sample. Renders a cube over the included marker. Print out the PDF file in the
resources
directory at its current size, cut out the image, and use that as the marker.
- stereo
- A sample that uses the stereo camera.
- marker_maker
- This sample creates marker patterns. Upon startup, it recognizes the "?" marker. Press the Y Button to enter marker registration mode. Candidate markers appear in the lower screen. Select markers with the Left and Right Buttons, and register markers with the A Button. Press the Y Button again to confirm that the cube appears over that marker. When you register a marker, the pattern data is output to the console. You can use a new marker from the start by using this data as the pattern data of the marker template data in the source file.
- multi_marker
- This sample recognizes multiple markers.
Tools
This section describes the tools in the tools
directory.
- ar_marker_maker
- This tool creates simple data necessary for marker detection from BMP and PNG images. Use
sampledemos/marker_maker
to create the final marker data. See the readme.txt in this directory for details.