how to acquire each frame from video
이전 댓글 표시
Hi I am trying to acquire one frame at a time from a video. So I tried this
obj = imaq.VideoDevice('winvideo',1);
load train_data
i = 1;
while i == 1
I = step(obj);
However I don't have the image acquistion toolbox and hence this wont work Is there a way I could rewrite this ?
답변 (3개)
Image Analyst
2015년 6월 6일
0 개 추천
Use the built-in webcam support: http://www.mathworks.com/support/2014a/matlab/8.3/demos/webcam-support.html. I have not tried it since I have the Image Acquisition Toolbox.
댓글 수: 1
Image Analyst
2015년 6월 6일
See my attached demo.
Walter Roberson
2015년 6월 6일
0 개 추천
Videoreader class
카테고리
도움말 센터 및 File Exchange에서 Image Acquisition Support Packages for Hardware Adaptors (Generic Video Interface)에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!