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 8706803
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T03:42:24+00:00 2026-06-13T03:42:24+00:00

I am working on an App and capturing images using UIImagePickerController . When application

  • 0

I am working on an App and capturing images using UIImagePickerController. When application launches UIImagePickerController‘s object it has back camera as default selection. Everything works fine with back camera.

However, when I change the camera source to frontFacingCamera from imagePicker’s toggle camera button and capture image, I get a mirrored image. My left arm shows as right arm in image. How do I solve this issue?

  1. So is it possible to resolve this issue with UIImagePickerController?
  2. If not that is there any way I can do image processing to get normal image?
  3. Is it mandatory to learn AVFoundation classes for this issue?
  4. if yes to 3rd. Please navigate me to a good tutorial for this.

Unfortunately, I am very weak in AVFoundation.

  • 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-06-13T03:42:25+00:00Added an answer on June 13, 2026 at 3:42 am

    I had the same problem and used this Method to mirror the image the other way round.

    - (UIImage *) flipImageLeftRight:(UIImage *)originalImage {
        UIImageView *tempImageView = [[UIImageView alloc] initWithImage:originalImage];
    
        UIGraphicsBeginImageContext(tempImageView.frame.size);
        CGContextRef context = UIGraphicsGetCurrentContext();
    
         //CGAffineTransformMake(<#CGFloat a#>, <#CGFloat b#>, <#CGFloat c#>, <#CGFloat d#>, <#CGFloat tx#>, <#CGFloat ty#>)
         CGAffineTransform flipVertical = CGAffineTransformMake(1, 0, 0, -1, 0,  tempImageView.frame.size.height);
         CGContextConcatCTM(context, flipVertical);
    
         [tempImageView.layer renderInContext:context];
    
         UIImage *flipedImage = UIGraphicsGetImageFromCurrentImageContext();
         flipedImage = [UIImage imageWithCGImage:flipedImage.CGImage scale:1.0 orientation:UIImageOrientationDown];
         UIGraphicsEndImageContext();
    
         [tempImageView release];
    
         return flipedImage;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In my app I'm capturing an image. Everything is working fine unless the phone
I did heroku create and pushed a working rails app to the server. Everything
I've been trying to get the camera section on my app working for about
I am working on android camera app,I want green screen chroma key effect to
I'm currently moving a (working) app from using EclipseLink to Hibernate JPA, mostly it's
I am using AVFoundation classes to implement a custom camera in my app. I
I have a working app which has a plist as data container. An array
In a web app I'm working on, I'm capturing onBeforeUnload to ask the user
I have a working app using Backbone 0.5.3, which is no longer working using
We have a working app using Devise for authentication (email, password). To add the

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.