XPC Target Video

조회 수: 3 (최근 30일)
DongBin Lee
DongBin Lee 2012년 4월 30일
답변: Omar Crypps 2016년 12월 2일
I am using a Speedgoat real-time target machine with Simulink for an image processing application. I would like to know if it is possible to directly save USB webcam video to the Speedgoat hard drive. I know that I can transmit video over a network, but I would like to save the video locally if possible. Is there any way that this can be accomplished?

답변 (2개)

Aram Simonian
Aram Simonian 2014년 3월 12일
Hi, I am not sure, if this is still relevant for you, but I can still share some experience here, if someone else was interested, too.
The only way we managed to save some video sequences to the target HDD was to reshape the video signal to a row vector and pass the vector to a File Scope. (Reshaping to a column vector caused that the File Scope was only saving the first element of the vector.)
I have to emphasize that this approach is only feasible for low-resolution videos. The higher resolution the video has, the longer the build and initialization of the model on the target takes. For a video with resolution 256x256 pixels the whole process from building to launching the target application took several minutes on an i5-powered machine.
I am quite curious whether MathWorks improved the video support in the latest Simulink Real-Time, which replaced xPC Target.

Omar Crypps
Omar Crypps 2016년 12월 2일
Is it always necessary to use the SpeedGoat when we want to use the xPC Target blocks? Isthere any other solution without having to buy the SpeedGoat?

카테고리

Help CenterFile Exchange에서 Multicore Processor Targets에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by