Tagged Questions
Questions related to the iOS UIImagePickerController class (and the associated UIImagePickerControllerDelegate protocol), which provides system-supplied user interfaces for taking pictures and movies on iOS devices, and for choosing saved images and movies.
216
votes
7answers
56k views
UIImagePickerController, UIImage, Memory and More? [closed]
I've noticed that there are many questions about how to handle UIImage objects, especially in conjunction with UIImagePickerController and then displaying it in a view (usually a UIImageView). Here is ...
26
votes
13answers
13k views
UIImagePickerController and extracting EXIF data from existing photos
It's well known that UIImagePickerController doesn't return the metadata of the photo after selection. However, a couple of apps in the app store (Mobile Fotos, PixelPipe) seem to be able to read the ...
21
votes
3answers
9k views
iPhone: Camera Preview Overlay
how do I add an overlay (UIImageView) to the camera preview and
handle touches on this?
My previous attempts to do this (e.g. use UIImagePickerController and add the image as a subview) have failed.
...
19
votes
1answer
508 views
Camera Overlay with User-Photo not saving as edited
I am using a transparent image with a cut out for a user to insert / take their own image. For some reason, while using the UIImagePickerControllerEditedImage and cropping the user-taken photo, the ...
16
votes
6answers
28k views
Received memory warning. Level=1 when showing a UIImagePickerController
This is driving me crazy!!!
I'm getting a "Received memory warning. Level=1" whenever I attempt to show a UIImagePickerController with a sourceType = UIImagePickerControllerSourceTypeCamera.
Here is ...
13
votes
7answers
13k views
Getting “Using two-stage rotation animation” warning with UIImagePickerController
I wrote simple code to test UIImagePickerController:
@implementation ProfileEditViewController
- (void)viewDidLoad {
[super viewDidLoad];
photoTaker_ = [[UIImagePickerController alloc] init];
...
11
votes
2answers
8k views
Resizing UIimages pulled from the Camera also ROTATES the UIimage?
I am getting UIimages from the camera and assigning them to UIImageViews to be displayed. When I do this the camera gives me a 1200 x 1600 pixel image which I then assign to a UIImageView in my ...
9
votes
2answers
835 views
App crashes when trying to obtain photos from photo library via Image picker
Anyone encountered this error before when trying to access the photo library using the image picker?
NSInvalidArgumentException Cannot set metadata in read-only store.
Any advise on what actually ...
9
votes
5answers
5k views
UIImagePickerController in Landscape
I have been searching for an answer to this, but cannot come up with anything. Apparently, iPhone SDK 3.0 made it possible that UIImagePickerController can be displayed in landscape mode - but I am ...
8
votes
4answers
202 views
Why does my camera interface act weird when I use UIImagePickerController?
In my app I want the user to be able to take a picture or use one from the photo library. When the user clicks the button I made a alert view pops up at the user can choose between taking a new photo ...
8
votes
4answers
2k views
Presenting a modal view controller immediately after dismissing another
I'm dismissing a modal view controller and then immediately presenting another one, but the latter never happens. Here's the code:
[self dismissModalViewControllerAnimated:YES];
...
8
votes
2answers
14k views
Can I load a UIImage from a URL?
I have a URL for an image (got it from UIImagePickerController) but I no longer have the image in memory (the URL was saved from a previous run of the app). Can I reload the UIImage from the URL ...
7
votes
2answers
395 views
iPhone, how does one read an image from the photo library as NSData?
On the iPhone I saved an image to the photo library with modifications (appending data after the image code) using the assest library to save the NSData directly to the photo library. Now I want to ...
7
votes
3answers
5k views
iPhone - UIImagePickerController -> save the image to app folder
I have an iPhone application using a UIImagePickerController. As sourceType I have
UIImagePickerControllerSourceTypePhotoLibrary
UIImagePickerControllerSourceTypeCamera
...
7
votes
2answers
4k views
UIImagePickerController iPad problems
I have the following code:
UIImagePickerController *imagePicker = [[UIImagePickerController alloc] initWithRootViewController:self];
imagePicker.delegate = self;
popover = [[UIPopoverController ...
7
votes
6answers
6k views
camera overlay view - just for preview?
I've noticed that in OS 3.1 you can add an overlay view to the image picker with
cameraOverlayView
However, I've also noticed that adding a view via this method also displays the view for the ...
6
votes
4answers
209 views
Problems loading and saving images from camera and camera roll. What am I doing wrong?
I am building an app in which you can make pictures or pick an image from the camera roll and save these inside the app to be displayed in a tableview and detailview.
The problem is that when I make a ...
6
votes
2answers
2k views
iPhone, “More than maximum 5 filtered album lists trying to register. This will fail.” Error [closed]
When I try to read an image from the photo library I get the error, "More than maximum 5 filtered album lists trying to register. This will fail." The image is not read.
Any idea how to fix this?
6
votes
1answer
5k views
UIPopoverController & UIImagePickerControl: “Popovers cannot be presented from a view which does not have a window”
I am trying to display a UIImagePickerControl in my iPad app. At first, the debugger told me that I needed to put it in a popover when doing it on an iPad. So I wrote the following code:
...
6
votes
4answers
2k views
Present another modal view from UIImagePickerController
I want to add a confirmation view after the user takes a photo or selects a saved photo. The confirmation view will just show the selected image, with a cancel and upload button in a toolbar.
My ...
6
votes
5answers
906 views
Resizing a UIImage on the iPhone with a small memory footprint
I've seen this question asked dozens of times but never answered.
How do you resize a UIImage (specifically one returned from the UIImagePickerController camera). When I try any of the methods that ...
6
votes
2answers
5k views
didFinishPickingMediaWithInfo return nil photo
I am working to capture an image that is returned in 4.0 using
- (void)imagePickerController:(UIImagePickerController *)picker
didFinishPickingMediaWithInfo:(NSDictionary *)info
{
[[picker ...
6
votes
4answers
7k views
UIImagePickerController for movie Item
I am writing a simple video uploader application on iPhone 3GS where I first direct the user to photos album, and then select the video to share or upload. I am using the UIImagePickerController in ...
6
votes
6answers
13k views
UIImagePickerController editing allowed locks UIImage to max size of 320x320
Update:
With iPhone OS 3.0+, the whole UIImagePickerController API has changed. This question and answer should be considered 2.2. legacy code.
When using the UIImagePickerController and you allow ...
5
votes
4answers
2k views
iOS 5 GM: <Error>: More than maximum 5 filtered album lists trying to register. This will fail
I know this thread existed before, but was closed as only appearing in iOS5 beta 6.
By now I have the Golden Master of iOS 5 on my phone and that error still appears.
This is happening when I create ...
5
votes
0answers
132 views
ipad camera and webview youtube video playing issue
Rootviewcontroller has a webview that plays a youtube video
and it has one camera button.
User can click on camera button and record video.
up to this point its working fine
When I dismiss the ...
5
votes
1answer
191 views
possible to take picture without launching the front camera in iphone sdk
is possible to take picture without launching the front camera in iphone device
if yes means, give that sample tutorial for refrence.
i want to take picture with front camera . but user will not ...
5
votes
4answers
658 views
cameraOverlayView problem on iOS 4.3
I'm using an picker Controller with a cameraOverlayView to display an image of a product in the camera view. The product image is resized before applying on the overlay.
It works fine on iOS 4.2 but ...
5
votes
2answers
850 views
Monotouch - UIImagePickerController with an iPad App
I have an iPad only application that I'm trying to allow users to select images from their PhotoLibrary, near as I can tell I have to use the UIImagePickerController in a UIPopOverController. I have ...
5
votes
3answers
526 views
Using UIImagePicker in a tabbed UIPopover
I am developing an iPad app that needs to have multiple image sources, on the device/Photo Albums, remote and some included with the app. Now the ideal situation would be to have a UIPopover ...
5
votes
2answers
521 views
UIImagePickerController's didFinishPickingMediaWithInfo is too slow, can I add progressHUD/indicator?
For the UIImagePickerController, I opened the
picker.allowsEditing = YES;
so that user can move and scale the photo, after capturing or selecting from album. Once the "choose" or "use" is clicked, ...
5
votes
2answers
812 views
UIImagePickerController crashes on rapid scrolling, slower than photos app
Most of the time, my image picker works perfectly (iOS 4.2.1). However, if I scroll very rapidly up and down about 4-6 times through my camera roll of about 300 photos, I get a crash. This never ...
5
votes
1answer
666 views
Metadata for the image from library
I need to get the meta data of the image from the library. I am using the code
- (void)imagePickerController:(UIImagePickerController *)picker
didFinishPickingMediaWithInfo:(NSDictionary *)info {
...
5
votes
2answers
880 views
Error that occurs in ios4.1 (*** ERROR: FigCreateCGImageFromJPEG returned -12905. Input (null) was 499992 bytes.)!
*** ERROR: FigCreateCGImageFromJPEG returned -12905. Input (null) was 499992 bytes.
I get a error in ios4.1 whenever i use the UIImagePicker [ just after taking a snap]. My code is a simple
...
5
votes
2answers
900 views
UIImagePicker and AVCaptureSession access camera simultaneously
I'm wondering if it's possible to have an instance of an AVCaptureSession and UIImagePicker both accessing the camera simultaneously.
I want to create an app that shows an ambient light ...
5
votes
2answers
2k views
UIImagePickerController doesn't fill screen
I'm adding a custom overlay to the UIImagePickerController and there is a persistant black bar at the bottom of the view. Here is my code to instantiate the controller.
- (UIImagePickerController ...
5
votes
3answers
5k views
Memory warning after using the UIImagePicker once
I've referred to this very good reference: http://stackoverflow.com/questions/1282830/uiimagepickercontroller-uiimage-memory-and-more but I'm having some very serious issues. After I take a photo, I ...
5
votes
7answers
8k views
takepicture() vs UIGetScreenImage()
I'm trying to build a QRCodeReader for a project our research group is working on for the iPhone. After much research I found the program called QuickMark. This program scans automatically for ...
4
votes
1answer
954 views
iPad 2 UIImagePickerController camera auto-rotation driving me mad!
I've been trying to sort this one out for a while and getting nowhere.
I'm using the camera on the iPad 2 - my application is in landscape, but I want to use the camera in portrait mode. I just ...
4
votes
1answer
200 views
Get Full HD UImage from UIImagePickerControllerSourceTypeCamera without capture button click
On a constant frequency I want to retrieve UIImage for some functionality
if (!_updateTimer) {
_updateTimer = [[NSTimer scheduledTimerWithTimeInterval:self.updateFrequency
...
4
votes
1answer
477 views
iPhone Playing a sound clip while recording a video using UIImagePickerController … possible?
I'm using openAL to play sounds. I have a view controller that lets users upload a video. I want to give them a 1 minute warning sound so that they know to wrap things up. I tried using a call to ...
4
votes
4answers
2k views
How to write/get latitude longitude with image in uiimagepickercontroller?
Currently I am saving and image with the following method in "saved photos album".
UIImageWriteToSavedPhotosAlbum(image, self, @selector(image:didFinishSavingWithError:contextInfo:), nil);
Now I ...
4
votes
2answers
664 views
UIImagePickerController in camera mode gets 'stuck' with the shutter closed
Occasionally in low-memory conditions the UIImagePickerController I use gets 'stuck' with the shutter closed. Generally when this the WatchDog is allready jettisoning other background apps so within ...
4
votes
5answers
4k views
Hide/Show iPhone Camera Iris/Shutter animation
I am not able to Hide the iphone Camera shutter opening animation for my app.
I am using UIImagePickerController to access iphone camera and using my own overlay controllers.
Is there a way to remove ...
4
votes
1answer
3k views
How to reduce the crop image box size in iphone?
In my application I m using UIImagePickerControllerCropRect to crop the image but I want to reduce the size of that cropping box of iphone which comes automatically so that my image crop to its ...
4
votes
5answers
1k views
Why is scaling down a UIImage from the camera so slow?
resizing a camera UIImage returned by the UIImagePickerController takes a ridiculously long time if you do it the usual way as in this post.
[update: last call for creative ideas here! my next ...
4
votes
2answers
3k views
Fastest way to handle UIImagePickerController compression
What's the fastest way of getting a picture into a SQLite data store for compression, so I can return control to the user?
I'm using UIImagePickerController to take pictures in my application. The ...
4
votes
1answer
2k views
how to change the UIImagePickerController crop frame
when opening working with an UIImagePickerController and setting allowsImageEditing = YES; there is a default cropping frame that is 320x320. In my case, I would like to setup that cropping frame to ...
3
votes
2answers
44 views
Reducing memory of UIImages from camera using Instruments
My app, which uses ARC, does the following:
Uploads a picture taken by the camera
Compresses the picture for use as a thumbnail.
I do this using [UIImage imageWithData:UIImageJPEGRepresentation( ...
3
votes
1answer
421 views
iOS 5 : UIImagePickerController crash
I am facing problem with the UIImagePickerController in iOS 5.
My App was developed in iOS4.3 but now I am upgrading it to iOS5.
My App crashes when I try to select Image from Photo Library.
It is ...