I am building an application that uses camera to take pictures. Here is my source code to do this: File file = new File(Environment.getExternalStorageDirectory(),
My app has enables the users to take a photo using the camera. I\'ve tested it on several devices(Nexus S,Nexus One, HTC Magic and Galaxy S). The app worked fine on the first 3 phones, but crashed wi
Is it possible to have code similar to the fol开发者_如何学Pythonlowing that does the same for video?
I\'m making an android application that uses the 开发者_C百科camera by using the built in one as an intent. I\'m doing some analysis on the photo on a pixel by pixel basis. My wildfire returns 79000 p
When I begin the camera intent I give it a file na开发者_JAVA技巧me I would like it to use. When I get this on the phone it uses the phones default file name. Which is no help as I need the image name
I have a following question. I\'m using camera intent that starts from a menu button like this case R.id.camera:
I have two options \"select photo\" and \"take photo\" - I have my select photo functionality fully working, but having problems with taking a photo.Mainly having the saved image display in my image v
I have been battling this \"memory leak\" for the past 3 days non-stop and while I have streamlined other parts of my application this problem has remained.
I have invoked the built-in Camera application in android 2.1 using intent. I\'ve used the following code:
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