Skip to content

Image cue

Puts a still picture on a video output.

Settings

SettingWhat it does
SourceThe image file
OutputWhich video output it displays on
LevelOpacity, 0–100%
Input areaThe part of the image stretched onto the output, with an option to keep its ratio
MirrorFlip horizontally and/or vertically
ProcessingTint, brightness, contrast, saturation

How it runs

Stays up until something stops it — another cue, Stop all, or a fade that lands on zero. Fadeable (that is what its level is), not seekable.

Invalid without a file, or with no video output configured or picked.

Scripting

duration, level, tint, brightness, contrast, saturation, mirrorX, mirrorY. See properties.

function onTick() {
    this.brightness.set(1 + Math.sin(time * 2) * 0.2);
}