The Android SDK includes a Camera class that is used to set image capture settings, start/stop preview, snap pictures, and retrieve frames for encoding for video. It is a handy abstraction of the real hardware device. However, the SDK doesn't provide any camera emulation, something that makes testing camera enabled applications quite difficult. In this tutorial, I am going to show you how to use a web camera in order to obtain a live camera preview. Check out the tutorial at the following URL:
Edited by: Cameron McKenzie on Mar 31, 2011 8:05 AM-
The Andriod SDK and the Camera Class? (2 messages)
- Posted by: Fabrizio Chami
- Posted on: April 01 2011 08:47 EDT
Threaded Messages (2)
- The SDK does emulate the Camera by Sohil Shah on April 01 2011 18:23 EDT
- The Andriod SDK and the Camera Class? by charles roberts29 on September 04 2011 20:50 EDT
-
The SDK does emulate the Camera[ Go to top ]
- Posted by: Sohil Shah
- Posted on: April 01 2011 18:23 EDT
- in response to Fabrizio Chami
For more detailed description look at: http://code.google.com/p/openmobster/wiki/CameraTutorial.
I am talking about the latest SDK version which is API level 9+.
-
The Andriod SDK and the Camera Class?[ Go to top ]
- Posted by: charles roberts29
- Posted on: September 04 2011 20:50 EDT
- in response to Fabrizio Chami
The world is really wonderful. What a interesting thing.