Expand description
Frames from other processes: raw rgb24 on stdin (show stream) or over a
unix socket with a header per client (show serve). Both send through the
same Wall/Pacer path as show video.
Functions§
- serve
- Serve one client at a time on a unix socket at
path. - stream
- Show raw rgb24 frames read from stdin,
sizepixels each (the canvas size whenNone), atfps. - stream_
channel - Show frames handed over by another thread: the daemon’s
POST /show/framepushes oneFrameper request intorx, this holds theWalland draws them.