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!