I was wond开发者_如何学运维ering whether it is possible to have 2 instances ofthe camera preview in android. What I mean is running 2 instances of the camera at the same time. If it is, how would one
Currently planning on doing a photography app utilizing RAW data provided by the camera in Android devices.
I need a little help with getting my camera to work right. What I\'m trying to do is have the user take a picture that will then be used in another activity as the view\'s background. It is important
I am working on an Android app that uses the phone\'s camera. When t开发者_如何学运维he picture is taken in a \"standard orientation\" (bottom of phone at the bottom or bottom of the phone to the righ
I\'m wo开发者_开发问答rking on an Android application which needs to perform an action each time a new image is taken with the phone.I don\'t want to take the image within my application, but rather p
I\'m very new to Android development (think started yesterday) and in my application I\'m trying to listen for when the camera is used to take a picture.Also, I need to listen for this action all the
I know that with Camera.open() and getParameter to check focus mode will work. But it seems open the camera will have a little bit o开发者_Python百科f sound,which I don\'t want to ...
I use following Intents for recording video and taking pictures, but in Motorola Droid 2.2 the camera Intent save option fails, ie nothing get saved, and the camcoder Intent cancel crashes 开发者_Go百
I have a video recording app in which I am setting camera parameters using the Camera object. After the recording is done, in the onPause I release the camera using the methods
This question already has answers here: Closed 11 years ago. Possible Duplicate: How Turn on only Camera flash light programma开发者_JAVA百科tically in android?