1

I have a requirement to show both rear and front camera in a single display. Is it possible to show both simultaneously. Is there any api to fetch both views at the same time?

stacker
  • 68,052
  • 28
  • 140
  • 210
Nikhil C George
  • 1,207
  • 1
  • 10
  • 14
  • Hey, welcome to Stack Overflow! By the way, I noticed you haven't accepted any answers to any of your questions. If you could do that, it would be super swell! Just click the check mark under the voting arrows on the answer you like best! – Steve Dec 08 '11 at 21:52

1 Answers1

2

Same as a single camera... Just double.

Two SurfaceHolders, and two Camera instances.

http://developer.android.com/reference/android/hardware/Camera.html

Steve
  • 31,144
  • 19
  • 99
  • 122