DeepSpace  2019
__main__.VideoShow Class Reference

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
 

Detailed Description

Class that continuously shows a frame using a dedicated thread.

Definition at line 71 of file __main__.py.

Constructor & Destructor Documentation

◆ __init__()

def __main__.VideoShow.__init__ (   self,
  imgWidth,
  imgHeight,
  cameraServer,
  frame = None 
)

Definition at line 76 of file __main__.py.

Member Function Documentation

◆ notifyError()

def __main__.VideoShow.notifyError (   self,
  error 
)

Definition at line 92 of file __main__.py.

◆ show()

def __main__.VideoShow.show (   self)

Definition at line 85 of file __main__.py.

◆ start()

def __main__.VideoShow.start (   self)

Definition at line 81 of file __main__.py.

◆ stop()

def __main__.VideoShow.stop (   self)

Definition at line 89 of file __main__.py.

Member Data Documentation

◆ frame

__main__.VideoShow.frame

Definition at line 78 of file __main__.py.

◆ outputStream

__main__.VideoShow.outputStream

Definition at line 77 of file __main__.py.

◆ stopped

__main__.VideoShow.stopped

Definition at line 79 of file __main__.py.


The documentation for this class was generated from the following file: