[android-porting] Re: Eclair Camera emulator cannot work properly

2010-01-12 Thread John Cola
Can anyone successfully trigger the camera for the Eclair emulator?? I've resulted reboot everytime when I try to launch camera... BR John On 1月7日, 下午1時39分, John Cola wrote: > Dear all > Anyone know why the Eclaircameracannot work properly? > Even the fakecamerafor emulator result error, anyone

[android-porting] Re: Eclair Camera emulator cannot work properly

2010-01-14 Thread John Cola
The problem occurs when the system process following code // Notify the client of a new frame. if (mMsgEnabled & CAMERA_MSG_PREVIEW_FRAME) mDataCb(CAMERA_MSG_PREVIEW_FRAME, buffer, mCallbackCookie); In donut it uses mPreviewCallback(buffer, mPreviewCallbackCookie) and has no problem.

[android-porting] Re: Eclair Camera emulator cannot work properly

2010-01-14 Thread Atsuo Igarashi
Hi, How about Wallace's patch? I'm using real uvc camera with this patch. see the following thread. http://groups.google.co.jp/group/android-porting/browse_thread/thread/38405e99ee05643a/2e3c1247b5305db3?lnk=raot Regards, Atsuo On 1月14日, 午後7:00, John Cola wrote: > The problem occurs when the s