Trigger video in Simulink
조회 수: 8 (최근 30일)
이전 댓글 표시
I have a video input in Simulink (using 'From Video Device' block). I want to extract the frames of the video, perform some image processing (with a user defined function) and display the output video (with Video Viewer).
In order to get the frames, I have used a triggered subsystem and a pulse generator. I set the trigger to 'either' type and the pulse generator to a period of 0.01 seconds.
It works, but the output video is not smooth, the frames are jumping. I have tried changing the period, but I don't know how to achieve a smooth output.

Thank you
댓글 수: 0
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!