Table of Contents




Design Overview


This module shows how to add a 2D convolution filter between the capture pipeline and the display. The 2D filter is implemented in two ways:
  1. software implementation using the OpenCV library
  2. hardware-optimized implementation which is run in software. The next module shows how to accelerate this code using FPGA logic.




Design Components


This module requires the following components:


Build Flow Tutorials

2D Filter GStreamer Plugin


This tutorial shows how to build the 2D Filter Gstreamer Plugin without HW acceleration based on the Base TRD SDSoC platform.



Run Flow Tutorial



Next Steps