Where can I find a discussion (documentation?) of the difference between "capture" buffers (V4L2_BUF_TYPE_VIDEO_CAPTURE) and "output" buffers(V4L2_BUF_TYPE_VIDEO_OUTPUT) provided by the VPFE? For the DM365 if possible.
What I'm looking for is pretty basic: what data goes into which type of buffers and how do you get to it. I'm getting it figured out by sifting through the various documents and sample code, but it shouldn't be this hard.
More specifically, I'd also like to know how/where to access the "second output" data buffers.
Thanks in advance!