LiveScopes.tv PRO Wiki

Wiki

Getting Started

A quick-start guide on how to use the software.

Installation

  1. After downloading the installer as a .zip, extract the contents.
  2. Double-click the .exe to start the installer.
  3. Follow the instructions provided by the installer.
  4. Optionally, let the installer create a desktop shortcut for you by checking the corresponding box.
  5. You should now find the software in your start-menu.

License

After opening the software for the first time it will tell you that no license file was found:

LiveScopes.TV PRO No License Found

Obtaining a single-device license

For a single-device license you need to provide the Hardware ID of the device you want to run the software on. When opening the software without a valid license, it will show you your Hardware ID at the bottom of the window.

  1. Select and copy or press the copy button next to the Hardware ID to copy the ID to your clipboard.
  2. Send us your Hardware ID along with your license request.
  3. You will receive a license file that only works on the device with that Hardware ID.

Activate your license

Regardless of the type of license you acquired, you need to install your license file to activate the software.

A valid license file might look something like this:

livescopestv_pro_license_single_companyname_20250101.json
livescopestv_pro_license_multi_your_name_20250101.json

The date at the end represents the date when your license expires in YYYYMMDD format

  1. If you are replacing an old license file with a new one, you need to delete the old one in the location below.
  2. Either drag and drop your new license file onto the software window or place the file manually in the corresponding directory:
    "C:\Users\<user name>\AppData\Roaming\MindStudio\LiveScopes.tv Pro\"
  3. After dragging the file onto the software it should automatically check the license file and activate the software. If you manually copied the file, you will need to restart the software for the activation process to complete.
  4. The software is now activated.

Open A Source

In the PRO version of the software you have 3 types of inputs to choose from:

  1. NDI® Sources
  2. Webcams (that support the Windows Media Foundation API, DirectShow is not supported)
  3. BlackmagicDesign DeckLink devices (e.g., DeckLink PCIe cards, UltraStudio, …)
LiveScopes.tv PRO Sources

Simply click the name of one of the sources to open it.

For webcam sources you need to select one of the resolutions and color formats that the device provides. (Not all possible image formats are supported)

LiveScopes.tv PRO Webcam Formats

You should now see the source’s video.

LiveScopes.tv PRO Screenshot

Keyboard Shortcuts

How to quickly perform actions with the keyboard.

LiveScopes.tv PRO Keyboard Shortcuts

Custom False Colors

How to create your own false color maps or import them.

LiveScopes.tv PRO Custom False Color Maps

Create A False Color Map

  1. Open the folder “C:\Users\<user name>\Documents\LiveScopesTVPRO\colormaps\”
  2. Create a new file with the extension .json (e.g., my_new_false_color_map.json)
  3. Edit the file with a text editor like notepad, atom, vscode, …
  • Create the following structure where each line inside the curly brackets {} represents an IRE – False Color pair.
  • The number inside the quotes represents the minimum IRE value. It can be an integer "52" or a number with decimal places "52.53". It can also go below 0 and above 100.
  • The list of numbers in the square brackets represents the associated Red, Green, Blue and Alpha values in the format [R, G, B, A]. They can range from 0 to 255.
    [ 0, 0, 0, 255] is black,
    [127, 127, 127, 255] is 50% grey,
    [255, 255, 255, 255] is white,
    [255, 0, 0, 255] is red,
    [ 0, 0, 0, 0] is transparent reveiling the original image
  • Every line with a pair needs to end with a "," except for the last one.
{
    "-8": [0, 0, 0, 0],
    "0": [255, 255, 255, 255],
    "2": [10, 0, 255, 255],
    "10": [20, 141, 255, 255],
    "20": [75, 75, 75, 255],
    "42": [255, 0, 255, 255],
    "48": [123, 123, 123, 255],
    "52": [0, 255, 0, 255],
    "58": [173, 173, 173, 255],
    "78": [174, 175, 0, 255],
    "84": [252, 255, 0, 255],
    "94": [255, 126, 0, 255],
    "100": [255, 0, 0, 255]
}

This example results in the following false color representation:

LiveScopes.tv PRO Manhatten Lcd False Color Map

Import A False Color Map

Downloaded .json files containing false color map information in the format mentioned above can be placed in the folder "C:\Users\<user name\Documents\LiveScopesTVPRO\colormaps\".

Files with the correct format will appear in the settings.

Simply select your false color map from the drop-down menu.

LiveScopes.tv PRO False Color Settings

Download Our Color Map Presets

We have made some presets for you based on common cameras and monitors.