[android-porting] camera application on a new platform

2012-03-22 Thread Guennadi Liakhovetski
Hi all Porting android to a new platform I'm a bit stuck with the camera function. I'm getting an "Unfortunately, the Camera has stopped" dialog and these lines in the log D/Camera ( 1033): app passed NULL surface W/dalvikvm( 1033): threadid=11: thread exiting with uncaught exception (group=0

Re: [android-porting] camera application on a new platform

2012-03-26 Thread Ramya Mohan
Hi, "D/Camera ( 1033): app passed NULL surface" is the error log from the Camera client (frameworks/base/libs/camera/)which will communicate with the Camera Service. This is message will ususally appear after some instance of time , the actual surface will be set if there is a call from Appli

Re: [android-porting] camera application on a new platform

2012-03-27 Thread Guennadi Liakhovetski
Hi Ramyan On Tue, 27 Mar 2012, Ramya Mohan wrote: > Hi, > > "D/Camera ( 1033): app passed NULL surface" is the error log from the > Camera client (frameworks/base/libs/camera/)which will communicate with > the Camera Service. This is message will ususally appear after some > instance of tim