jadonk / rowboat

Automatically exported from code.google.com/p/rowboat
0 stars 0 forks source link

Camera application can't preview. #86

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Used ABICO 3M CMOS camera module No:SS36A770
2.Add ov3640 driver and camera HAL
3.Open camera application.

What is the expected output? What do you see instead?

We expected to see the camera preview, but not.  "Logcat" show error message as 
below.

E/V4L2Camera(  879): Init: VIDIOC_REQBUFS failed: Out of memory
E/CameraHardware(  879): Camera Init fail: Out of memory

What version of the product are you using? On what operating system?

We developed on TI OMAP3530 boards. Operating system is Android eclair
downloaded from rowboat. Kernel version is 2.6.32 and used 
omap3_beagle_android_defconfig to compiled. 

Please provide any additional information below.

If we used the kernel version 2.6.29 download from 
git://android.git.kernel.org/kernel/omap.git. It didn't have this issue. 

Original issue reported on code.google.com by juck...@ms.com on 2 Mar 2011 at 10:07