vuba.StreamGUI.run

StreamGUI.run()[source]

Launch the interactive window.

Notes

Whilst this class overrides BaseGUI.run, exiting the interface is the same as other wrappers in that any key press will cause the interface to close.

If you provide an iterable that has a limit, the interface created will exit once it has reached the end of the iterable. As such, we would recommend using FramesGUI when using limited sequences of footage rather streams or feeds.

Return type

StreamGUI