I am on a Camera App which taking basic pictures. I have an issue when I get the best optimal preview size.
in my app i simply want to draw a rectangle on top of a live camera feed at the position of a face ..for which i am using the following code
I am using the following code to start the default Camera.Image is getting saved successfully.After coming to OnResultActivity() method its calling onCreate() method of parent activity and initializin
I have two byte[] arrays from the Android Camera Service. I want to POST them, and a few parameters to my AppEngine server, running the python webapp framework.
I\'d like the orientation of the camera not to change when the phone is rotated, allowing the camera to take an upright picture in any orientation. Currently, the picture is rotated incorrectly in all
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 capture image by default camera software and I get saved my image into some directory to local memory. My question is, is there any way how to make this picture smaller? I will need to send it via i
Hopefully this is an easy question to answer. How can I get a list of s开发者_运维技巧upported video capture sizes in Android? Also, how can I get a list of supported video capture frame rates? I\'m l
I am trying stream video from android to network an receiving it on a server that I had written in c#.
I have a simple piece of code here, but for some reason it is not storing the data.I\'m sure it\'s something stupid, but I can\'t seem to figure it out.Any help would be greatly appreciated.