class documentation
class PicameraStreamOutput(Output): (source)
Constructor: PicameraStreamOutput(stream, encoder)
An Output class that sends frames to a stream.
| Method | __init__ |
Create an output that puts frames in an MJPEGStream. |
| Method | outputframe |
Add a frame to the stream's ringbuffer. |
| Instance Variable | encoder |
Undocumented |
| Instance Variable | stream |
Undocumented |
Create an output that puts frames in an MJPEGStream.
| Parameters | |
stream:MJPEGStreamWithTimestamp | The labthings MJPEGStream to send frames to. |
encoder:MJPEGEncoder | The encoder that is encoding the frames. This is needed to get the full timestamp. |