I would like to see an image on top of Camera SurfaceView\\preview. How do I do that开发者_StackOverflow社区? Any examples?A great example can be found in ZXing library, Barcode Scanner application.
I\'m doing one project with camera and after taking one photo camera freezes and u have to finish the activity and recall it again to take another photo, how can I take photo freeze for just 1-2 sec a
I use the following code to take a picture: Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);
In my app I am trying to capture an image from my device and I want to upload it to a server. I am following the answer which was posted here
I created a simple PhoneGap application that, right now, just takes a picture when you tap a button and then displays the picture in an image on the same page. I\'ve built both iOS and Android version
I created a camera class. It is possible to rotate 360 degrees with my mouse and move up and down. Just as I intended, just like in all games. It is also possible to move forward a开发者_运维问答nd ba
I Want Augmented Reality code for Display Current Location and Address in ca开发者_开发知识库mera View.
Is there any way in Android to use a GLSurfaceView to display the camera preview, while using 开发者_StackOverflow中文版OpenGL effects on that surface? Specifically additive blending effects. I know O
I was wondering if it is possible to set the opacity of the camera input? For example if I have layers underneath the camera I want to be shown through the camera layer..
I Just started write a phong shader vert: varying vec3 normal, eyeVec; #define MAX_LIGHTS 8 #define NUM_LIGHTS 3