For Zynq hardware, could I use the AXI4-Stream Video Interface with a source resolution lower than 1080p?
1 次查看(过去 30 天)
显示 更早的评论
This refers to the following documentation page: Getting Started with AXI4-Stream Video Interface in Zynq Workflow
It says that a 1080p source resolution is required for the AXI4-Stream Video Interface using Zynq. However, I notice that the computer vision toolbox package lets the user select a 720p source resolution: https://www.mathworks.com/help/supportpkg/xilinxzynqbasedvision/examples/histogram-equalization-with-zynq-based-hardware.html
I would like to use a lower resolution, since the project I am working on only requires a 320x240p video source. Additionally, I notice that it is hard to create a custom reference board with the FMC-HDMI-CAM models.
0 个评论
回答(1 个)
Nitin Kapgate
2021-2-10
You can start with this example about deploying a simple Sobel edge detection algorithm (which uses a 240*320p video resolution) on Zynq.
After that you can use HDL Workflow advisor to Generate HDL IP core with AXI4-Stream Video Interface that can help to deploy this solution on the Zynq board.
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!