On Thu, 13 Feb 2014, Steven Toth wrote: > On Thu, Feb 13, 2014 at 2:52 PM, Pavel Machek <pavel@xxxxxx> wrote: > > Hi! > > > > I'm working on project that will need doing video capture from > > FPGA. That means I can define interface between kernel and hardware. > > > > Is there suitable, simple hardware we should emulate in the FPGA? I > > took a look, and pxa_camera seems to be one of the simple ones... Too bad this one http://opencores.org/project,100 is only in planning... Maybe you could collaborate with them? > Thats actually a pretty open-ended question. You might get better > advice if you describe your hardware platform in a little more detail. +1. As usually you have to begin with what you need. Will it be using an external DMA engine or will it have one built into it? If you've got a DMAC core already, it will define your V4L2 dma operations choice - contiguous or SG, unless, as Steven mentioned, you go over USB. Then you decide what sensor interface you need - parallel or CSI, etc. > Are you using a USB or PCIe controller to talk to the fpga, or does > the fpga contain embedded IP cores for USB or PCIe? Thanks Guennadi --- Guennadi Liakhovetski, Ph.D. Freelance Open-Source Software Developer http://www.open-technology.de/ -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html