[android-developers] Re: Camera startPreview() failed on Nexus S with Gingerbread

2011-06-24 Thread arsalank2
I am also facing the same problem on Nexus S with Gingerbread. startPreview always fail in onPictureTaken callback after takePicture is called. Does any one has a solution. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this gr

[android-developers] Re: Camera startPreview() failed on Nexus S with Gingerbread

2011-05-02 Thread Incorporate Apps
We have the same problem on Galaxy S 4G. Needless to say our app works on 10 thousand of devices without a problem so far, the Galaxy S 4G is the first device to have this problem (or at least one user...no information on the specs/rom). The normal Galaxy S from early this year works fine On Apr 1

[android-developers] Re: Camera startPreview() failed on Nexus S with Gingerbread

2011-04-20 Thread jinwon choi
It doesn't seem to be a problem with two lenses. I had the same error in my app but it worked okay with HTC Incredible (android2.2, 2 lenses). I'm still looking for the cause. If you got the solution, plz post it. On Mar 9, 6:11 pm, Paolo wrote: > Thanks Mark. > I'll compare my code with yours, t

[android-developers] Re: Camera startPreview() failed on Nexus S with Gingerbread

2011-03-09 Thread Paolo
Thanks Mark. I'll compare my code with yours, to understand where the problem is. On 8 Mar, 15:17, Mark Murphy wrote: > The Nexus S works just fine with camera previews. See: > > https://github.com/commonsguy/cw-advandroid/tree/master/Camera/Previewhttps://github.com/commonsguy/cw-advandroid/tree

Re: [android-developers] Re: Camera startPreview() failed on Nexus S with Gingerbread

2011-03-08 Thread Mark Murphy
The Nexus S works just fine with camera previews. See: https://github.com/commonsguy/cw-advandroid/tree/master/Camera/Preview https://github.com/commonsguy/cw-advandroid/tree/master/Camera/Picture The first one is just preview, working with the default camera. The second one also takes pictures a

[android-developers] Re: Camera startPreview() failed on Nexus S with Gingerbread

2011-03-08 Thread Paolo
I guess the problem is that Nexus S has two cameras (front and back). With Froyo I can't manage this situation. I expect that Android use the back one without problem with the same code I use for Froyo, The startPreview() faild and I don't undestrand why. If I run the same app on a Nexus One with