Questions tagged [vuzix]
31 questions
0
votes
0 answers
Conditional Augmentation for simultaneous multiple marker detection - Vuforia
I am trying to augment a text based on simple marker detection using Vuforia + Unity for Vuzix M400 device. What I want to achieve is the following - if the Camera detects both square and triangle, it should augment the text box "Select Box 1" and…

Hemal
- 1
- 1
0
votes
0 answers
Espresso tests can't see the whole hierarchy of Activities when using Vuzix ActionMenuActivity
I'm working on testing an android app for the Vuzix Blade AR glasses. Vuzix has a library for apps on their devices called HUD-actionmenu which automatically turns a standard dropdown menu into a horizontally scrolling "action menu". I'm writing…

Josh Halpern
- 13
- 1
- 3
0
votes
0 answers
Mutliplayer sync on Mirror and unity
I'm trying to make an app where I send the input from my android device to the server i.e. my pc where Arduino is connected. So the Pc(server) sends the input to the Arduino. But using Mirror, i am having slight difficulties regarding the syncing of…
0
votes
1 answer
Vuzix Speech SDK language support
I want to program an Android App for my Vuzix m300 smart glasses. Using the Vuzix Speech Recognition SDK I want the App to recognize number words in german. In the official docu is mentioned that one should have the correct language recognition…

user13095937
- 11
0
votes
1 answer
Firebase (Unity SDK) on Vuzix Blade: OnTokenReceived never triggered
I'm trying to get Firebase to run in a Unity project on a Vuzix Blade in order to receive Push notifications there. However, the OnTokenReceived callback is never called, so I don't get any token to address push notifications to.
The Vuzix Blade…

Hovering
- 73
- 6
0
votes
0 answers
ZXing won't work on Vuzix M300 but it works on Samsung S9
I am trying to make a barcode/QR scanner using the ZXing library. If I run this app on my Samsung S9 it works. When I run it on the Vuzix M300 it doesn't work. I tried running a demoapp with ZXing on the Vuzix and this one works. My code is the…

joren jamar
- 1
- 1
0
votes
1 answer
How to use KEYCODE_DPAD_CENTER key code in Unity
I am porting a Unity app to Vuzix M300 Android headset and the select button on top of the device does not work within my Unity app. According to the Vuzix dev support page it uses the key code KEYCODE_DPAD_CENTER which it appears Unity does not…

Salbrox
- 143
- 1
- 15
0
votes
2 answers
ADB Device not found
I have a weird problem with my adb. I have a Vuzix M300 and a couple of android phones. The thing is after starting to use my Vuzix M300, my android phones are not being detected by my ADB although my Vuzix is now being detected. This was not the…

Sam Sundar
- 61
- 13
0
votes
1 answer
Camera of AR Application flipped in Vuzix M300 glasses
I am trying to install an AR application build using unity and Vuforia to vuzix m3000 glasses, but the camera of the application is flipped vertically and the contains of the screen is in the right way. I have tried to rotate the AR camera in unity…

nnr
- 1
- 2
0
votes
1 answer
Audio processing never starts in pocketsphinx-android
I've been trying to implement speech recognition on android-driven smart-glasses Vuzix M300 (there's a built-in solution already, but it doesn't support the language I need). I'm trying to run just a pocketsphinx-android demo-app (which in that very…

Sophour
- 106
- 9
0
votes
2 answers
Vuzix sdk loading error cvc-elt.1.a cannot find the declaration of element 'sdk: sdk-addon'
I am trying to load the SDK for Vuzix through the SDK manager in Android Studio but for some reason it will not display the downloads in 'SDK platforms' and 'SDK tools'.
In the 'SDK update sites' tab next to the Vuzix link I added there is a red…

CApgar
- 1
0
votes
1 answer
Android SpeechRecognizer won't notice microphone input
I habe a problem wit my Android App. My device is a Vuzix M300 and I am trying to get voice control to work.
My problem is that when I initialize my SpeechRecognizer and call the startListining method, everything runs, expect that no speech is…

manderda
- 80
- 1
- 8
0
votes
1 answer
Xamarin PCL get Device Information
Hello I would like to make a project for Vuzix M300 Smart Glasses. In order to do so I need to get some information about my device in my PCL.
I found some Xamarin Plugins which did not really solve my problem.
So is there a way to get information…

Daniel_97
- 891
- 1
- 8
- 15
0
votes
1 answer
Vuzix M100 and Webrtc Error: connect failed: EHOSTUNREACH (No route to host)
Here is the Szenario i want to reach:
I want to develop a 2 way remote video conference with a vuzix m100 (Android API 15) and a Google Chrome Browser / alternatively Firefox. In order to reach this connection I'm using WebRTC and a Node.JS Server…

John
- 19
- 4
0
votes
0 answers
Compiling Libraries for different versions of Android
I've been working on an application that is running on multiple different AR headsets that all run different versions of Android. I have several different build flavors for the different versions:
rej {
compileSdkVersion 'Recon…

sjyn
- 99
- 2
- 9