I expect some devices will allow this, but your best bet is to follow the suggestion here: http://stackoverflow.com/questions/8410876/is-there-any-api-to-fetch-both-rear-and-front-camera-view-at-the-same-time
Basically have two surface holders and two camera instances, but design in case it doesn't work on some devices, as I expect a minority will allow this. On Thu, Dec 15, 2011 at 9:28 PM, Kecics <[email protected]> wrote: > My device has both front camera and back camera,Can I write a > application that can display the preview of the 2 cameras at a time? > if it·s impossible,please tell me the reason > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- "I know that you believe you understand what you think I said, but I'm not sure you realize that what you heard is not what I meant." - Robert McCloskey -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

