I want to take video and photo at same time. I have two buttons. When user click on one it have to take video and
Some users of my app are taking some bugged pictures that look like that: The only thing I do is standard bitmap API in jpegCallback:
I\'m searching开发者_StackOverflow社区 a method to use front facing camera but with compatibility with Android 2.2.
When the camera start to record my application throws this exception: E/MediaRecorder( 3316): setOutputFile called in an invalid state(2):
I\'m fol开发者_如何学JAVAlowing this tutorial to learn Android\'s Camera API. I made it the end of the first section (right before \"Providing an overlay\" begins), and I\'m getting the following erro
I want to use android phone camera to click a picture and then 开发者_开发技巧use it in another activity. I could not find any exact method, so I tried to get path of the picture where it is saved and
for my android application,I need to take a photo with the built-in camera and save it to a database in a blob field.
Hey guys I have a question about output after taking picture. I have these codes private static final int CAMERA_PIC_REQUEST开发者_运维知识库 = 1337;
I have a problem with my BroadcastReceiver. It\'s not working. I couldn\'t find any satisfying answers for my problem. This is my code fragments:
I\'m having some issues with the preview of the camera on my Android. Right now i have a button you need to press before you get any preview of the camera.