Skip to main content

Module ingest

Module ingest 

Source
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, size pixels each (the canvas size when None), at fps.
stream_channel
Show frames handed over by another thread: the daemon’s POST /show/frame pushes one Frame per request into rx, this holds the Wall and draws them.