Thanks for taking the time to look at my issue.
The app i'm writing requires camera functionality. So to learn about how to operate the camera, i followed this script:
I have put the activity in my manifest, set the screen orientation for it on landscape mode.
The problem im having is, when the camera is held sideways(so i hold my galaxy tab p1000 in landscape position) the view is stretched out.
To be more specific about my script. I used an exact copy of code that google made. It can be found in the android-sdk\samples\android-8\ApiDemos\src\com\example\android\apis\graphics\
The file itself is called CameraPreview.
I really have no clue why the screen looks so stretched.. ofcourse the format is weird and not square.. but still.. when using the default camera app installed on the device, it doesnt deform at all. This camera deforms when i hold it sideways, and move it even a little. Well.. the image I mean.


What I did was.. I held my galaxy tab to take a picture of an object(laptop in this case) then took a picture with my phone of my galaxy. On the galaxy I have the camera screen open in the app im making. This counts for both images. one I hold sideways and one i hold portrait. the pics are a bit unclear but you can see that in the landscape picture, the camera has become massively wide.
More clear then this I can't be I think.
I hope someone will be able to resolve my issue.
Thanks :)