I am currently working on an app with augmented reality. I chose to use the ARToolKit library (available on github).
My application supports taking pictures from iPhone in portrait mode and upload to the server. Howev开发者_JAVA百科er, the pictures taken are appearing in sideways once uploaded to the server.
When trying to show the UIImagePickerController I had strange problems with my app crashing on iOS4. Here\'s the output from log:
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.
I\'m trying to show a UIImagePickerController after a button is clicked in an UIActionSheet. The code is straightforward. However, the call to [[UIImagePickerController alloc] init] is hanging for sev
Currently I am saving and image with the following method in \"saved photos album\". UIImageWriteToSavedPhotosAlbum(image, self, @selector(image:didFinishSavingWithError:contextInfo:), nil);
I want to know how we can change the navigation bar title of UIImagePickerController. I tried several ways but couldn\'t do it.
I am new to iPhone development. I have two views named pickerviewcontroller and secondviewcontroller which have different xib files. I choose a picture through the UIImagePickerController interface fr
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
开发者_JAVA技巧I tried to record a video. The message I got is from the following code on the device: