How can I start writing apps for Camera in Android?

satya - Thursday, November 17, 2011 9:54:15 AM

Android Camera API

Android Camera API

Search for: Android Camera API

satya - Thursday, November 17, 2011 9:54:47 AM

How to program the camera in Android?

How to program the camera in Android?

Search for: How to program the camera in Android?

satya - Thursday, November 17, 2011 9:56:41 AM

In the API demos there is a sample code called CameraPreview.java

This sample uses the following class


android.hardware.Camera

if you have the latest SDK and tools create a new project in your eclipse from the API demos sample.

satya - Thursday, November 17, 2011 9:57:34 AM

How can I create a project from a sample in a given sdk


eclipse
new project
create from sample
pick the sample you want

satya - Thursday, November 17, 2011 9:57:54 AM

android.hardware.Camera

Search for: android.hardware.Camera

satya - Thursday, November 17, 2011 10:03:56 AM

Here is the camera api

Here is the camera api