V4L2 FPGA - Examples

From RidgeRun Developer Wiki
Revision as of 19:50, 10 December 2020 by Spalli (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Previous: Getting the Code/Building and Installation Guide Index Next: Examples/Convolutioner




This section shows two examples already implemented and tested on our V4L2 FPGA framework.

  • Convolutioner section explains how to read from a camera and move this through convolution with a Gaussian Kernel before going back to the CPU.
  • Video Test Pattern Generator section explains how to read from an HW generated pattern and move it to the CPU.
  • Pass-through section explains how to read from a camera and move this through a pass-all accelerator before going back to the CPU. This is useful for measuring the maximum capabilities of the FPGA and communication.
  • Xilinx OpenCV section explains how to integrate the Xilinx OpenCV library to the V4L2 FPGA wrapper.


Previous: Getting the Code/Building and Installation Guide Index Next: Examples/Convolutioner