Source code for gbvision.gui.recording_readable_window
from .recording_wrapper_opencv_window import RecordingWrapperOpenCVWindow
from .readable_window import ReadableWindow
[docs]class RecordingReadableWindow(RecordingWrapperOpenCVWindow, ReadableWindow):
"""
A basic window that displays the video from a readable and records the video to a file
"""