The project I am currently working on requires me to store Images/ Videos into the same folder as where the device native Camera stores them. As per my research I have found that each device stores th
I am using the Phonegap API to capture an image. Once i take the picture and attach it my success call back method is not called .
How to use default camera to take a picture in android ?开发者_StackOverflow中文版Uri imageUri;
In my WP7 application I need to the user to take a picture before arriving to page X. So on my main page, when the user click the button to navigate to page X, I call page X with the following constru
Is there a way to set the LED intensity that I desire? I know that to turn on the LED I use: 开发者_运维问答p.setFlashMode(Camera.Parameters.FLASH_MODE_TORCH);
I\'m simulating a lego nxt 开发者_JAVA技巧robot in Blender game engine. One of the steps is to simulate the sensors the lego nxt have. I managed to simulate colission and distance but i also need a co
i would like to open camera in my tab bar app.. i have open the camera but i could not taken the picture because i didnt find the camera symbol in that screen so please tell me how i can i show the ca
I am writing an app where I am allowing the user to capture video using the phones camera.I am using my own code to record the video as opposed to Androids built in camera app.
I have taken 1 high quality image and stored it to some place UIImage *image = [[UIImage alloc] initWithData:imageData];
I have the following code running on a camera object (mCamera) to detect faces in whatever the camera is pointing at. The problem is while this process is very fast indeed it slows the rest of the app