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
Walter Roberson 2017 年 12 月 22 日

0 投票

3 件のコメント

Bharath Venkataraman
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
ketan zamre 2017 年 12 月 23 日
Thank you Roberson and Venkataraman for your response. Venkataraman is it possible to directly use Serializier1D block or i have to design serializer by using convert 2D to 1D, frame conversion and unbuffer blocks.
Bharath Venkataraman
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.

サインインしてコメントする。

質問済み:

2017 年 12 月 22 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by