Develop App for Vuzix Blade using Unity

2285 단어 ARVuzixBladeUnity

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

  • https://www.vuzix.com/Developer/KnowledgeBase/Detail/1077
  • 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
  • https://qiita.com/pilkul/items/6351a967372541d92718

  • Use Camera
  • https://www.urablog.xyz/entry/2017/07/06/225444
  • 좋은 웹페이지 즐겨찾기