V4L2 FPGA/Introduction: Difference between revisions

From RidgeRun Developer Wiki
No edit summary
No edit summary
Line 14: Line 14:


<noinclude>
<noinclude>
{{V4L2_PCIe/Foot||Introduction/Frame Grabber}}
{{V4L2_PCIe/Foot||Introduction/Overview}}
</noinclude>
</noinclude>

Revision as of 20:38, 10 April 2019




  Index  


Template:V4L2 PCIe/TOC



On this section you are going to learn about the V4L2 PCIe and the modules it has to offer. When you finish this section you are going to have a general knowledge about this project's key features, and the modules to be developed.

  • Overview section explains the project general structure and the technologies to be used.
  • Frame Grabber section explains the functions to be performed by the frame grabber element.
  • Sink section explains the functions to be performed by the video sink element.
  • HW Acceleration section explains the advantages of using HW acceleration and how it will be integrated into the other modules in this project.


Index Next: Introduction/Overview