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.

learn more… | top users | synonyms

0
votes
2answers
53 views

UIImagePickerController - [picker dismissViewControllerAnimated:YES completion:Nil]; Error

I have been trying this for the past 2 days and I am not able to figure out the answer. I have searched all over and I haven't found the answer. The question is I have a button which brings up the ...
0
votes
3answers
47 views

UIImagePicker when dissmissed pushes view to 20 px up in iOS 6.0 and up

EDIT : I am using UIStoryBoard. I have presented like this: UIImagePickerController *imagePicker = [[UIImagePickerController alloc] init]; imagePicker.delegate = self; imagePicker.sourceType = ...
1
vote
2answers
67 views

Setting Move and Scale Box for iOS

I have seen several apps that after you take a picture, it shows a view for Move and Scale your picture, with a box showing what the resulting image will look like. My app takes a picture the user ...
0
votes
0answers
11 views

Saving an image picker

I have an image picker and it opens up and the user can pick an image from his/her library and add it, and it shows up. Like its suppose to do. Duh. My question is how can this image be saved so that ...
2
votes
0answers
228 views

Change video format .MOV to .mp4 in ios6

I want to convert .MOV to .mp4 . When i record video from iPhone camera it automatically record video in .MOV format which is not able to play in android os.Now i want to convert this format in to ...
1
vote
0answers
21 views

Custom UIImagePickerViewController view hides StatusBar

I know that a lot of people have asked this, but I am having a hard time with showing the status bar when I call the UIImagePickerViewController. I implemented it in my app as a "custom" control, ...
0
votes
2answers
54 views

Capturing image without user interaction

I want to capture a photo in iOS without any user interaction by using the front camera. Can any one show me how to do that? I used the takePicture function in UIImagePickerController class but it ...
0
votes
0answers
18 views

UIImagePickerController is there anyway to get the bounds of the camera preview?

Hi trying to add a UIImageView on top of UIImagePickerController so that when I take picture the captured image slides in on top of the UIImagePickerController. What I am trying to figure out, due to ...
0
votes
1answer
48 views

Replace UIImagePicker view

I'm trying to replicate the Camera app by using custom overlay views. I need to show the gallery when the user clicks a button from inside a custom toolbar. Is there a way to replace the camera view ...
1
vote
1answer
39 views

Using a CameraOverlayView with Storyboards

I am trying to use a CameraOverLayView with a UIImagePickerController using Storyboards in XCode. In the storyboard, CameraViewController Segues to ImagePickerController, which has a CameraOverlayView ...
0
votes
0answers
12 views

Camera and Photo roll random crashes

hi in my app i have the ability to take or choose a photo and display it in an image view i have 12 image views and so you can pick 12 photos and display them my problem is the fact the app crashes ...
0
votes
2answers
21 views

ios stock edit screen

When you open a picture in your photo album and you select a picture there is an edit button top right which opens up auto enhance/red eye and crop features. Is there a way to get this view/screen in ...
0
votes
1answer
747 views

UIImagePickerController custom overlay preview taken photo

I'm creating custom camera controls using the UIImagePickerController. The problem I'm having is this: When the user takes a photo, I would like to show a preview of the photo they have just taken. I ...
0
votes
0answers
9 views

Why is the crop rectangle for existing pictures not square, but newly taken pictures yes?

I have this situation where I want all my images to be upload in a square aspect ratio. When the user is presented the option to add a picture, he can either take it live, or select one from the photo ...
-2
votes
1answer
23 views

Generate UILabel text when picking image [closed]

I want an app that generates a random text from an array to a UILabel when I pick an image through UIImagePicker, just like the Look alike apps works. Can someone give me a good tutorial or explain ...
2
votes
0answers
28 views

Playback of a video stored on Camera Roll?

