Hi,
I am trying to create a simple video processing system using the zedboard and the FMC Imageon card. I implemented the passthrough reference design "FMC-IMAGEON IP Cores and Tutorials for Vivado" and it is working. Then I created my own IP Block using Vivado HLS. The first version of my block was only a passthrough function. The function just got the input image and sent it to the ouput. I synthetized and exported the IP and integrated to the passthrough reference design using Vivado IP Integrator. I put it after the VideoIn-to-AXIStream and before the AXIStream-to-VideoOut. All this worked very well. I got the video from a camera using the FMC HDMI input port and got video out to a monitor. My problem is the following: Then I wanted to create a more complicated function in my HLS design so I used one of the video processing library functions, a sobel filter, and repeated the process again. I exported the IP block and add it in the middle of the passthrough example, however this DOESN'T WORK! My guess is that it has something to do with the clocks or the timing. Maybe the sobel filter is too slow or something like that. Do you have any idea what could be wrong? I don't get anything in the screen when using the sobel filter block. My HDMI input is 720p. I am using a clock of 150MHz to run my block but I also tried with 75Mhz and still. You can find my documents here: http://community.em.avnet.com/avnet/attachments/avnet/FMCHDMIIOVITAImageSensor/297/1/Sobel_Filter_Project_Files.zip
Any idea or suggestion. I don't know what is going on. I'll appreciate your quick response.
Thanks,
Manuel