I have been trying to implement this code , where i capture a image from the camera and display it in my image viewer and then can set it as a wallpaper. It is working fine in my emulator but on my ph
My app stopped working correctly with iOS 4.3. It uses a custom camera view overlay for the UIImagePickerController. And I want to adjust the size and origon of the camera preview view by set cameraVi
I want to lauch camera with customised frame so that I should be abl开发者_运维技巧e to show UIsearchBar in the same View and on touching the UISearchBar I need to close the camera, but the UIsearchBa
Basically, what I want to do is allow the user to make their own folder and then go to an activity that contains a button to launch the camera.
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
Do any of you know if it\'s possible to make a Photo Album inside an app? The app that I\'m building has a lot of features, one of them is to take a picture, write on top of it, save it, and then mail
Maybe I\'m asking this too soon in my research, but I\'d better know if this is possible sooner than later.
What is \"antibanding\" in photography? I read this term in Android documentation for th开发者_Go百科e android.hardware.Camera.Parameters.setAntibanding() method.Antibanding function should decrease f
I am looking to create an app in which a semi transparent image is overlaid on the camera preview. I know their is no support for this in the native Phonegap camera api. 开发者_JAVA技巧I\'m wondering
I am capturing an image using the following code public class PictureDemo extends Activity { private SurfaceView preview=null;