When I shoot a video using UIImagepickerController, the movie url which I receive from imagePickerController:didFinishPickingMediaWithInfo: and the url when I receive from the same video after saving
I\'m presenting my camera using a popover. It works perfectly inmy iPad. For my surprise in iPad 2 when the camera is summoned only the grey bar with the take picture button appears, but the image th
I have an NSURL inside a NSDictionary, which looks like this: assets-library://asset/asset.JPG?id=1000000001&ext=JPG
have an app that can take 开发者_开发百科a picture and then upload to a server. encoding it to base 64 and pass it thru a XMLRPC to my php server.
I need to let the user select a photo from the Photo Library and be able to size and crop their image while using an Overlay image. Using UIImagePickerControllerSourceTypeCamera with cameraOverlayView
This code: NSString *imageString = [info objectForKey:开发者_如何学编程UIImagePickerControllerRefrenceURL];
I was wondering if it was possible to make the camera feed appear in a custom screen. Basically I have a uiview that I want the camera feed to appear in. I would then have custom buttons on the screen
I am using navigation based application here when i call UIImagePicker then it show blank when the screen is in landscape but this shows correctly when the screen in portrait.
I\'m using UIImagePickerController in a popover on the iPad to take a picture with the front camera.I set allowsEditing to YES and get the awesome built in \"Move and Scale\" view after taking the pic
I have a view controller that needs to be able to choose a picture from the photo album and also from the camera. I can only have 1 delegate method for didFinishPickingMediaWithInfo and while I can te