YuhanXu / omnidroid

Automatically exported from code.google.com/p/omnidroid
Apache License 2.0
0 stars 0 forks source link

Catch camera's just took a picture event #44

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
As a new feature, it would be great if we can catch the event that the user 
just took a picture.  

Eventually, this can be used to auto-upload the picture to a website, email 
to your address or may be even geo-tag it.

Original issue reported on code.google.com by akshah...@gmail.com on 6 Aug 2009 at 9:51

GoogleCodeExporter commented 8 years ago
Started to take a look at this issue.

Original comment by renc...@gmail.com on 2 Jun 2010 at 3:53

GoogleCodeExporter commented 8 years ago
I am going to stop doing this as I just realized that the current Android 
Emulator 
does not support taking pictures and there's no way I can test this since I 
don't 
have the device. I do have some ideas for this though. I might be wrong, but 
based on 
my initial studies, there seems to be no existing intent for the event "picture 
taken". If this is true, here are some of my ideas to work it around. We could 
create 
a separate android application that takes pictures (using ACTION_IMAGE_CAPTURE 
and 
startActivityForResult()), and sends a new intent upon successfully taking a 
picture. 
This is could also be a great opportunity to build the infrastructure to 
support 
"omni-aware" apps and at the same time, provide a sample implementation 3rd 
party 
developers can look at.

Original comment by renc...@gmail.com on 2 Jun 2010 at 6:08

GoogleCodeExporter commented 8 years ago

Original comment by case.and...@gmail.com on 6 Jul 2010 at 1:42