Is there a way to provide a video feed of what the glass is currently displaying ? I am looking for a way to do something similar to the screencast from the MyGlass app, but directing the feed to wherever I need it (probably to my server)
Asked
Active
Viewed 60 times
1 Answers
1
You can connect to your Glass with adb
and then mirror the Android device screen to your PC.
A tutorial can be found here.

Tomnar
- 357
- 2
- 11
-
Hey! Thanks for the answer and the link! I did not know about that and it seems pretty cool. I was however trying to get the video feed programatically, and then maybe send it to my backend using a web service or something along those lines... Thanks anyways! – Mateo Jul 24 '14 at 21:17