[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, TreKing treking...@gmail.com wrote:
 On Wed, Jul 6, 2011 at 10:04 AM, Itri Ignwane bssnt...@gmail.com wrote:
  I tried to do this, but it doesn't work.

 Tried how?

 -
 TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
 transit tracking app for Android-powered devices

-- 
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


[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 Camera
and I set listeners to the cameras.

I need help please.

Any ideas are accepted.

-- 
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


[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(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