waleedAhmad1 / google-glass-api

Automatically exported from code.google.com/p/google-glass-api
0 stars 0 forks source link

Create a voice trigger for a contact which will receive an image #531

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Right now, I can register a 'take a note' action for a contact, which allows 
the user to put a piece of text onto the timeline via 

"ok glass, take a note with... <application name>"

However, pushing an image item to a given mirror API application is much more 
indirect

"ok glass, take a picture" ... see the preview ... "ok glass, share with..., 
<application name>"

I think there are cases where it would be desirable for the user to be able to 
indicate their sharing target upfront. 

I can understand wanting to have the 'take a picture' voice command to be 
generic access to the camera and not trigger a conflict resolution interstitial 
like the 'take a note' command does.  But it also feels like as a user I should 
be able to start an action that will share a picture on my timeline with the 
application specified up front.  

I'd suggest the addition of a 'Send a picture to...' or 'Share a picture 
with...' voice trigger that can be added to the two existing allowed triggers 
for contacts ('take a note' and 'post an update'), in order to create a more 
consistent experience between sharing text and sharing images...

"ok glass, share a picture with... <application name>"

Original issue reported on code.google.com by bda...@saintandreas.org on 29 May 2014 at 12:23