[android-developers] Re: stupid camera.startPreview question

2009-05-26 Thread enervatron
yes, the sample code does this, and hence my code is doing it as well. Mike On Tue, May 26, 2009 at 1:56 PM, Max Salley wrote: > > Whatever SurfaceHolder you gave the camera needs to have its type set > to SurfaceHolder.SURFACE_TYPE_PUSH_BUFFERS.  This may not be your > problem, but it will cau

[android-developers] Re: stupid camera.startPreview question

2009-05-26 Thread Max Salley
Whatever SurfaceHolder you gave the camera needs to have its type set to SurfaceHolder.SURFACE_TYPE_PUSH_BUFFERS. This may not be your problem, but it will cause a blank screen On May 26, 4:18 pm, enervat...@gmail.com wrote: > Hi all, > > I'm using the camera for which I've used the CameraPrevie