Merge branch 'develop'

This commit is contained in:
2014-06-26 11:53:06 -04:30
3 changed files with 29 additions and 5 deletions

View File

@@ -1,4 +1,28 @@
NxtAR-cam
=========
NxtAR: A generic software architecture for Augmented Reality based mobile robot control.
========================================================================================
Modulo 1 de mi trabajo especial de grado.
Camera module
-------------
### Abstract ###
NxtAR is a generic software architecture for the development of Augmented Reality games
and applications centered around mobile robot control. This is a reference implementation
with support for [LEGO Mindstorms NXT][1] mobile robots.
### Module description ###
The camera module is a reference implementation of the image capture module of the NxtAR architecture for
the Android (>=3.0) operating system. This module acts as a bridge between the [robot control][2] and [core][3] modules of
the architecture, capturing images to be processed by the core module and forwarding control instructions to
the robot module.
### Module installation and usage. ###
Install the NxtAR-cam_XXXXXX.apk file on your device. Detailed usage instructions can be found in the [NxtAR Android backend module][4]
documentation.
[1]: http://www.lego.com/en-us/mindstorms/?domainredir=mindstorms.lego.com
[2]: https://github.com/sagge-miky/NxtAR-bot
[3]: https://github.com/sagge-miky/NxtAR-core
[4]: https://github.com/sagge-miky/NxtAR-android

View File

@@ -17,7 +17,7 @@
<resources>
<string name="app_name">NxtCAM</string>
<string name="app_name">NxtAR-cam</string>
<string name="action_settings">Settings</string>
<string name="hello_world">Hello world!</string>
<string name="camera_success">Cámara abierta exitosamente</string>

View File

@@ -17,7 +17,7 @@
<resources>
<string name="app_name">NxtCAM</string>
<string name="app_name">NxtAR-cam</string>
<string name="action_settings">Settings</string>
<string name="hello_world">Hello world!</string>
<string name="camera_success">Camera successfully opened</string>