Display

class video_type.VideoDisplay(v_type, n_views)[source]

Video Display class. Depending on the method choosed (PYGAME or SIMPLECV) Initialize a screen type to show the output.

quit()[source]

Quit the video stream

show(frame_upper_left, frame_upper_right, frame_bottom_left=None, frame_bottom_right=None)[source]

Display the four frames in a 1280x960 display

Parameters:
  • frame_upper_left
  • frame_upper_right
  • frame_bottom_left
  • frame_bottom_right
Returns:

True if the drawing succeed or False if the user choose to exit

Return type:

boolean

Raises SystemExit: