Hello,
I have the PYNQ-Z2 board, and using Vivado 2019.2 and PYNQ Image V2.4
I am working on accelerating canny edge detection on PL and then connecting it to PS to do lane detection using hough transform
Input is from HDMI-in, output goes to HDMI-out
To my understanding, to connect the canny edge detection to hdmi, I first import base overlay
do I place IP after color convert or after pixel pack?
Also could anyone provide a code where something similar is done (pre-processing stage on PL and post-processing on PS)?