class documentation
class PicameraStreamOutput(Output): (source)
Constructor: PicameraStreamOutput(stream)
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 | stream |
Undocumented |
Create an output that puts frames in an MJPEGStream.
| Parameters | |
stream:lt.outputs.MJPEGStream | The labthings MJPEGStream to send frames to. |