Set Source Images

Sets the source images for a Switcher Connection.

Parameters

  • Switcher: The Switcher Connection to update.

  • Source Images: Text where each line specifies the source image for a particular input. Enter no text to clear the Source Images for the Switcher Connection.

The format for each line is as follows:

X: URL

Where X is the 1-based index of the video input and URL is a URL to a publicly accessible (via HTTPS) to the image. The image should ideally be in 16:9 aspect ratio and no larger than 1920x1080 in size.

For instance, the text will set the Source Images for Inputs 1-6 to the following URLs.

1: https://adamtow.github.io/source-images/5d4.jpg
2: https://adamtow.github.io/source-images/ipad.jpg
3: https://adamtow.github.io/source-images/ios.jpg
4: https://adamtow.github.io/source-images/macmini.jpg
5: https://adamtow.github.io/source-images/appletv.jpg
6: https://adamtow.github.io/source-images/xbox.jpg

Returns

Nothing.

Last updated