HDL code generation error
显示 更早的评论
From video device block, getting live stream of video and displaying it on To video display block but when generating HDL code, it shows an error: For block from video device, Matrices are not supported at Simulink block interfaces.
回答(1 个)
Walter Roberson
2017-12-22
0 个投票
3 个评论
Bharath Venkataraman
2017-12-22
As Walter has pointed out, to truly emulate hardware interfaces, you will need to serialize the video stream using the Frames To Pixels block
ketan zamre
2017-12-23
Bharath Venkataraman
2018-1-19
You can use any block you want to serialize, but that block will not be part of the HDL design since in reality, you get a streaming input/pixels in your FPGA or ASIC.
类别
在 帮助中心 和 File Exchange 中查找有关 Video Formats and Interfaces 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!