On Fri, Oct 23, 2009 at 1:49 PM, harish <harishpres...@gmail.com> wrote:
> Hi,
> I cloned the recent development branch of 0xdroid for beagleboard.
> I have compiled as per the steps and loaded into beagleboard.
> Except Camera, remaining things work fine.
> When i click Camera or Camcorder application, only green color on the
> window appearing for me.
Hi, Harish:
In beagle-cupcake branch, camera related function are expected work,
including preview, taking picture, but except video recording. Though I
think camera HAL part is very hardware dependent, like the resolutions and
picture size the camera can support.
I am using an Usb camera with 2 megapixels, supporting 352x288, 640x480,
1600x1200, etc.
So you may check the code in hardware/omap3/camera to see if you need to
change some values to satisfy you.
> On Fri, Oct 23, 2009 at 1:49 PM, harish <harishpres...@gmail.com> wrote:
>> Hi,
>> I cloned the recent development branch of 0xdroid for beagleboard.
>> I have compiled as per the steps and loaded into beagleboard.
>> Except Camera, remaining things work fine.
>> When i click Camera or Camcorder application, only green color on the
>> window appearing for me.
> Hi, Harish:
> In beagle-cupcake branch, camera related function are expected work,
> including preview, taking picture, but except video recording. Though I
> think camera HAL part is very hardware dependent, like the resolutions and
> picture size the camera can support.
> I am using an Usb camera with 2 megapixels, supporting 352x288,
> 640x480, 1600x1200, etc.
> So you may check the code in hardware/omap3/camera to see if you need
> to change some values to satisfy you.
> Thanks for your report.
> Regards,
> Jeremy
>> The camera works fine with angstorm distribution.