tags:

views:

783

answers:

5

More generally, If a device has more than one camera, is there any way to initializing it?

I didn't find it in android reference doc.

Samsung SHW-M100S have 2 cameras. If there is no reference to use 2 cams, Any idea how samsung did..?

+1  A: 

As of Android 2.1, Android only supports a single camera in its SDK. It is likely that this will be added in a future Android release.

CommonsWare
A: 

I hope they hurry up with an API in view of http://www.androidguys.com/2010/06/10/motorola-phones-front-facing-cameras-2010/

seeingwithsound
A: 

On Samsung SHW-M100S, you can use Camera.Parameters.set("camera_id", 2)

Alex Cohn
A: 

Camera_id 2 didn't work on Samsung Galaxy S. Any idea how to do on that phone?

+1  A: 

user358429, "camera-id" on galaxy-s

Dewr
this is what it is on the galaxy s
yincrash