I am trying to implement Video recording functionality for my iPhone 3.0 and iPhone 3.1.2 device as well. I created a sample app for that and kept a button called \"Start Video\" in a UIView. Then i c
Hi I have a confusing problem with the Autoscroll implementation in my own app. I Want too set up a image gallery and when the debugger gets to the part of the code
I thought the iphone width/height size is 320 * 480. But the photo taken from UIImagePickerController is abou开发者_Python百科t 320 * 430.
I was able trim the video when i used the photo library source type. Bu开发者_如何学运维t when I use the camera source type trimmed video appears to be saved. but when i play the saved video it is not
I\'m trying to create an IP Camera application for iPhone using mono touch. To get the camera feed, I call the CGImage.ScreenImage method continuously and convert the resulting UIImage into a byte arr
I\'ve got a mostly-portrait iPhone application that needs to shoot some video, and I\'d like to gently encourage (okay, force) users to shoot that video in landscape mode.
I have an app designed for iPhone that makes use of the UIImagePickerController. The app run in landscape only up until the image picker comes into view in its default portrait.
In my iPhone app, I use UIImagePickerController to开发者_高级运维 allow the users to take photos for use within the app. However, they always seem to come out blurry and/or unstable. What are some bes
Im facing a problem using the UIImagepicker. If i use the camera on my iphone the language of the camera controls are in Dutch, but if i use the camera 开发者_运维技巧function in my app the language i
I have a uibutton to trigger an iphone\'s camera to grab an image, and I have a uiimageView in same view to show captured image, but it not showing anything after capturing.