[android-developers] Re: Does android support the opening of two cameras in same time

2011-07-08 Thread Itri Ignwane
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(

[android-developers] Re: Does android support the opening of two cameras in same time

2011-07-08 Thread Itri Ignwane
Hello guys . I'm new in this forum. I program in android, I want to know if it is possible to use both the camera phone in same time. I tried to do this, but it doesn't work. I did it like this : Camera1 =Camera.open() // to open the main Camera. Camera2 = Camera.open(1) // to open the front Came

[android-developers] Re: Does android support the opening of two cameras in same time

2011-07-08 Thread Itri Ignwane
Hello , thanks for your answer. what I had done is : Cma1= Camera.open() // to open the main camera Cam2 = Camera.open(1) // to open the front camera and I set listeners to both camera. what i need to know, is it possible to activate the cameras in same time?. thanks for help. On 7 juil, 05:55,