[android-developers] Re: Camera preview - strange on Samsung Galaxy S (2.1update1)

2010-07-10 Thread Mathias Lin
@Dan: version is [ro.build.fingerprint]: [Samsung/GT-I9000/GT-I9000/GT-I9000:2.1- update1/ECLAIR/I9000XXJF3:user/release-keys] @blindfold: yes, after commenting out the parameter p.set(ROTATION, 90) it looks ok now, thanks. I just need to rotate the image afterwards manually then, since it's in w

[android-developers] Re: Camera preview - strange on Samsung Galaxy S (2.1update1)

2010-07-10 Thread blindfold
I have no experience with Samsung, but did you try uncommenting all of p.set(ORIENTATION, PORTRAIT); p.set(ROTATION, 90); p.setPreviewSize(s.width,s.height); to see what happens? > Anybody experiencing such issue on the Samsung Galaxy S as well? -- You received this message because you are subsc