MATLAB: Vision.VideoPlayer embedding in GUIDE created GUI

cameraComputer Vision ToolboxguiguideImage Acquisition ToolboxImage Processing Toolboxvision.videoplayer

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

Best Answer

Unfortunately, vision.VideoPlayer can only play videos in a separate window.
Related Question