- Home /
Does Unity3D support ODG R-7 smartglass?
Hi Friends, I am trying to develop an AR app to ODG R-7 Smartglasses. Is it possible to use Unity3d and Vuforia to develop apps for the same?? If yes, Where to start with?
Thanks, Jeeva
Answer by BigHandInSky · Feb 09, 2016 at 02:17 PM
Yes it is - the R-7 is effectively an android device, so if you build onto it, you'll find that it loads the apk and works with vuforia out the gate - a word of warning though is with the R-6 (I'm unsure about the 7 but have been told this will have been fixed), is that the input you get from the touchpad on the glasses is understood by Unity as the "Enter" keycode, not MouseButton 0 like other android devices when you interact with them, so using an asset pack like FingerGestures, you're out of luck and will have to tweak it.
Answer by Jeeva3m · Feb 10, 2016 at 06:38 AM
Hey all, adding to the above answer: The following links would help for those who want to start developing AR for SmartGlasse like ODG R-7.
http://developer.osterhoutgroup.com/augmented-reality-development-with-x5-glasses/ http://developer.vuforia.com/library/articles/FAQ/Vuforia-Digital-Eyewear-FAQ https://developer.vuforia.com/library/articles/Training/Vuforia-for-Digital-Eyewear https://developer.vuforia.com/library/articles/Solution/Digital-Eyewear-Unity-Sample
Thanks,
Jeeva
Your answer
Follow this Question
Related Questions
Control Unity Scenes with Android studio button click(Intents)... 0 Answers
How to exactly layer/Augment a 3D object on Real-world Object? 1 Answer
how to access the buttons when the AR camera is turned on. 0 Answers
Using a wireless camera with iPhone/Android 0 Answers
create a primitive plane with specific size with unity 1 Answer