Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Camera in Android [closed]

Tags:

android

camera

I want to use camera facility in android application.

I want to capture image on click of button control can any one suggest me the best example of it.

like image 649
Freni Avatar asked Apr 22 '11 05:04

Freni


2 Answers

Try android dev's site: Camera access in android also read this article: Using android camera

And for more look at related section of this question.

enter image description here

like image 181
Harry Joy Avatar answered Sep 19 '22 18:09

Harry Joy


These are a few Q&A here to get started:

Using the camera activity in Android

Use camera flashlight in Android

Android camera intent

How do I save data from Camera to disk using MediaStore on Android?

And some tutorials out there:

http://mobile.tutsplus.com/tutorials/android/android-sdk-quick-tip-launching-the-camera/

http://2008.hfoss.org/Tutorial:Creating_a_Camera_Application

http://www.androidph.com/2008/11/camera-capture.html

http://code.google.com/p/openmobster/wiki/CameraTutorial

like image 38
Aleadam Avatar answered Sep 19 '22 18:09

Aleadam