Hello,
What I tried to do, is to activate and use the data of the main camera
and the front camera at the same
time. I did like this :

*********************************
Camera_1 = new Camera();
Camera_2 = new Camera();

Camera_1 = Camera.open();   // to open the main camera
Camera_2 = Camera.open(1);  // to open the front camera

and I set listeners to both camera_1 and camera_2.

Thanks for help.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to