[android-developers] Re: camera events

2008-11-04 Thread hackbod

Sorry, you can't intercept what other applications are doing like
this.

On Nov 3, 8:58 pm, spackest [EMAIL PROTECTED] wrote:
 I run a free hosting web site which has functionality for emailing
 photos to your site and having them show up on the web.  I would like
 to write an android app that allows a user to authenticate to their
 free website, then I would like to receive an event each time a photo
 is saved.  I am hoping that I would then have enough information to
 then access the photo and send it off to the user's site.

 Just wondering how I can register to receive camera capture events,
 and then get to the recently captured images.

 Thanks,
 Earl
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: camera events

2008-11-04 Thread spackest

So if I want to capture images and send them to a website, I need to
write my own capture program, separate from the core capturing
program?  Would sure be nicer to just catch the event from a different
app.

Thanks,
Earl

On Nov 4, 1:24 am, hackbod [EMAIL PROTECTED] wrote:
 Sorry, you can't intercept what other applications are doing like
 this.

 On Nov 3, 8:58 pm, spackest [EMAIL PROTECTED] wrote:

  I run a free hosting web site which has functionality for emailing
  photos to your site and having them show up on the web.  I would like
  to write an android app that allows a user to authenticate to their
  free website, then I would like to receive an event each time a photo
  is saved.  I am hoping that I would then have enough information to
  then access the photo and send it off to the user's site.

  Just wondering how I can register to receivecameracaptureevents,
  and then get to the recently captured images.

  Thanks,
  Earl
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: camera events

2008-11-03 Thread spackest

Well, it actually looks like I should implement
android.hardware.Camera.PictureCallback.  However, when I implement
onPictureTaken, I don't get a callback.  Guessing I need to register
somewhere?  I tried RemoteCallbackList to no avail.

Thoughts?

Thanks,
Earl
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---