• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Samsung Galaxy S front facing camera.

Yes the front face camera of the Galaxy S I9000 is accessible in the following way:

Camera camera = Camera.open();
Camera.Parameters parameters = camera.getParameters();
parameters.set("camera-id", 2);
camera.setParameters(parameters);

This is the normal way a camera is accessed in Android only that you set the parameter 'camera-id' on 2 for the front camera. For the normal camera this is 1.

Hoop this helps a bit ;)
Sara
 
Upvote 0

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones