Skip to content
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.

fixed small errors #26

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ All of the prototypes are build on top of the WebVR 1.1 spec and for the basic A

### <a name="GetATangoDevice">1. Get a Tango enabled device</a>

In order to test this prototype browser, you will need a Tango enabled device. Tango is a hardware and software specification from Google to enable AR on mobile devices. Tango enabled devices include a wide field of view (FOV) camera and an infrared camera on top of the reguar RGB camera to provide advanced AR and real world understanding capabilities. Check out the [Supported Devices](#SupportedDevices) section for futher information.
In order to test this prototype browser, you will need a Tango enabled device. Tango is a hardware and software specification from Google to enable AR on mobile devices. Tango enabled devices include a wide field of view (FOV) camera and an infrared camera on top of the regular RGB camera to provide advanced AR and real world understanding capabilities. Check out the [Supported Devices](#SupportedDevices) section for further information.

### <a name="InstallTheWebARonTangoAPK">2. Install the WebARonTango APK</a>

Expand Down Expand Up @@ -115,7 +115,7 @@ WebARonTango is built of two essential technologies: Tango and Chromium. We also
## <a name="KnownIssues">Known issues</a>
* The current implementation of WebAR is built on top of the Chromium WebView flavor. This has some implementation advantages but some performance and use disadvantages. We are working on making the implementation on a full version of Chromium.
* Pausing/resuming/switching away from the app causes screen to turn black. This is a consequence of having built the implementation on top of the WebView flavor of Chromium. A proper implementation on full Chromium or a rebase to a more recent Chromium WebView version (>57.0.2987.5) might solve this problem.
* The [Web Speech](https://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html) API is a standard web API for text to speech and speech to text conversion that is available in Chromium. As WebARonTango is built on top of the WebView version of Chromium, does not provide this functionality by default. There is a solution though, using a polyfill we provide, but in order to use it, you need to either a) include the [three.ar.js](https://github.com/google-ar/three.ar.js) library before making any use of the Web Speech API or b) include the [ARSpeechRecognition.js](https://github.com/google-ar/three.ar.js/blob/master/src/ARSpeechRecognition.js) file also before making any reference to the Web Speech API. Only speech recognition is suspported, not speech synthesis for now.
* The [Web Speech](https://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html) API is a standard web API for text to speech and speech to text conversion that is available in Chromium. As WebARonTango is built on top of the WebView version of Chromium, does not provide this functionality by default. There is a solution though, using a polyfill we provide, but in order to use it, you need to either a) include the [three.ar.js](https://github.com/google-ar/three.ar.js) library before making any use of the Web Speech API or b) include the [ARSpeechRecognition.js](https://github.com/google-ar/three.ar.js/blob/master/src/ARSpeechRecognition.js) file also before making any reference to the Web Speech API. Only speech recognition is supported, not speech synthesis for now.

## <a name="FutureWork">Future work</a>
* Add more AR-related features.
Expand Down Expand Up @@ -487,4 +487,4 @@ Apache License Version 2.0 (see the `LICENSE' file inside this repo).
* Develop more examples.
* 6DOF VR example.
* Fully operational example that shows possibilities of WebAR for online shopping.
-->
-->