I'm having trouble trying to playback a video stored on an iOS device's camera roll. This is an Adobe AIR app, using two air native extensions (ANE): one extension for picking media (images and ...
1
vote
0answers
29 views

UIImagePickerController and Push Segue

I have a UIImagePickerController that is presented modally from a home screen. Now my understanding is that UIImagePickerController is a subclass of UINavigationController and acts as the root view ...
0
votes
1answer
30 views

Background music closes on taking picture from camera UIImagePicker

When I take picture from camera using UIImagePicker, background music (from ipod app, pandora app) stops. It's not happening for facebook app. Is there a separate delegate for this? Please help
0
votes
1answer
18 views

Capturing images while record button clicked in ios simultaneously

Iam using UIImagePicker to record video when i click the record button i want to capture the frame with sound and add it into one array .Please help me to accomplish the same thanks in advance .
1
vote
0answers
46 views

How to align the live screen camera at the center of the view in iPhone?

If there is a black bar at the bottom of the screen(like in the pic that i've pasted below), we have to re-scale the live screen camera overlay to fit the aspect ratio of iPhone. And even if I change ...
0
votes
1answer
15 views

iOS didFinishPickingMediaWithInfo camera roll order newest Images at top

A quick question how do you reverse the order that the camera roll is shown i.e newest images at the top rather than having to scroll all the way to the bottom to get newest image? Alas Facebook image ...
1
vote
1answer
69 views

UIPopoverController not running

I work on iPad simulator and I want to view image in iPad photo gallery, but it's have problem: 'NSInvalidArgumentException', reason: 'On iPad, UIImagePickerController must be presented via ...
0
votes
0answers
50 views

How to get images from photo library without using ALAssetsLibrary?

I want to implement a custom image picker with multiple images selection feature, just like an extension of the standard UIImagepickerController. I know I can use ALAssetsLibrary to enumerate the ...
15
votes
6answers
14k 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 ...
1
vote
0answers
77 views

Alloc class instance

I Have this class: @class UIImagePicker; @protocol UIImagePickerDelegate<NSObject> @required - (void)didFinishChooseImage:(UIImagePicker *)picker withImage:(UIImage*)img; @end @interface ...
6
votes
4answers
213 views

UIImagePickerView in Camera mode shows all black on dismissViewController on iPad

I have an application which uses a UIImagePickerView to allow the user to either take a picture with their camera or select one from the camera roll using the UIImagePickerView. After getting a ...
0
votes
0answers
17 views

AVCam Demo OverscanCompensation implementation

I'm currently working with the AVCam demo app to present a live camera feed over airplay or apple hdmi adapter for import into a HD camera switcher. The issue I'm having is with OverScanCompensation ...
0
votes
0answers
7 views

forcing specific rotations ofr testing

I am trying to test that my code works in all possible rotations of the device + image orientation with the camera picture. Does anyone know if it's possible that I can force an orientation in code ...
0
votes
1answer
27 views

Scrolling not working after UIImagePickerController

In my app scrolview is made active using the following code. scroll.contentSize = CGSizeMake(320, 760); [scroll setScrollEnabled:YES]; [scroll setCanCancelContentTouches:NO]; scroll.indicatorStyle = ...
1
vote
1answer
46 views

Muti select uiimagepickercontroller like facebook app

I am developing an app, In which user can select multiple picture and upload it server. As of now i am using QBImagePickerController for selecting multiple pictures but client demanding us to make ...
0
votes
1answer
66 views

How to use a UIImagePickerController with UINavigationController

I've browsed the different similar questions here but couldn't find anything useful for my problem. What I'm struggling with is quite simple but I can't figure it out. I'm using Xcode 4.6.2 and ...
0
votes
1answer
28 views

Resizing an image from UIImagePickerController not working

I am following this post on how to resize an image. I placed the + (UIImage*)imageWithImage:(UIImage*)image scaledToSize:(CGSize)newSize; in selectExerciseImageViewController.h and copied the relevant ...
0
votes
2answers
4k views

UIImagePickerController in UIPopOverController is not opening up in iOS 5

in my iPad app i am opening Photo Library in a popover controller. It was working fine in iOS 4 but now its not opening up in iOS 5. i am using the following code for opening Photo Library, ...
0
votes
3answers
1k views

iOS: UIImagePickerController - using toolbar property?

Given the following code, The buttons does not show up on the toolbar. Is there something wrong? UIImagePickerController* cameraPickerController = [[UIImagePickerController alloc] init]; ...
0
votes
2answers
99 views

Make a UIView display the camera view using UIImagePickerController

I'm trying to display the image a the camera sees into my own custom view. I DO NOT want to use Apple's own overlay property for UIImagePickerController: cameraOverlayView. I don't want an overlay, ...
0
votes
2answers
24 views

Image not saving in photo Album

I invoke UIImagePicker controller. When i click camera button, preview and use button only displaying, my image is not saving in photo Album. code: -(void)viewDidAppear:(BOOL)animated{ picker = ...
0
votes
2answers
53 views

Dismiss UIImagePickerController

I have tried every variation of dismissing a UIImagePickerController with out any luck. What am i doing wrong. - (IBAction)choosePhoto { self.picker = [[UIImagePickerController alloc] init]; ...
0
votes
1answer
69 views

Attempt to present modal VC on VC whose view is not in the window hierarchy

I have a storyboard that looks like this: This is how it works: the InitialSlidingViewController instantiates the Navigation VC as the topViewController as follows in its .m file: ...
2
votes
3answers
86 views

How to change cancel button title in UIImagePickerController?

Currently I'm working on a multi-language application and I want to change the Cancel ,Use and Retake button titles of the UIImagePickerController. How can I do that?
0
votes
0answers
13 views

Opening image picker controller on an existing opened pop over controller in iPad sdk [duplicate]

I have a navigation bar in one the screens and it has button which opens a pop over controller. Its an add data form which also asks users to provide an image as well. As there is a pop over ...
1
vote
1answer
448 views

Camera Overlay view not showing in Landscape mode for iPhone

I have launched camera using UIImagePickerViewController & trying to overlay the another view. I have set the Overlay view for Landscape mode But still it is showing in Portrait mode after overlay ...
0
votes
0answers
13 views

imagePickerController can't pick movie

my idea is pick a movie from UIImagePickerController and upload it to web via HTTP post. At the moment i'm so far: - (BOOL) startMediaBrowserFromViewController: (UIViewController*) controller ...
0
votes
1answer
40 views

Changing the button name and functionality in image picker modal view

How can I change the 'Choose' button name and functionality in the image picker modal view? I want to change the name to 'Upload' button, to upload a movie to web.
3
votes
0answers
134 views

Video Compression when Recording Movie with UIImagePickerController?

In my iphone app,if I select a video using UIImagePicker-it is automatically compressed Is there any way to compress the video after recording ? I am posting my recorded video to server, will the ...
1
vote
1answer
3k views

iphone imagepickerController picking video from photo library

I am now trying to implement a app like picking image and video from device photo album and uploading it to server.. here i can able to display both image and video in a table view using ...
3
votes
1answer
37 views

iPhone - How to deal with multiple UIImagePickerControllerDelegate?

I am developing an simple application scanning QR code. To scan QR code I am using one delegate method as shown below. - (void) imagePickerController: (UIImagePickerController*) reader ...
0
votes
0answers
15 views

What is the appropriate way to record mp4 w/ LC-AAC audio encoding with the ios image/video capture?

I'm a little lost on what the appropriate way to change the encoding in the UIImagePickerController to Mp4/AAC. I assume it's not possible from the documentation I read but do I need to convert the ...
1
vote
3answers
8k views

Save Photos to Custom Album in iPhones Photo Library

I'm trying to create a custom album in the Photo Library of an iPhone and then save photos that I've taken with the camera, or chosen from the phones Camera Roll to that custom album. I can ...
0
votes
1answer
124 views

Upload image using AFnetworking did not response anything

Here's the problem : I want to upload image immediately after finish choosing image from imagepicker. So, I put my code to upload image using afnetworking in imagepicker delegate method. But it ...
1
vote
0answers
92 views

Fixed size image capturing from iphone app

How can I customize camera UI In iphone app. I have made an overlay on camera view. But I want to take a fixed size 300X300 pixel image on photo capture. How to do this?

1 2 3 4 5 34