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.
I am starting an android camera app for taking pictures. When I ctrl-shift-O to get the i开发者_如何学JAVAmport for the Camera class there are two choices: android.graphics.camera and android.hardware
Usually Adobe Flash applications can access any usb-webcam. I have a USB camera for microscopes which understands TWAIN and DirectShow.
i wnat to make an andoir app in which i want to use the camera ... only to view what is in front of the cam开发者_如何学编程era and not to click an image ...what is the code for it..?I would recomend
I am using - (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingImage:(UIImage *)image
I\'m trying to do some image pr开发者_JAVA百科ocessing on iPhone. I\'m using http://developer.apple.com/library/ios/#qa/qa2010/qa1702.html to capture the camera frames.
I\'m using the phone\'s camera in an Android app to take a photo. I\'m using Intents to use the built-in camera application and I\'m using the following code:
it happens only on the 3GS, 4 or 3G is OK. seems l开发者_开发百科ike viewcontroller got called everytime camera dismissed.
I need to be able to have AVCaptureVideoDataOutput and AVCaptureMovieFileOutput working at the same time. The below code works, however, the video recording does not. The didFinishRecordingToOutputFil
Does it exists a way to apply a rotation (of 90 degrees) to an AlertDialog that has been created by the system?