class documentation

class MJPEGStreamDescriptorWithTimestamp(lt.outputs.MJPEGStreamDescriptor): (source)

View In Hierarchy

Subclass the Labthings descriptor to return our own class.

Method __get__ Return our own MJPEG Stream with timestamp.
@overload
def __get__(self, obj: Literal[None], type: type | None = None) -> Self:
@overload
def __get__(self, obj: lt.Thing, type: type | None = None) -> MJPEGStreamWithTimestamp:
(source) ΒΆ

Return our own MJPEG Stream with timestamp.