HDL code generation error
Show older comments
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.
Answers (1)
Walter Roberson
on 22 Dec 2017
0 votes
3 Comments
Bharath Venkataraman
on 22 Dec 2017
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
on 23 Dec 2017
Bharath Venkataraman
on 19 Jan 2018
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.
Categories
Find more on Video Formats and Interfaces in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!