google-glass

Displaying Video on Webpage from Google Glass

守給你的承諾、 提交于 2019-12-14 00:39:06
问题 I just picked up my Glass this weekend! Very excited. :) I recorded a video with my Google Glass, shared it to my application, then with my web app made an oauth connection to the Mirror API and retrieved a video content type="video/mp4" and content URL (using PHP $attachment->getContentUrl()) that looks like this: http://redirector.googlevideo.com/videoplayback?id=f4046ce94ae5d248&itag=22&source=picasa&cmo=sensitive_content%3Dyes&ip=0.0.0.0&ipbits=0&expire=1378342900&sparams=id,itag,source

Insert Time line card using Mirror API, which has bundle inside bundle?

[亡魂溺海] 提交于 2019-12-13 23:51:31
问题 How to Insert Time line card using In C#.Net Mirror API, which has bundle inside bundle? In below code what I am doing is create a single bundle. What I want is item1 and item2 to be different bundles. Is is possible? Is there a solution? TimelineItem item = new TimelineItem() { Text = controller.Request.Form.Get("message"), BundleId = "112", IsBundleCover=true, Notification = new NotificationConfig() { Level = "DEFAULT" } }; TimelineItem item1 = new TimelineItem() { Text = "Amalan", BundleId

How can i get IP of my glass when it is connected by bluetooth to my mobile?

▼魔方 西西 提交于 2019-12-13 19:19:20
问题 I have my glass paired by bluetooth with my mobile. My mobile is connected to a WiFi network (and my glass isn't connected to WiFi, it uses the WiFi of my mobile). I know I can get IP local ip addres with this code: WifiManager wifiMgr = (WifiManager) getSystemService(WIFI_SERVICE); WifiInfo wifiInfo = wifiMgr.getConnectionInfo(); int ip = wifiInfo.getIpAddress(); String ipAddress = Formatter.formatIpAddress(ip); It's work OK if i run this code in a tablet o smartphone, but if i run it in my

Google Glass and Speech Recognizer time delay recognizing results

↘锁芯ラ 提交于 2019-12-13 18:31:55
问题 I am working on a Glass application that will perform "Next Card" and "Previous Card" via speech. The application works just fine, except the time from when the word is spoken to when the action is performed is just over 1 second. This is a long enough delay that it is noticeable. This does not respond as quickly as Google has it with "ok glass". The most obvious change seems to be to implement: EXTRA_SPEECH_INPUT_MINIMUM_LENGTH_MILLIS and/or EXTRA_SPEECH_INPUT_COMPLETE_SILENCE_LENGTH_MILLIS

The method execute() is undefined for the type Mirror.Accounts.Insert

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-13 18:28:32
问题 I am creating a server side Dynamic Web Project using Java and Eclipse IDE for Google Glass Mirror API. In my web project I have a lib folder under WEB-INF In the lib folder i have added the following .jar files google-api-client-1.18.0-rc-sources.jar google-api-services-mirror-v1-rev66-1.19.0.jar google-collections-1.0-rc2.jar google-http-client-1.18.0-rc.jar google-http-client-jackson-1.19.0.jar My server side code is @SuppressWarnings("serial") public class GlassAuthenticateUser extends

Where can requests for Glass Development Kit be submitted?

做~自己de王妃 提交于 2019-12-13 15:13:06
问题 The presentation today indicated that there was support on Stackoverflow but I was wondering if there's a central location where all requests are being tracked for us to follow and vote on? 回答1: If you have a very specific request for the Glass Development Kit, the best place to file it is in the Glass API issue tracker. There's a Component-GDK tag being used for these requests. In general, though, not much has been said about the GDK yet, so it may be a bit early to make specific issue

Detecting a user action on a custom menu to insert cards in a bundle

大兔子大兔子 提交于 2019-12-13 07:35:01
问题 I have a bundle with just a cover that i have inserted in my timeline using mirror API. Now what i want is when a user clicks on the bundle, i get a custom menu clicking on which the backend is called to insert a set of cards again in the same bundle. public class newsfeedbliss { static String bundleId = "lunchRoulette" + UUID.randomUUID(); private static ArrayList<String> newstext = new ArrayList<String>(); static final String PROD_BASE_URL = "https://newsfeedbliss.appspot.com"; private

Subscriptions not receiving timeline notification

。_饼干妹妹 提交于 2019-12-13 06:26:52
问题 I'm encountering the same problem described on this question - Subscriptions Not Receiving Timeline Notifications. The last time my app received a timeline notification was on 11/13. Here's what I did: Created my project using the ASP.NET Quick Start Deployed the project to a public facing web server, with HTTPS (https://www.bsudevtech.myhosting.me) When users authenticate on the web site, a timeline subscription is created - I have verified this by adding checkpoints throughout the app that

Implement low-frequency live card in google glass

情到浓时终转凉″ 提交于 2019-12-13 06:24:26
问题 I try to implement low-frequency Live Card using the instruction provided in the GDK guides. I have a layout that I want to render and the LiveCard service class (that extends Service). I also have the Menu: activity to handle menu callbacks, making the menu transparent, and provide a PendingIntent for the card's action using setAction() in the LiveCard service. I also got a successful message when loading the app into Glass but it doesn't show up in my Glass. I'm not sure what else is

Google glass video input

拜拜、爱过 提交于 2019-12-13 05:16:11
问题 Since there is 2 cameras on the google glass (one that can record what you see, and one that track your eyes). Do you guys have any clues if it's possible to use the "eye tracking video" as an input ? For sure, we'll have more info when the GDK is out... but I was wondering if it can be coded like a 2 sides camera on a traditional phone ? What do you think ? 回答1: You cannot directly access the IR sensor which is used for the wink, etc, however there are certain eye gestures that you can