[android-beginners] Re: Can we take pictures without setting a camera preview?

2009-09-28 Thread wahib haq
Hi ROmain !! is the picture size normal ?? I am working on a simple barcode app using emulator only :S. Well when i take picture its saved as a thumbnail or u can say 25% of original size. I want to see preview. If your code working well than plz share .. and tell me what changes to make to show

[android-beginners] Re: Can we take pictures without setting a camera preview?

2009-09-25 Thread Romain Vallet
After some more tests, I can call the takePicture method without firing an exception. I don't call the startPreview method before taking the picture. All pictures taken with this method are black, though. Any ideas? On 22 sep, 16:08, Romain Vallet romain.val...@gmail.com wrote: Hi, I'm writing