I am currently working with Vivado 2023.2 and the PYNQ-Z2 development board.
The HDMI input is connected to my laptop , and the HDMI output is connected to an external monitor .
Trying to implement edge detection using Sobel filter (without HLS or Overlay).
following this tutorial
Right Now i am only stuck at getting the direct video output on display monitor. I am able to get the output on display without using AXI related IPs.
But after adding AXI4-Stream related IP Blocks i am not getting any video output.
I AM EXACLTY FOLLOWING THE LINK.
Any idea on what i am doing wrong.