android-camera-intent

Android - Capture photo

Hello all, In my application, i have to implement native camera activity where i have to launch the camera and take photo. In detail, my application containing, One TextView (at top) to display activity name and one Button (At bottom) and in Middle Area of the screen, Camera preview should be viewed..When user click on that Button, Sna...

Android Camera width and height dependent on orientation ?

Does camera width and height in Camera.Parameters change when we change orientation from portrait to landscape ? ...