{help} looking to make an android app that uses only front cam

  • Replies:0
Hector
  • Forum posts: 1

Jul 3, 2011, 12:19:07 AM via Website

Hello,
I'm trying to make a simple app where it uses the front cam to take a pic. The problem is that I just want see the preview or view finder (what ever you call it), also to make it smaller.

can any one help?


here what i got so far


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

Reply