Viewer

class zoloto.viewer.CameraViewer(camera, *, title='Camera Viewer', annotate=False)[source]
__init__(camera, *, title='Camera Viewer', annotate=False)[source]

Initialize self. See help(type(self)) for accurate signature.

Return type

None

static get_window_size(camera)[source]
Return type

Tuple[int, int]

on_frame(frame)[source]
Return type

ndarray

show_frame()[source]
Return type

None

signal_handler(sig, frame)[source]
Return type

None

start()[source]
Return type

None

stop()[source]
Return type

None