sign_language_translator.vision.video.display module

class sign_language_translator.vision.video.display.VideoDisplay[source]

Bases: object

static display_frames(frames: Iterable[ndarray[Any, dtype[uint8]]], fps: float = 30.0, inline_player='jshtml', max_frames=None) None[source]
static display_frames_as_ipython_image(frames: Iterable[ndarray[Any, dtype[uint8]]], fps: float = 30.0)[source]
static display_ipython_video_in_jupyter(path: str, html_attributes='loop autoplay controls preload muted', width=640, height=480) None[source]
static frames_to_matplotlib_animation(frames: Iterable[ndarray[Any, dtype[uint8]]], fps: float = 30.0, close_plot=True) Animation[source]
static show_image_plot(frame: ndarray[Any, dtype[uint8]]) None[source]