I have new task in hand wherein I have to work on Google Glass POC. My main intention is to access a video file sitting in your phone and access/play it on the connected Google glass. Preferably I have to implement using JavaScript or special library WearScript.
I have done some R&D, the Eclipse and ADT is set. I am now facing following issues.
- I am not getting any idea what should the architecture of the app. I think there must be a Glass companion app sitting on phone which will read the video file and act as a content provider to the app running on glass.
- I do not have actual device (Google glass) and could not find any emulator that I can use with eclipse to install and debug the app.
- is there any readymade frameworks that can help streaming videos from phone or directly from server. (video size is limited 30-40 mb)
It will be great and very helpful if anyone can guide me on above points. Thanks in advance. :)