0

The idea is to create an android app which will directly talk to a google glass application to trigger few commands like take picture, record video, video call etc. The data collected by google glass application should again need to send back to specific Android app.

Thanks!!

  • 1
    What is your question? If it's possible? Everything is possible. You have the internet. – nhaarman Apr 29 '14 at 11:24
  • If it's possible, could you please share any url where it has been explained? I tried to google it for sometime but without much success. – Pravin Kale Apr 29 '14 at 11:32

1 Answers1

0

It is possible. I can think of two options:

  1. Use Bluetooth
  2. Use a server - send the command id to the server from the phone and then read the command id from the Glass
Aksiom
  • 1,565
  • 4
  • 25
  • 39