LibreTasks
LibreTasks copied to clipboard
Catch camera's just took a picture event
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 [email protected]
on 6 Aug 2009 at 9:51
Started to take a look at this issue.
Original comment by [email protected]
on 2 Jun 2010 at 3:53
- Changed state: Started
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 [email protected]
on 2 Jun 2010 at 6:08
- Changed state: Accepted
Original comment by [email protected]
on 6 Jul 2010 at 1:42