Questions about extending the platform belong on android-porting. On Thu, Oct 22, 2009 at 9:27 AM, clemsongrad <[email protected]> wrote:
> > > Dianne, > > But if we had to support, would say option#1 is preferable? Would you > recommend adding new methods to make it more cleaner ? > > Thanks > > On Oct 21, 4:55 pm, Dianne Hackborn <[email protected]> wrote: > > Not currently supported, sorry. > > > > > > > > On Wed, Oct 21, 2009 at 1:36 PM, clemsongrad <[email protected]> wrote: > > > > > 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! > > > > -- > > Dianne Hackborn > > Android framework engineer > > [email protected] > > > > Note: please don't send private questions to me, as I don't have time to > > provide private support, and so won't reply to such e-mails. All such > > questions should be posted on public forums, where I and others can see > and > > answer them. > > > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

