FrameSource

Inheritance diagram of FrameSource

FrameSource inheritance diagram

class savant.client.FrameSource

Interface for frame sources.

abstract with_update(update)

Apply an update to a frame.

abstract build_frame()

Build a frame.

Returns:

A tuple of a frame metadata and its content.

Return type:

Tuple[VideoFrame, bytes]