BlinkenArea - GitList
Repositories
Blog
Wiki
Blinker
Code
Commits
Branches
Tags
Search
Tree:
4a1b01f
Branches
Tags
master
Blinker
doc
scaler.html
implemented scaler module
Stefan Schuermans
commited
4a1b01f
at 2011-11-19 22:04:34
scaler.html
Blame
History
Raw
<html> <head> <title>Blinker - Scaler</title> </head> <body> <h1>Blinker - Scaler</h1> <p> The scaler module scales the frames of a stream. It receives a single input stream and passes it on with a different size. </p> <h2>Configuration</h2> <p> The configuration of the scaler module with name <code>NAME</code> is located in the <code>scalers/NAME</code> subdirectory. </p> <h3>Input Stream</h3> <p> The file <code>instream</code> contains the name of the stream to receive. The frames received from this stream are scaled and passed to the output stream. </p> <h3>Size</h3> <p> The file <code>size</code> describes the size of the output stream, i.e. its dimensions. The file must contain a string <code><width>x<height></code>, e.g. <code>18x8</code> for 18 pixels width, 8 pixels height. </p> <h3>Output Stream</h3> <p> The file <code>outstream</code> contains the name of the stream to send the scaled frames to. </p> </body> </html>