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?
Unfortunately there is no way to use vision.VideoPlayer
in a custom GUI directly. However here an example of how to play a video inside a custom GUI without using vision.VideoPlayer
.