I want to making a Interface that could play four different videos using GUI. I didn't know how to do , help me thank!

댓글 수: 4

Jan
Jan 2012년 1월 28일
Please take the time to explain the problem ith any details. What have you tried so far and what do you want to achieve exactly?
Pan
Pan 2012년 1월 28일
hello,I want to creat an interface using GUI. The Interface heve to four parts that play four different videos,like Monitoring system has four screens. I didn't know that how to start because I didn't know which component could be use in GUI.
Walter Roberson
Walter Roberson 2012년 1월 28일
http://www.mathworks.com/matlabcentral/answers/8026-best-way-s-to-master-matlab
Loyim Franck
Loyim Franck 2018년 5월 28일
please I need the code to read a video in a matlab gui axes

댓글을 달려면 로그인하십시오.

답변 (1개)

Image Analyst
Image Analyst 2012년 1월 28일

0 개 추천

You can use GUIDE to place 4 axes on the figure. Then, in your code somewhere, use VideoReader to read frames and imshow() to display them in the proper axes. The movie() function is deprecated after R2010b. To play in a standalone window use implay().

질문:

Pan
2012년 1월 28일

댓글:

2018년 5월 28일

Community Treasure Hunt

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

Start Hunting!

Translated by