OMAP 3430 Camera/ISP out of memory error

2011-03-25 Thread Patrick Radius
Hi, i'm trying to get camera support working on a relatively new Android port to an OMAP 3430 based phone (Samsung GT-i8320 a.k.a. Samsung H1). However calls to VIDIOC_REQBUFS fail with a -12 (OUT OF MEMORY). As far as I can see this return error isn't even supposed to exist, according to the

Re: OMAP 3430 Camera/ISP out of memory error

2011-03-25 Thread Patrick Radius
(overlay)? Or memory from the (M-4MO) sensor? Is it possible I should allocate memory for it as boot argument? similar like vmem=16M omapfb.vram=0:8M I can't find much information about this all... On vr, 2011-03-25 at 13:24 +0200, Sakari Ailus wrote: Patrick Radius wrote: Hi, Hi Patrick

Re: OMAP 3430 Camera/ISP out of memory error

2011-03-25 Thread Patrick Radius
looking at the wrong spot, but... As you can tell, I'm fairly new with OMAP programming. Thanks! Regards, Patrick On vr, 2011-03-25 at 16:34 +0200, David Cohen wrote: Hi, On Fri, Mar 25, 2011 at 1:34 PM, Patrick Radius i...@notoyota.nl wrote: Ok, thanks! However, I'm also quite curious about