Thank you for considering this! Here is the API for the cameras
(2.3) It would also be nice to http post a picture as well (get a low-
res pic bin64 in a system variable)
------ from
http://developer.android.com/sdk/android-2.3.html ----
Multiple cameras support
Applications can now make use of any cameras that are available on a
device, for either photo or video capture. The Camera lets
applications query for the number of cameras available and the unique
characteristics of each.
* New Camera.CameraInfo class stores a camera's positional
characteristics (orientation, front-facing or back-facing).
* New getNumberOfCameras() and getCameraInfo() methods in the
Camera class let applications query for the cameras available and open
the camera that they need.
* New get() method lets applications retrieve a CamcorderProfile
for a specific camera.
* New getJpegEncodingQualityParameter() lets applications obtain
the still-image capture quality level for a specific camera.
To look at sample code for accessing a front-facing camera, see
CameraPreview.java in the ApiDemos sample application.
The Camera API also adds:
* New parameters for cameras, including focus distance, focus
mode, and preview fps maximum/minimum. New getFocusDistances(),
getPreviewFpsRange(), and getSupportedPreviewFpsRange() for getting
camera parameters, as well as setPreviewFpsRange() for setting preview
framerate.
On Apr 19, 4:57 pm, Pent <
supp...@apps.dinglisch.net> wrote:
> > Is addressing thefront-facing camera specifically possible with