LoginSignup
4
1

More than 5 years have passed since last update.

Develop App for Vuzix Blade using Unity

Posted at

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

sampleApp.png

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

4
1
7

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
1