from video device - simulink
이전 댓글 표시
Hi;
how can I get the image matrix of a snapshot in simulink after using from video device?
I want to take a single picture and get its matrix.. hope someone can help.
답변 (1개)
Aishwarya
2023년 10월 4일
0 개 추천
Hi Dekel,
I understand that you are looking for a way to extract a single frame from the "From Video Device" block in Simulink and save it as a matrix in the MATLAB workspace.
Below is an approach you can follow to achieve this:
- Connect the "From Video Device" block to the "Video Viewer" block in your Simulink model.
- Run the simulation and pause it when the desired frame is displayed in the "Video Viewer" block.
- In the "Video Viewer" block, select "Export to Image Tool." This will open the "Image Tool" app with the desired frame.
- Inside the "Image Tool" app, go to "File" and choose "Export to Workspace." You will be prompted to enter an "Image variable name." This variable name will be used to save the image in the base workspace as a matrix.
Please note that the provided links below contain documentation that you may find helpful for further reference:
- https://in.mathworks.com/help/vision/ref/videoviewer.html
- https://in.mathworks.com/help/imaq/fromvideodevice.html
Hope this helps!
Regards,
Aishwarya Palli
카테고리
도움말 센터 및 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!