Re: pxa_camera with one buffer don't work
- Date: Mon, 28 Apr 2008 16:23:00 +0200 (CEST)
- From: Guennadi Liakhovetski <g.liakhovetski@xxxxxx>
- Subject: Re: pxa_camera with one buffer don't work
On Fri, 25 Apr 2008, Stefan Herbrechtsmeier wrote:
> Hi,
>
> is it normal, that the pxa_camera driver don`t work with one buffer?. The
> DQBUF blocks if only one buffer is in the query.
Well, in v4l2-apps/test/capture_example.c we see:
if (req.count < 2) {
fprintf (stderr, "Insufficient buffer memory on %s\n",
dev_name);
exit (EXIT_FAILURE);
}
so, they seem to refuse to run with fewer than 2 buffers. But if I remove
this restriction and enforce 1 buffer, it works. 2.5 times slower, but
works. Can there be a problem with your application? What kernel sources
are you using? Try using the latest v4l-dvb/devel git.
Thanks
Guennadi
---
Guennadi Liakhovetski
--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list