Vuzix Blade App development using Unity(2017.3.0f3)
This sample App for Vuzix Blade can:
- obtain Gyro sensor values and show these on the screen
- obtain Accelerometer values and show these on the screen
- obtain key action and show keycode name chosen on the screen
- obtain camera image and show it on the screen
- apply Gyro sensors value to a GameObject transform
This sample App for Vuzix Blade cannot:
- vibrate Vuzix Blade (Actually I failed to do this)
- use microphone (Never try so far)
- use voice recognition (Never try so far)
- obtain one-finger tap event
sample Unity project is available here:
How to install this App to your Vuzix Blade
1. activate USB debugging
- Settings -> Device -> USB Mode -> PTP or MTP
2. Activate developer mode
3. Activate usb debugging
- Settings->System->Dev Options -> USB Debugging->On
4. Install adb to your PC
5. Build sample app in Unity
- Platform ->android
- Player Settings -> Other Settings -> Minimum API level -> Android 5.0 'Lollipop' (API level 21)
6. Connect your Vuzix Blade to your PC
7. install app to your Vuzix Blade using adb
$ adb install <filename>.apk
Reference
-
Obtain key chosen
-
Use Camera