Questions tagged [vuzix]

31 questions
6
votes
1 answer

Android camera focusing only once

We are developing an app for the Vuzix M100, which should continuously read a barcode and display the result in a textView. Therefore, the camera takes a picture every 5 seconds and sends the bitmap to the zxing barcode scanner. We are almost done,…
LBre
  • 61
  • 2
3
votes
0 answers

Android Speech Recognition on smartglasses Vuzix M300

We are currently developing an application that needs voice interaction. The app is for the smartglasses Vuzix M300. We have tried their sample app for Speech recognition but it does not work as expected (some words are not always recognized). After…
3
votes
2 answers

Android SpeechRecognizer Vuzix M300

I have an Vuzix m300 (Update 1.2) and I am trying to get my app running with voice control. I really couldn't find any code samples specific for the m300 (I think due to it is to new?). The built in Speech Recognizer works fine. But when I try to…
manderda
  • 80
  • 1
  • 8
2
votes
1 answer

How to configure VUZIX Blade Hardware Profile in AVD Manager?

I am trying to setup the VUZIX developer environment to create the first working prototype. The source code which I found on the VUZIX website is here: https://www.vuzix.com/Developer/Dashboard/Blade-Code-Samples Unfortunately there are no readymade…
Manghud
  • 1,126
  • 3
  • 12
  • 20
2
votes
2 answers

How can i run my vuzix android glass app in android studio emulator?

I am developing a glass app for vuzix m100, blade and m300. I don't have any hardware-glass to run and check the app. How can run app using emulator in android studio? I tried all steps in developer support portal of vuzix.
2
votes
0 answers

I found the following error during vuzix m100 setting in android studio

The error contents are as follows. failed to find target Vuzix Corporation:Vuzix M100 Add-On:15 : C:\Users\vopl1\AppData\Local\Android\Sdk I installed vuzix m100 sdk. But I don't know why the problem arises. Please Help me Please. It is very eager.
ChoiEunSu
  • 21
  • 3
2
votes
1 answer

Webrtc in Vuzix m300

I finished every configuration and tested on multiple Android devices, everything works fine, but when I test the streaming with the Vuzix M300, which is a smart glass run on Android 6, the streaming didn't happen and not even getting any error in…
2
votes
1 answer

How to setup android studio to use vuzix m100 smart glass sdk

I am new in vuzix smart glasses. by searching here and there i am not getting any initial steps to go with vuzix. 1.I have register with vuzix as developer and got initial phase documentation. 2.How to setup vuzix sdk in android studio Note: i don't…
Suraj Bahadur
  • 3,730
  • 3
  • 27
  • 55
1
vote
2 answers

How to map an Android keycode to a Unity keycode?

I am trying to get the touchpad of the Vizux M400 to work in Unity. The Vuzix runs on Android and I know that for example a touchpad swipe forward is handled with the android keycode KEYCODE_DPAD_RIGHT (22). How do I map this keycode now to a…
made3
  • 89
  • 1
  • 5
1
vote
0 answers

How to make a horizontal ViewPager for the Vuzix Blade?

I'm trying to make a file directory for the Vuzix Blade. Each file should be its own view, and they should scroll horizontally. The Blade's UI has an action menu, and the view in focus should be the target of actions performed by the buttons in the…
1
vote
2 answers

How to run VUZIX Blade Template application?

Trying to create the first template application with the sample code provided by VUZIX Blade glasses. But, unfortunately do not know how to use the template application using Android Studio. The Blade_Template_AppV2 has been imported and I am…
Manghud
  • 1,126
  • 3
  • 12
  • 20
1
vote
3 answers

Android Studio "Invalid hash string" warning in Compile Sdk Version

I'm very new at Android app development and trying to apply some changes on an existing project. When I try to change the Compile Sdk Version in Project Structure in Android Studio, it displays a red warning (Invalid hash string) on the right side…
1
vote
1 answer

Vuzix m300 Speech and Touchpad in UNIty3D

Is there any way to include Speech recognition and Touch pad support for Vuzix m300 using Unity. The code shared is for Android Studio development. I am requesting for Unity3D.
1
vote
2 answers

Why downloaded apk files are not displaying in Vuzix SmartGlass's download folder?

Now I developed the android application for Vuzix SmartGlass. And I uploaded the apk files in google drive and shared the link to my customer to download the apk. After my customer downloaded the apk files, those downloaded files are not displaying…
NML
  • 105
  • 1
  • 11
0
votes
0 answers

Wikitude Unity - How to make UI of image tracking more stable and static?

I'm using Wikitude Unity SDK 9.12 and I want to make a UI panel that uses 4 image tracking to anchor, it's a big panel so the 4 trackers. At first, I tried using extended tracking to fix the panel, however I had problems and it didn't work well.…
1
2 3