If an android device wants to support multiple cameras, then how does the API support this? Right now the framework API is a simple static method to create an instance of camera Camera.open().
I see couple of options: 1. Using camera.setParameters() to set a name/value pair that instructs which camera to choose? 2. It would be nice and cleaner perhaps if this was done right on the open() method perhaps with additional enum. Obviously option#1 would not result in any addition to the API. Does this use sound right to you to support multiple cameras? Thanks! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

