The Moverio series of AR glasses from Epson are supported by the latest OSVR-Android source. Deploying an OSVR application to this device requires a few steps:
- Build the latest OSVR-Android-Build (preferably) or download a binary here.
- Add the osvr_server_config.moverio_highfov.json file to your Android project's assets folder. Verify that the file is bundled into the assets folder of the final packaged application .apk.
- At runtime, check if
/sdcard/osvr/osvr_server_config.json
exists, and if not copyosvr_server_config.moverio_highfov.json
from your application's bundle to/sdcard/osvr/osvr_server_config.json
(note the file rename). This must be done before initializing any OSVR client contexts. See sample code here for an easy-to-use utility to do this with one call toextractFiles()
. - Call
osvrClientAttemptServerAutoStart()
to start the OSVR server before creating any OSVR client contexts. Make sure to callosvrClientReleaseAutoStartedServer()
before your app shuts down.
One additional step that is specific to the Moverio is to use the Epson Moverio SDK to put the Moverio display into 3D mode when the application starts. Please see the Moverio SDK Documentation for details on how to do this. Without this step, the user will need to put the display in 3D mode manually before running your app, or else they will see a side-by-side picture. Here is where to get the SDK for the Moverio BT-300 (some items are shared between multiple Moverio models, however please see the latest documentation for your device):