[android-developers] Re: Image Capture

2012-07-31 Thread sham gowda
Dude can you mail me the source code to capture images and to store in SD card plz On Friday, 12 June 2009 20:11:17 UTC+5:30, hanged_man wrote: i've written a class to capture an image and save it to the SD card, if you wish to take a look at it, PM me and id be more than willing to send

Re: [android-developers] Re: Image Capture

2012-07-31 Thread Raghav Sood
Dude can you mail me the source code to capture images and to store in SD card plz How much are you paying me? Thanks -- Raghav Sood Please do not email private questions to me as I do not have time to answer them. Instead, post them to public forums where others and I can answer and

[android-developers] Re: Image Capture resolution on HTC EVO

2010-08-13 Thread cesar
hi! I have the same problem with a Legend. Did you get full resolution at the end? thanks! -- 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

[android-developers] Re: Image Capture resolution on HTC EVO

2010-08-13 Thread duwei
Update: I can get full size image (8M pixel) after upgrading my HTC EVO to newly released 2.2 OS. On Aug 13, 6:37 am, cesar cesar...@hotmail.com wrote: hi! I have the same problem with a Legend. Did you get fullresolutionat the end? thanks! -- You received this message because you are

[android-developers] Re: Image Capture

2009-06-12 Thread hanged_man
i've written a class to capture an image and save it to the SD card, if you wish to take a look at it, PM me and id be more than willing to send you the source code --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] Re: Image Capture

2009-06-11 Thread Max Salley
What exception does it throw? On Jun 11, 1:29 pm, Sharmila sharmcg...@gmail.com wrote: Hi everyone, this is the code that I have for camera preview and image capture.I am trying to do camera preview and as I press the space button I am trying to take picture and save it in the picture

[android-developers] Re: Image Capture

2009-06-11 Thread Sundog
On Jun 11, 2:37 pm, Max Salley msalley@gmail.com wrote: What exception does it throw? Details, details! lol... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: Image Capture

2009-06-11 Thread Sharmila Chakraborty
It starts previewing,but as soon as I press the space key it says,Sorry application is forced closed.Try again! On Thu, Jun 11, 2009 at 4:44 PM, Sundog sunns...@gmail.com wrote: On Jun 11, 2:37 pm, Max Salley msalley@gmail.com wrote: What exception does it throw? Details, details!

[android-developers] Re: Image Capture

2009-06-11 Thread Sundog
Hi, if you're using Eclipse, do you know about the LogCat window on the Debug page? It will tell you what exception is being thrown, which is really essential to know to solve your problem. On Jun 11, 3:12 pm, Sharmila Chakraborty sharmcg...@gmail.com wrote: It starts previewing,but as soon as

[android-developers] Re: Image Capture

2009-06-11 Thread jia liu
I am not sure that will help. I think when you implement mCamera.takePicture did you try to give it a ShutterCallback like: Camera.ShutterCallback mShutterCallback = new Camera.ShutterCallback() { public void onShutter() { // implement your onshutter actions or leave it

[android-developers] Re: Image capture

2008-12-03 Thread Mark K
You need to use the camera class in android.hardware, you can grab the byte[] the camera captures by use of the camera callback methods. M On Dec 2, 2:52 pm, fala70 [EMAIL PROTECTED] wrote: Using : Intent intent = new