2023.2 EN DE

    Show / Hide Table of Contents

    Visual Matrix Settings

    Description

    Settings to define X-Creator as a Visual Matrix client.

    X-Creator Configuration

    Every X-Creator client can be configured to display Visual Matrix previews of Video Matrix sources.

    Server IP
    IP address of the Visual Matrix Server which captures the input sources

    Request Interval
    Frames between requesting new thumbnails from the Visual Matrix server

    Output ID - Left
    Output ID to route the input source to the left monitor

    Output ID - Right:Output ID to route the input source to the right monitor

    Server

    The Visual Matrix server routes all defined input sources to the capture card and sends these thumbnails to all Visual Matrix clients. The server has to be configured with a config file. All routings are sent to the IHSE directly to ensure a higher update rate. The Visual Matrix server can wait for the IHSE echo before sending another routing request.

    Samples

    Sample server config file to capture two different resolutions

    {
      "showTexturesOnServer": false,
      "waitForEcho": false,
      "captureDelayInMs": 200,
      "ihseIp": "10.248.38.100",
      "callsPerSecond": 10,
      "inputCategories": [
        {
          "inputChannel": 0,
          "ihseOutputId": 3021,
          "captureResolutionWidth": 960,
          "captureResolutionHeight": 540,
          "inputIds": [
            1002,
            1001
          ]
        },
        {
          "inputChannel": 1,
          "ihseOutputId": 3090,
          "captureResolutionWidth": 480,
          "captureResolutionHeight": 540,
          "inputIds": [
            1021,
            1022
          ]
        }
      ]
    }
    
    
    ☀
    ☾
    Back to top
    Generated by DocFX
    ☀
    ☾