Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
f48a83ec0e | |||
fd9066fa83 | |||
fcd949e427 | |||
d260219ddb | |||
0645ed1eb6 |
30
README.md
30
README.md
@@ -1,28 +1,4 @@
|
|||||||
NxtAR: A generic software architecture for Augmented Reality based mobile robot control.
|
NxtAR-cam
|
||||||
========================================================================================
|
=========
|
||||||
|
|
||||||
Camera module
|
Modulo 1 de mi trabajo especial de grado.
|
||||||
-------------
|
|
||||||
|
|
||||||
### 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
|
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<string name="app_name">NxtAR-cam</string>
|
<string name="app_name">NxtCAM</string>
|
||||||
<string name="action_settings">Settings</string>
|
<string name="action_settings">Settings</string>
|
||||||
<string name="hello_world">Hello world!</string>
|
<string name="hello_world">Hello world!</string>
|
||||||
<string name="camera_success">Cámara abierta exitosamente</string>
|
<string name="camera_success">Cámara abierta exitosamente</string>
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<string name="app_name">NxtAR-cam</string>
|
<string name="app_name">NxtCAM</string>
|
||||||
<string name="action_settings">Settings</string>
|
<string name="action_settings">Settings</string>
|
||||||
<string name="hello_world">Hello world!</string>
|
<string name="hello_world">Hello world!</string>
|
||||||
<string name="camera_success">Camera successfully opened</string>
|
<string name="camera_success">Camera successfully opened</string>
|
||||||
|
Reference in New Issue
Block a user