DeepSpace
2019
|
Public Member Functions | |
def | __init__ (self, imgWidth, imgHeight, cameraServer, frame=None) |
def | start (self) |
def | show (self) |
def | stop (self) |
def | notifyError (self, error) |
Public Attributes | |
outputStream | |
frame | |
stopped | |
Class that continuously shows a frame using a dedicated thread.
Definition at line 71 of file __main__.py.
def __main__.VideoShow.__init__ | ( | self, | |
imgWidth, | |||
imgHeight, | |||
cameraServer, | |||
frame = None |
|||
) |
Definition at line 76 of file __main__.py.
def __main__.VideoShow.notifyError | ( | self, | |
error | |||
) |
Definition at line 92 of file __main__.py.
def __main__.VideoShow.show | ( | self | ) |
Definition at line 85 of file __main__.py.
def __main__.VideoShow.start | ( | self | ) |
Definition at line 81 of file __main__.py.
def __main__.VideoShow.stop | ( | self | ) |
Definition at line 89 of file __main__.py.
__main__.VideoShow.frame |
Definition at line 78 of file __main__.py.
__main__.VideoShow.outputStream |
Definition at line 77 of file __main__.py.
__main__.VideoShow.stopped |
Definition at line 79 of file __main__.py.