[android-developers] Re: Can Android Framework API support multiple cameras?

2009-10-22 Thread Dianne Hackborn
Questions about extending the platform belong on android-porting. On Thu, Oct 22, 2009 at 9:27 AM, clemsongrad 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 p

[android-developers] Re: Can Android Framework API support multiple cameras?

2009-10-22 Thread clemsongrad
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 wrote: > Not currently supported, sorry. > > > > On Wed, Oct 21, 2009 at 1:36 PM, clemsongrad wrote: > > > If an an

[android-developers] Re: Can Android Framework API support multiple cameras?

2009-10-21 Thread Dianne Hackborn
Not currently supported, sorry. On Wed, Oct 21, 2009 at 1:36 PM, clemsongrad 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 se