フィルターのクリア

Play recorded video on gui and take frame from it

1 回表示 (過去 30 日間)
ali
ali 2013 年 2 月 26 日
How can I take a frame from video file that is recorded (not real time).

採用された回答

Doug Hull
Doug Hull 2013 年 2 月 26 日
  1 件のコメント
ali
ali 2013 年 2 月 26 日
thanks so much but ı know these are.
When ı show this video on axes in gui,
it cant be stopped and ı cant take a frame from it .

サインインしてコメントする。

その他の回答 (3 件)

Shashank Prasanna
Shashank Prasanna 2013 年 2 月 26 日
xyloObj = VideoReader('xylophone.mpg');
read(xyloObj, frameNumber);
  1 件のコメント
ali
ali 2013 年 2 月 26 日
thanks so much but ı know these are.
When ı show this video on axes in gui,
it cant be stopped and ı cant take a frame from it .

サインインしてコメントする。


ali
ali 2013 年 2 月 26 日
thanks so much but ı know these are.
When ı show this video on axes in gui,
it cant be stopped and ı cant take a frame from it .

ali
ali 2013 年 2 月 27 日
The image is like this it only takes axes not video,the image is like below

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by