how to record real time video from a usb camera?
조회 수: 17 (최근 30일)
이전 댓글 표시
Hello, I am creating my video_object with the following line:
vid = videoinput('pixelinkimaq', 1);
I know how to set my ROI, and how to set my FrameRate.
What I can't manage to do is how to record, lets say 1 sec of video.
I'd like to define the NumberOfRecordedFrames and then initiate the recording
start(vid) % right?
if NumberOfRecordedFrames = FrameRate, then recording should stop after 1 sec.
I'd like the recorded movie to be stored in some workspace variable.
Can someone help please.
Thank you.
댓글 수: 3
Geoff Hayes
2016년 2월 13일
Mark - see Walter's answer at http://www.mathworks.com/matlabcentral/answers/112087-how-to-captured-60-frames-in-1-sec.
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 GigE Vision Hardware에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!