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

  • Home
  • SEARCH
  • 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 6979041
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T17:50:06+00:00 2026-05-27T17:50:06+00:00

iPhone camera delayed after taking picture in flash mode, I used UIImagePicker controller and

  • 0

iPhone camera delayed after taking picture in flash mode, I used UIImagePicker controller and used takePicture for capturing the picture, it is working well in all modes except if the flash mode is on. when it is on it is taking some time to process the image. why is this happening. Can anybody help me in this. my code is below.

to take picture i used

[picker takePicture];

after user took the picture…

imagePickerController:didFinishPickingMediaWithInfo:(NSDictionary *)info
{
    [picker dismissModelviewControllerAnimated:YES];
}
  • 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-27T17:50:06+00:00Added an answer on May 27, 2026 at 5:50 pm

    I find it takes a while to process the picture under any sitaution. In my didFinishPickingMediaWithInfo I load up a view over the top of my main view to tell the user I’m processing the image.

    -(void)imagePickerController:(UIImagePickerController *)picker didFinishPickingMediaWithInfo:(NSDictionary *)info
    {
        UIImage *picture = [info valueForKey:UIImagePickerControllerOriginalImage];
        [self dismissModalViewControllerAnimated:YES];
        [self performSelectorInBackground:@selector(processImage:) withObject:picture];
    
        _activityView = [[PSActivityView alloc] initWithFrame:CGRectZero];
        _activityView.text = NSLocalizedString(@"Processing...", nil);
    
        [self.view addSubview:_activityView];
        [self.view bringSubviewToFront:_activityView];
    }
    

    The PSActivityView class sizes itself in the layoutSubViews method and the processImage method deals with the image and dismisses the _activityView when it’s finished.

    Seems to keep users happy with my app.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

After successfully acquiring a picture from the iPhone camera on iOS 4.1, you can
I am taking pictures from the iPhone camera using the UIImagePickerController Class. I am
I want to give zoom effect to the iPhone camera image while capturing the
i am getting a picture from the iPhone's camera in one nib file (getPhoto.xib),
I'm working on an iPhone application that involves uploading full photos from the camera
I am currently working on interior Decoration Iphone Application, That needs Camera. So when
I am using the iPhone camera to capture an image and them resizing and
I have an app that uses the iPhone camera and puts an overlay over
I'm loading opengl 3d objects over the iphone camera view. When opengl view is
Is it possible to use an image captured with the iPhone's camera as a

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.