pystreaming.video.testimages package

Module contents

pystreaming.video.testimages.loadimage(enum)[source]

Load a test image or a test card.

Parameters

enum (int) – One of pystreaming.TEST_S pystreaming.TEST_M pystreaming.TEST_L pystreaming.IMAG_S pystreaming.IMAG_M pystreaming.IMAG_L

Raises

IndexError – Raised when received enum is not defined.

Returns

Image requested.

Return type

PIL.Image