vision.VideoPlayer embedding in GUIDE created GUI
11 views (last 30 days)
Show older comments
Hi,
I'm trying to use the vision.VideoPlayer in a custom created GUIDE GUI. The video source is a camera. Right now I can get it to work with the camera but the vision.VideoPlayer object pops out of my gui. I've read the example given but it seems that this doesn't use the videoplayer rather than the videoreader object to read a video file and project the frames in a gui.
Is there any way to embed the vision.VideoPlayer in my GUI using input from a camera?
Thanx
2 Comments
Dima Lisin
on 5 Feb 2016
Yasir,
vision.VideoPlayer only works as a separate window. To embed a video into a custom GUI, please use this example.
Accepted Answer
Dima Lisin
on 8 Feb 2015
Edited: Dima Lisin
on 8 Feb 2015
Unfortunately, vision.VideoPlayer can only play videos in a separate window.
0 Comments
More Answers (0)
See Also
Categories
Find more on MATLAB Support Package for IP Cameras in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!