[android-porting] Re: CAMERA_STUB feature in android

2009-05-18 Thread Song Johnny
in fact, you need HAL implementation for libcamera.so. the source is not included in android framework. On Wed, May 13, 2009 at 4:40 PM, Vj_imx51 wrote: > > > Hello, > > I am working on the imx51 3 stack board. Get android working with all > devices. > While trying to get the on-board camera t

[android-porting] Re: CAMERA_STUB feature in android

2009-05-14 Thread Steve Fischer
The reason you are getting the failure is that there is no libcamera.so to compile against. The libcamera.so library is intended to be a platform specific library that implements the "frameworks/base/ include/ui/CameraHardwareInterface.h" interface. You either need to find an existing implementa