In this simple demo, the Sundance EMC2-DP (equipped with a Zynq-7030) is connected to a 720p HDMI camera and an HDMI screen. The board is running the HIPPEROS Real-Time Operating System which executes a task cycling between:

  • A simple HDMI pass-through,
  • The CPU implementation of the grayscale filter (~15fps)
  • The FPGA accelerated implementation of the grayscale filter (~90fps)
  • The CPU implementation of the sobel filter (~2fps)
  • The FPGA accelerated implementation of the sobel filter (~90fps)

The FPGA filters have been implemented using Vivado HLS.