[android-porting] Re: Camera Hardware Interface

2008-12-02 Thread jyukon
Hi, I've already implement a CameraHardwareInterface for UVC camera using V4L2 I/F. Is frameworks/base/camera/libcameraservice the right place for putting them when I upload them? -Jyunji On 12月3日, 午前9:29, Dave Sparks <[EMAIL PROTECTED]> wrote: > The camera service ended up there because of a d

[android-porting] Re: GPRS in my Android doesn't work .....

2008-11-13 Thread jyukon
Hi, I had the same issues when I implemented UVC camera support. In my case, struct v4l2_requestbuffers in linux/videodev2.h is the problem. I settled it using android toolchain with CONFIG_CC_OPTIMIZE_FOR_SIZE option. On 11月14日, 午前10:58, koba <[EMAIL PROTECTED]> wrote: > Hi > > Could you share