vuba.VideoGUI.read

static VideoGUI.read(gui, val)[source]

Callback for reading and displaying a frame from the requested video.

Parameters

val (int) – Frame index in the requested video.

Notes

Any image processing in the main method will be executed prior to displaying the frame.

Return type

VideoGUI