Newbie here. I just wrote an app/Glassware for Glass using GDK and I want to show it to others by making a video vignette (overlay of video from camera and glass display). I know picture vignettes are possible:
https://support.google.com/glass/answer/3405215?hl=en
But there's no mention of vignettes for videos. Anybody know if this feature will be implemented soon or if it's possible to implement this myself? Sorry, this is not a direct programming question but I don't know where else to ask. Thanks!
Cliff
You can't do this at the moment, but you could technically take two video feeds and overlay them manually in an editor to get the same feeling. If you have questions like this you should really use the Google Glass Explorers Community Forum located here:
https://www.glass-community.com/
Related
Hey guys this is my first question here.
I’m envisioning having a floating(picture in picture) chat/ comments section. Where users can interact with each other, but it will be able to move freely on a computer screen independent of the website. I’m trying to get some guidance on whether something like this exits or if it’s possible. Thank you.
Here is a link to a simple chat application that have minimize window.
https://pusher.com/tutorials/chat-widget-python
i'm working on altera board DE2-115 cyclone 4 and im using a framework called "Guilliani" dedicated for NIOS, the problem is i can't find any documentation no videos no forums nothing at all even google coudn't help me, hopefully some of you have heard of it before
If there is no documentation simply use something else. Its obviously a framework with no future in this case . I never heared of it either. What do you need it for? Maybe i can suggest you a alternative. Edit: http://guiliani.de/images/TES-Media/Guiliani_doc_1.5/index.html
Hello
is that it is possible to use an image map instead of google map. how can we do
Thank you for any help
You need to ask some specific question, not an open one. Mention what you are trying to do. How you are planning it to do. Do some searching on web and study the basics before asking a question.
For your question the answer is "YES you can". But you have to do lot of things by yourself. You need to have a large image (collection of images) with required information. Then you have to map and display them with viewing coordinates and zoom levels etc.... Study how Google do it(search web for that).
I am trying to create graphs on timecards, which can be shown on Google Glass. Wat would be the best way to go about this? I tried using d3.js, but was unsure how to integrate the library.
Any help would be highly appreciated
Since you cannot run JavaScript inside a card on Glass, d3.js probably isn't the best choice.
Seek out a graphing library that generates images. You can then attach or source those images into the timeline cards you create.
This is deprecated, but could work nicely for your use case: https://developers.google.com/chart/image/
I am trying to build an iphone app that connects to an IP camera. The IP camera is windows based to i need to create a server using c++ and then stream the video to the iphone app.
Can anyone tell me the best way in going about this task. I am new to programming so a dummies type guide would help.
Thanks
Inam
Go to the ITunes store and download a free app from Avigilon. You won't be able to see any video unless you connect to a system but it'll tell you what ports and user information would be needed. There are gateways and streaming methods involved as well. Not a situation where a new developer will have a lot of success.
Your question is rather too broad to fit into a comment box. It seems, and correct me if I'm wrong, that you're basically asking for someone to write the applications for you.
Instead, if you're a complete beginner, you'll want to first learn how to program for the plaform.
The StackOverflow question Howto articles for iPhone development, Objective C will help you get started with programming for the iPhone.
Once you have the basics down, you might then ask more specific questions.