Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6171287
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T23:11:11+00:00 2026-05-23T23:11:11+00:00

I have a problem with pictures; after I take a picture, it automatically rotates

  • 0

I have a problem with pictures; after I take a picture, it automatically rotates 90-degrees. How I can remove this? I need a portrait picture.

 public void surfaceCreated(SurfaceHolder holder)
{



 try
 {

     camera.setPreviewCallback(this);
         camera.setPreviewDisplay(holder);
         Camera.Parameters p = camera.getParameters();
         p.setPictureSize(1024, 768);
         p.setPictureFormat (PixelFormat.RGB_565);
         camera.setParameters(p);


      }


 catch (IOException e)
 {
     e.printStackTrace();
 }





 if (this.getResources().getConfiguration().orientation != Configuration.UI_MODE_TYPE_CAR)
 {

     camera.setDisplayOrientation(90);

 }
 else
 {

     camera.setDisplayOrientation(0);

 }

 preview.setLayoutParams(lp);
 camera.startPreview();
}

  public void onPictureTaken(byte[] paramArrayOfByte, Camera paramCamera)
  {


 FileOutputStream fileOutputStream = null;

 try {

 File saveDir = new File("/sdcard/CameraExample/");

 if (!saveDir.exists())
 {
 saveDir.mkdirs();
 }

 BitmapFactory.Options options = new BitmapFactory.Options();



 Bitmap myImage = BitmapFactory.decodeByteArray(paramArrayOfByte, 0,paramArrayOfByte.length, options);

 Bitmap bmpResult = Bitmap.createBitmap(myImage.getWidth(), myImage.getHeight(),Config.RGB_565);




 Paint paint = new Paint();         

 Canvas myCanvas = new Canvas(bmpResult);

 myCanvas.drawBitmap(myImage, 0, 0, paint);




  fileOutputStream = new FileOutputStream("/sdcard/CameraExample/"+ sdf.format(new        Date())+".bmp");

 BufferedOutputStream bos = newBufferedOutputStream(fileOutputStream );


 bmpResult.compress(CompressFormat.PNG, 100, bos);

 bos.flush();
 bos.close();
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T23:11:11+00:00Added an answer on May 23, 2026 at 11:11 pm

    Try something like this:

    if (this.getResources().getConfiguration().orientation != Configuration.UI_MODE_TYPE_CAR)
    {
    
         Matrix mat = new Matrix();
         mat.preRotate(90);
         Bitmap rotated = Bitmap.createBitmap(bmpResult, 0, 0,
                        myImage.getWidth(), myImage.getHeight(), mat, true);
    
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have problem compilin this code..can anyone tell whats wrong with the syntax CREATE
I have this iPhone application that let users take a picture and save it
After days of struglling I have finally succeded to take a decent picture on
I'm using UIImagePickerController to take pictures. It's quite simple. But I have a problem:
The problem: I have set of pictures, when the user presses on one of
I have a problem that I can't figure out what to do next. I
I have some classes for watching pictures in gallery. in those classes after enabling
I have a BlackBerry application that needs to take pictures from the camera and
I have the following problem: when I use the UIImagePickerController, AFTER I capture the
We have a Java Applet built using AWT. This applet lets you select pictures

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.