Questions tagged [google-glass]

Google Glass is a project to create a commercially-viable, next-generation wearable smart device in the form of a pair of glasses featuring a head-mounted display. The product allows users to interact with the device via voice and allows other smartphone-like functionality. Google Glass runs on Android with additional APIs for developers.

Google Glass is a research and development program by Google to develop an augmented reality head-mounted display (HMD). Google Glass runs and displays information in smartphone-like format hands-free and interacts with the Internet via natural language voice commands. The prototype's functionality and minimalist appearance (aluminium strip with 2 nose pads) has been compared to Steve Mann's EyeTap. (from wikipedia)

1569 questions
0
votes
1 answer

How do I batch insert timeline items using PHP and the Google Glass Mirror API?

Currently, in a PHP code base I work on, several timeline items and a bundle cover are inserted in 4 calls like this: insert_timeline_item($mirror_service, $new_timeline_item_1, null, null); insert_timeline_item($mirror_service,…
Lance Nanek
  • 6,377
  • 2
  • 24
  • 19
0
votes
1 answer

Google Glass import Zxing

cheers, we got our hands on one exemplar of the google glass and trying out a little bit. We wanted to create a Barcode Scanner using the zxing library. We imported these two classes:…
ComputerDully
  • 157
  • 1
  • 1
  • 8
0
votes
2 answers

Mirror API send timeline item to particular user

I need to send timeline item to particular subscribed user using Mirror API. I have the user's email id. How can I achive this? Thanks Update: I have GDK app, companion app(which runs on Android mobile device) and Mirror API app. Both GDK app and…
Karthi Ponnusamy
  • 2,031
  • 2
  • 25
  • 41
0
votes
2 answers

Google Glass - Take a picture and save it programmatically

I want to start the camera intent within my app to take a picture and save it to internal storage. I'm using the code of google developers page Capturing images or video. In the processPictureWhenReady method I've implemented the following code to…
Deno Agüero
  • 519
  • 2
  • 9
  • 27
0
votes
1 answer

Open an contextual menu using voice commands in google glass

I am working on an app in that the app will open when i just give an voice command like "Ok,glass"->DemoApp. and this is working fine. Now i want is when an app is open i want to display a screen in which the menus are displayed in a list like…
Sachin
  • 47
  • 3
  • 10
0
votes
1 answer

Google Glass add timeline item from companion app

I have GDK app and companion app(which runs on mobile device) both paired via Bluetooth. Now I have to send notification to glass app(want to add new timeline item) from companion app. Is it possible? If so please share idea and some sample…
Karthi Ponnusamy
  • 2,031
  • 2
  • 25
  • 41
0
votes
1 answer

How to access the android.hardware.camera2.CameraManager in Kitkat

I am trying to use the hidden camera2 api mentioned here for google glass. http://www.slideshare.net/lbk003/an-devcon2013-camera3kaurfinal I have confirmed that Camera2 APIs are available on my kitkat glass using github link in the slides. The dex…
0
votes
2 answers

Is it possible to develop google glass apps using objective c?

I have gone through a deep research on developing google glass apps using objective c ,but I have found that we should only use Java/Python/PHP to develop google glass apps. Since I am an objective c developer I am looking for some static library or…
Ravi Kiran
  • 691
  • 3
  • 9
  • 22
0
votes
1 answer

Google Glass Software Version: XE18.3 update issue

After updating to XE 18.3 (Jul 1, 2014) Glass is getting hot so quickly. I cant video more than 3/4 mins or run any apps around 6/8 min. Any one face that? I used glass since XE12 - December 17, 2013 and never faced that problem. I could video…
Sabbir
  • 126
  • 7
0
votes
1 answer

Is it possible to create and join a local network without losing internet connection

I am writing an Android server app that streams mjepg video using http local connection to a client (Google Glass) under the same network environment.The Glass does not support 802.1X EAP so I choose to host a portable HotSpot (teathering) on the…
cyc115
  • 635
  • 2
  • 14
  • 27
0
votes
1 answer

Running Google Glass GDK Sample on Android Device/Emulator

I want to run the Google Glass GDK Samples and test them on android device/emulator. I have followed the steps as mentioned in http://karanbalkar.com/2014/06/tutorial-83-hello-world-using-google-glass/ and am able to launch the "ok glass" screen and…
droid1001
  • 41
  • 6
0
votes
1 answer

Know if google glass has internet connectivity without waiting TIME_OUT

I need to know if my glass has internet connectivity. I have tried to use this solution How to check if Google Glass is connected to internet using GDK public static void isNetworkAvailable(Context context){ HttpGet httpGet = new…
Bae
  • 892
  • 3
  • 12
  • 26
0
votes
1 answer

Barcode Scann Google Glasses

I started to develop with google glasses and working on a barcode scanner. There for I'm searching a scanner who scan's my bardcode and returns the number. The number later on will be used to get informations about the produkt. I already tryed to…
ComputerDully
  • 157
  • 1
  • 1
  • 8
0
votes
1 answer

Mirror API invalid_grant

I'm trying to use Service Account on Mirror API to call a PHP script on my server to push card into Glass Timeline. Actually I just get a JWT, but when I perform the POST Request to get my token, Google sends me: > '…
user3684398
  • 99
  • 1
  • 11
0
votes
1 answer

How to setup a card view in a corner

I have an activity currently setup where there is a camera preview setup in a surface view. I am looking to implement a card view that scrolls similar to this: https://developers.google.com/glass/develop/gdk/ui-widgets The cards will show…
Vignesh K
  • 13
  • 4