Tagged Questions
0
votes
2answers
49 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 ...
1
vote
1answer
34 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
6 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
0answers
29 views
UIImagePickerControllerReferenceURL is missing
I'm trying to get some data about a video i chose in the UIImagePicker.
So when it gets into the UIImagePicker delegate method (below) i understand i need to use the ...
0
votes
0answers
43 views
UIImagePicker disable camera zooming
I add overlay with UIGestures atop of the UIImagePicker camera view and I need to disable camera zooming because it fires when I zoom in or out the overlay with pinch especially when user zoom out ...
0
votes
0answers
32 views
how to implement move and scale in ipad uiimagepicker?
Hello. I am new to iPhone development. Currently I am converting an iPhone application to the universal application in which there is UIImagePickerController. For iPad, I have written this code:
...
0
votes
1answer
102 views
Storyboard UIImagePicker overlay UIButton does not dismiss preview
update 2
viewDidAppear is executed twice, once before and once after, the overlay button is touched. Would a fix be to add a conditional to viewDidAppear which would return control to the calling ...
0
votes
0answers
41 views
Black space by generating the preview in iPhone camera
I'm currently using "UIImagePickerController" to take pictures from the camera.
Need to remove the black edge that comes down when in the preview of the photo, anyone can help me?
Link IMG sample ...
0
votes
1answer
105 views
imagePickerController didFinishPickingMediaWithInfo giving me a weird image
I wrote some code to add a photo taken with the camera and add it to a NSMutableArray of UIImages.
- (void)imagePickerController:(UIImagePickerController *)picker ...
0
votes
1answer
43 views
how to change location from temp file to hd on an iphone progrramming
i want to take a video in high resolution in my app.so far when I called the function [uiimagepickerobject startVideoCapture]
When recording reaches 20 sec it gets memory warning and app crashes. I ...
4
votes
2answers
360 views
camera overlay picture
edit 3
Good news and bad news. The good news is that in the Connections Inspector by disconnecting the overlay UIToolbar and connecting the UIImageview, I see theKing, but then -- the bad news -- I ...
2
votes
2answers
267 views
Customized photo picker view
I want to use photo picker view in customized form, such as showing a rectangle in screen to focus on specified area of the picture. However, UIImagePickerController can only offer a normal photo ...
0
votes
1answer
45 views
For some reason when uploading an image to Facebook after taking a picture it rotates image by 90 degrees
The following code is the method that I use to take picture with and then send to Facebook using share kit. Problem is this causes images to be sent with a 90 degree rotation.The reason I know this is ...
1
vote
2answers
184 views
UIImagePickerController crashes on launch
I present a viewcontroller to the user with a view that shows a UIButton to record a video. When the user presses the button, my app crashes with the following error:
Terminating app due to uncaught ...
0
votes
1answer
303 views
How to get Camera working on iPad inside UIPopoverController?
I'm trying to write iOS app that uses camera or photo library to take pictures. This is my first iOS app so I have no experience. I've found several examples how to do it for iPhone and replaced ...
-1
votes
1answer
33 views
How to modaly present a view to choose UIImagePicker sourceType?
What I need to do is present this half modal view with buttons before presenting the UIImagePicker Controller, as in the picture below:
I believe all the apps in the world dealing with ...
0
votes
1answer
128 views
iOS Capturing Video
I want to make an app for the iPhone with the ability to record video. One thing I want to do with the video once it's recorded, is to take the audio from it and alter it, such as make it sound ...
0
votes
1answer
74 views
UIImagePickerController strange status bar
Does anyone know what is this strange white bar on the top of a UIImagePickerController?
I'm presenting it from my EditProfileViewController, when it appears modally it comes with that strange white ...
2
votes
2answers
219 views
How to show photo album with arrangement from newest to oldest
I have a problem when I use the below code to load the photo album out from the iphone. Although I loaded perfectly, the first photo appeared is the oldest photo. Is it possible to rearrange the order ...
0
votes
0answers
36 views
cannot reset UIImageView
I am developing an iOS app that can allow a user to pick an image from the gallery(UIImagePicker) and display the image in an UIImageView which is in a different view controller.
In my ...
0
votes
1answer
36 views
set a delegate for dismissModalViewControllerAnimated
I have a UIImagePickerController in my app which uses a didFinishPickingMediaWithInfo delegate to monitor whether the user has picked an image.
-(void)imagePickerController:(UIImagePickerController ...
0
votes
0answers
114 views
Using presentModalViewController to display UIImagePicker from rootViewController
I am developing an iOS app that will open a UIImagePicker and allow its users to pick an image from the image gallery. I am having trouble using presentModalViewController to bring up the imagePicker ...
0
votes
1answer
86 views
imagePickerController iPhone
My app features picking images from camera roll and also clicking a new one and then upload.
When i pick an existing image from the camera roll it gives me an image name like asset.jpg(which is what i ...
0
votes
1answer
315 views
Error: Attempt to present <UIImagePickerController: on <ViewController: while a presentation is in progress
Hey everyone and thank you for reading. I am making an app which you can take pictures and retreive pictures from the camera roll and display it on a view. The problem is that when I try to use the ...
2
votes
3answers
714 views
Force landscape orientation in UIImagePickerController
I'm new to iOS development, and Im developing my first app. (so sorry if Im asking a newbie question)
My app is all in portrait orientation, except to the place where I'm using ...
0
votes
0answers
33 views
Error: Whose View Not In Window Hierachy Trying To Open Camera Roll
I have searched a few other threads of people who have had similar errors, though none of their fixes work with my code :/. I am trying to open Camera Roll with a button called "chooseExisting" and I ...
0
votes
0answers
55 views
UIImagePickerController is flaky when moved to the background
Going into background disrupts UIImagePickerController, leaving you with a potentially corrupt file.
When selecting a video, upon clicking "Use", UIImagePickerController compresses the video and then ...
-1
votes
2answers
263 views
UIImagePickerController TakePicture Method Not Saving To Camera Roll
Thank you for reading,
I am making a camera timer app, and when the timer hits 0 a picture is meant to be taken. However, it isn't. :c.
HERE is the code for showing the PickerController and the ...
0
votes
0answers
79 views
Change default option of UIimagePickerController
after taking a picture it is displying Retake,Preview and Use button.I need to change Use button as Save button.Is it possible?.
UIImagePickerController * imagePicker = [[UIImagePickerController ...
0
votes
1answer
212 views
Camera sometimes displaying black screen
I am accessing default camera in my app.Sometimes it is displaying black screen.What is the solution for this problem?.
if ([UIImagePickerController isSourceTypeAvailable:
...
0
votes
2answers
130 views
Resizing image without losing its quality
When i send import images[other images] to server taking less time than iphone images[taking picture through default camera].Is there option to resize an image without losing its quality?
2
votes
1answer
894 views
Force UIImagePickerController to take photo in portrait orientation/dimensions iOS
The only allowed orientation in my app is landscape. I force this in the project properties under target > summery and only allow portrait in shouldAutorotateToInterfaceOrientation
The problem is ...
0
votes
1answer
63 views
Resize taking photo through default camera
I am using UIImagePickerViewController to take photo from iPhone default camera in my App and storing it in Document directory. It is taking long time to complete the process and also it is displaying ...
2
votes
2answers
68 views
Taking photo through default camera
I am using UIImagePickerView controller to take photo from iPhone default camera in my App. It is taking long time to complete the process.
-(IBAction)takePhoto:(id)sender
{
if ...
0
votes
1answer
82 views
Save photo on use button click in camera app
My current code is :
- (IBAction)cameraButtonAction:(id)sender {
UIImagePickerController *picker = [[UIImagePickerController alloc] init];
picker.allowsEditing = NO;
picker.sourceType ...
0
votes
0answers
159 views
iphone app crash when using recorded video
My application is crashing when user taps on 'Use' button followed by 'Play' button after recording a video. I dont understand why this is happening. Please help
Here's the crash report:
Nov 29 ...
1
vote
1answer
185 views
xcode custom overlay capture
I am working on OCR recognition App and I want to give the user the option to manually select the area (during the camera selection) on which to perform the OCR. Now, the issue I face is that I ...
1
vote
0answers
143 views
Rotate Video after picked from UIImagePickerController to upload to server
So I've seen these answers and many others:
how to detect (iphone sdk) if a video file was recorded in portrait orientation, or landscape
How do I rotate a video from UIImagePickerController before ...
0
votes
2answers
151 views
UIImagePickerController not working
I am using xcode 4.5.2 and i want to use the UIImagePickerController on my navigationBar based app, everything works perfect unless the image keeps blank after the user picks the image.
the user ...
0
votes
0answers
197 views
How to Update Contact Information In Address Book in iOS
I have been working on an address book like app for a while and I have come to a point where I need to Update the image of the Contact. I can successfully retrieve the contact.
I'd like to use a ...
0
votes
0answers
215 views
Face Detection from UIImagePickerViewController
*EDIT**
I was just doing some testing to see if I was missing something and it turns out the imgHolder.image is returning null but it is displaying an image. I am calling this on [void viewDidLoad].
...
-2
votes
1answer
106 views
UIImagePickerController vs AVCaptureSession - Pros and Cons [closed]
I'm not sure which one to use to implement the camera device in an app.
Does it come down to ease of use (with UIImagePickerController) vs customization ability with AVCaptureSession? Does one class ...
0
votes
3answers
957 views
Xcode-Saving the image from the photo library for further use
I am trying to make a simple application using XCode 4.5 which would allow the user to chose any particular image via accessing his photo library, then submit that image for recognition with the help ...
0
votes
1answer
232 views
UIImagePickerController crashes app and sometimes restarts the device - memory warning issue
We have customized the camera view and the move&scale options. after taking picture the original image will be opened up in the new view controller which has customized move&scale. It works ...
2
votes
1answer
398 views
iOS Undefined symbols for architecture i386: “_kUTTypeImage”
Undefined symbols for architecture i386:
"_kUTTypeImage", referenced from:
-[ViewController receiveNotification:] in ViewController.o
ld: symbol(s) not found for architecture i386
clang: ...
0
votes
4answers
148 views
Dismissing camera view crashes app
When I try to dismiss my UIImagePickerController, it crashes the app. the error is: "Terminating app due to uncaught exception 'UIApplicationInvalidInterfaceOrientation', reason: ...
0
votes
3answers
1k views
How to pass image, from uiimagepickercontroller, into another scene's uiimageview
[SOLVED]Code below updated to working solution. Here's a zip for anyone interested; http://code-blind.com/stackoverflow-appOne-Archive.zip
How do I save a UIImagePickerController camera image so I ...
0
votes
3answers
381 views
PrepareForSegue with UIImagePickerController
I'm trying to use prepareForSegue with an image taken from the camera roll or camera using the UIImagePickerController. This is what I have right now and I don't know how to finish it, I hope you can ...
1
vote
2answers
362 views
UIImagePickerController,Check camera
-(void)viewDidLoad
{
if ([UIImagePickerController isSourceTypeAvailable:UIImagePickerControllerSourceTypeCamera])
{
imagePicker = [[UIImagePickerController alloc] init];
...
1
vote
2answers
65 views
title and description for camera click images
In my camera app i want when i click an image it will ask for title and description from the user and then save it.right now its saving images but not asking for title and description.I am new to ...



