0
votes
0answers
11 views
Is it possible to make persistent full-screen camera like System camera app?
I am building a custom camera app, and would like to have the camera view similar to the native camera app in iPhone. (i.e., picks videos as a non-modal view, stays in the camera v …
0
votes
2answers
26 views
How to get a copy of the image from UIImagePicker
Hi,
I've got a very simple app where the user selects a UIImageView and presses a button to take a photo with the camera. The image is then returned and displayed in the UIImageVi …
2
votes
2answers
75 views
Displaying UIImagePickerController within another UIVie
I've been working pretty extensively the last couple months with UIImagePickerController, particularly with the new capabilities in OS3.1 and newer to overlay views on-top of the c …
0
votes
0answers
3 views
How to load UIImagePickerController at viewLoad
This seems like a really simple idea... I have a button that says "load a picture". When that button is clicked I want to remove the current view, load a new one, open the image p …
34
votes
7answers
3k views
UIImagePickerController, UIImage, Memory and More!
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 U …
0
votes
0answers
17 views
Saving video from UIImagePickerController
In my application, the user can record a video using the UIImagePickerController, and I need to save it to disk for later use. I've gotten the path out of the info dictionary and I …
1
vote
2answers
287 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 UIImagePi …
2
votes
5answers
1k views
takepicture() vs UIGetScreenImage()
Hello all. 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 …
0
votes
0answers
24 views
UIImagePicker camera not loading (white screen)
Hi,
I have troubles using UIImagePicker to take pictures based on the "Taking Pictures with the Camera" chapter from the iPhone programming guide.
Whatever i try all i get is a g …
6
votes
4answers
513 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 …
0
votes
3answers
788 views
How to make UI Image Picker Controller read a custom source type in iPhone
I have to create a photo gallery app in iPhone. It should function same as the Photos app which is shipped with iPhone. But it should show the images which I package with the app.
…
1
vote
3answers
110 views
UIImagepickerController [takepicture] modal view disappears no delegate callback
Update:
This has been answered. It was my own stupidity, possibly not worth reading any more of this question. lol.
Question:
Right so i have this UIViewController(master) subc …
0
votes
0answers
5 views
imagepickercontroller hangs when playing sound using avaudioplayer?
I am playing sound using avaudioplayer.but when i open imagepickercontroller it hangs?does someone knows about it?
0
votes
1answer
40 views
UIImagePickerController weirdness …
Hello, all ...
UIImagePickerController is easy to use, but i'm all of a sudden finding it exasperating when I didn't find it so before. What's happening is that sometimes the imag …
0
votes
0answers
40 views
iphone 3.1.2 sdk UIImagePicker for type movie not copying a thumbnail.
I have seen this question pop up a few times but the authors see to be satisfied with the wrong answer, so I will ask again.
When picking a movie out of the user's gallery, I am …
