Camera Preview On Android - Strange On Samsung Galaxy S
In my activity I show the camera preview on a surfaceView. It works perfectly fine on Nexus One and HTC Desire, but on Samsung Galaxy S I see strange lines, weird proportions and e
Solution 1:
I found that Samsung seems to have problems with the parameters
p.set("orientation", "portrait");
p.set("rotation", 90);
After uncommenting those, it looks ok. I just need to rotate the image afterwards manually then.
Post a Comment for "Camera Preview On Android - Strange On Samsung Galaxy S"