• Home
  • Knowledge Base
    • Licensing New (VIOSO 6, EXAPLAY)
    • Operation
    • Quality Improvement
    • References
    • Licensing Old (Anyblend, Player)
  • Documentation
    • VIOSO 6
    • VIOSO 6 Integration
    • EXAPLAY
    • VIOSO Core 5
    • VIOSO Anyblend 5
    • VIOSO Anyblend VR&SIM 5
    • VIOSO Integrate 5
    • VIOSO Player 2
  • FAQ
    • Error and other feedback
    • Licensing
    • System & Requirements
  • Videos
  • Home
  • Knowledge Base
    • Licensing New (VIOSO 6, EXAPLAY)
    • Operation
    • Quality Improvement
    • References
    • Licensing Old (Anyblend, Player)
  • Documentation
    • VIOSO 6
    • VIOSO 6 Integration
    • EXAPLAY
    • VIOSO Core 5
    • VIOSO Anyblend 5
    • VIOSO Anyblend VR&SIM 5
    • VIOSO Integrate 5
    • VIOSO Player 2
  • FAQ
    • Error and other feedback
    • Licensing
    • System & Requirements
  • Videos

VIOSO Integrate 5

home/Documentation/VIOSO Integrate 5
Expand All Collapse All
  • VIOSO Integrate Overview
  • VIOSO Integrate VS Integrate Plus
  • Media Playback Solutions
    • AV Stumpfl Pixera
      • Running Pixera Autocal standalone
      • UV-Mapping and 3D calibration
      • Multi-client setups
    • Vertex VIOSO & IOVERSAL Vertex
      • AutoCal Single Camera: Getting started
      • Modifying, Optimizing and Recalibration
      • Using Autocal Standalone
  • Dome- and Planetarium Solutions
  • 3D Engines
    • Unity Plugin
    • Unreal Engine Integration
      • Examples: UE4.24-.26
      • Examples: UE4.27 & UE5
    • MiddleVR Integration
  • Simulators
    • SILAB
    • Quantum 3D: Mantis
    • AVSimulation: SCANeR Studio
    • rFpro
    • Prepar3D
    • X-Plane 11
  • Projector Integration
  • VIOSO WarpBlend API
    • API usage on Windows
    • API usage on Linux
    • Implementation Remarks
    • VIOSOWarpBlend.ini Reference
    • API Examples
      • Example 1 - Simulator with moving platform
      • Example 2 - Another simulator with moving platform
      • Example 3 – Cave
      • Example 4 – Video player

Examples: UE4.27 & UE5

317 views 0

Jerbi
July 29, 2022

Download Sample VIOSO Export files here (mpcdi/vwf)

These examples are built in the Switchboard environment for nDisplay.

  • To view the configurations properly, use notepad++ in “json” language.
  • To work exclusively on the .ndisplay file instead of the .uasset in the UE editor, make sure to empty the parameter: "assetPath": ""
  • To enable movement control via WASD and mouse, set bFollowLocalPlayerCamera to true.
  • To use offsets in windows and viewports, make sure to set the node’s fullscreen parameter to false.
  • If using the (VWF) format, make sure switchboard is set to Directx 11.
  • If using remote desktop control (e.g Teamviewer), make sure its not modifying window resolutions and coordinates (scaling, fit to screen..etc).
  • In the log file, a warning might show “Could not compute view parameters for <vp_0>” even if views are output correctly. This is a known logging bug.

 

Table of Contents

  • Multi-viewport (3D)
    • CAVE: Single Server – 3x projectors (mosaic) [via vwf]
    • Panadome: Single Server – 3x projectors (mosaic) [via mpcdi]
    • DOME: 5x Servers – 5x projectors  [via MPCDI]
  • Single-viewport (2D)
    • Single Server – 3x projectors (mosaic) [via 2D vwf]

Multi-viewport (3D)

CAVE: Single Server – 3x projectors (mosaic) [via vwf]

CAVE setup:

  • 1x FHD 1920×1080 monitor: skipped by nDisplay
  • 1x Mosaic of 3x FHD PJs: 5760×1080
  • Custom eyepoint : z=180 cm
{
"nDisplay":
{
"description": "",
"version": "5.00",
"assetPath": "",
"misc":
{
"bFollowLocalPlayerCamera": true,
"bExitOnEsc": true,
"bOverrideViewportsFromExternalConfig": false
},
"scene":
{
"xforms":
{
"nDisplayXform":
{
"parentId": "",
"location":
{
"x": 0,
"y": 0,
"z": 0
},
"rotation":
{
"pitch": 0,
"yaw": 0,
"roll": 0
}
},
"ViosoOrigin":
{
"parentId": "",
"location":
{
"x": 0,
"y": 0,
"z": 180
},
"rotation":
{
"pitch": 0,
"yaw": 0,
"roll": 0
}
}
},
"cameras":
{
"DefaultViewPoint":
{
"interpupillaryDistance": 6.4000000953674316,
"swapEyes": false,
"stereoOffset": "none",
"parentId": "",
"location":
{
"x": 0,
"y": 0,
"z": 0
},
"rotation":
{
"pitch": 0,
"yaw": 0,
"roll": 0
}
}
},
"screens":
{
"nDisplayScreen":
{
"size":
{
"width": 200,
"height": 112.5
},
"parentId": "nDisplayXform",
"location":
{
"x": 100,
"y": 0,
"z": 50
},
"rotation":
{
"pitch": 0,
"yaw": 0,
"roll": 0
}
}
}
},
"cluster":
{
"primaryNode":
{
"id": "Node_0",
"ports":
{
"ClusterSync": 41001,
"ClusterEventsJson": 41003,
"ClusterEventsBinary": 41004
}
},
"sync":
{
"renderSyncPolicy":
{
"type": "ethernet",
"parameters":
{
}
},
"inputSyncPolicy":
{
"type": "ReplicatePrimary",
"parameters":
{
}
}
},
"network":
{
"ConnectRetriesAmount": "300",
"ConnectRetryDelay": "1000",
"GameStartBarrierTimeout": "18000000",
"FrameStartBarrierTimeout": "1800000",
"FrameEndBarrierTimeout": "1800000",
"RenderSyncBarrierTimeout": "1800000"
},
"failover":
{
"failoverPolicy": "Disabled"
},
"nodes":
{
"Node_0":
{
"host": "127.0.0.1",
"sound": true,
"fullScreen": false,
"window":
{
"x": 1920,
"y": 0,
"w": 5760,
"h": 1080
},
"postprocess":
{
},
"viewports":
{
"VP_0":
{
"camera": "DefaultViewPoint",
"bufferRatio": 1,
"gPUIndex": -1,
"allowCrossGPUTransfer": false,
"isShared": false,
"overscan":
{
"bEnabled": false,
"mode": "percent",
"left": 0,
"right": 0,
"top": 0,
"bottom": 0,
"oversize": true
},
"region":
{
"x": 0,
"y": 0,
"w": 1920,
"h": 1080
},
"projectionPolicy":
{
"type": "VIOSO",
"parameters":
{
"base": "[1000 0 0 0] [0 1000 0 0] [0 0 1000 0] [0 0 1000 1] ",
"file": "D:/Calib/Export/Mosaic/3D/left.vwf",
"origin": "ViosoOrigin"
}
}
},
"VP_1":
{
"camera": "DefaultViewPoint",
"bufferRatio": 1,
"gPUIndex": -1,
"allowCrossGPUTransfer": false,
"isShared": false,
"overscan":
{
"bEnabled": false,
"mode": "percent",
"left": 0,
"right": 0,
"top": 0,
"bottom": 0,
"oversize": true
},
"region":
{
"x": 1920,
"y": 0,
"w": 1920,
"h": 1080
},
"projectionPolicy":
{
"type": "VIOSO",
"parameters":
{
"base": "[1000 0 0 0] [0 1000 0 0] [0 0 1000 0] [0 0 1000 1] ",
"file": "D:/Calib/Export/Mosaic/3D/middle.vwf",
"origin": "ViosoOrigin"
}
}
},
"VP_2":
{
"camera": "DefaultViewPoint",
"bufferRatio": 1,
"gPUIndex": -1,
"allowCrossGPUTransfer": false,
"isShared": false,
"overscan":
{
"bEnabled": false,
"mode": "percent",
"left": 0,
"right": 0,
"top": 0,
"bottom": 0,
"oversize": true
},
"region":
{
"x": 3840,
"y": 0,
"w": 1920,
"h": 1080
},
"projectionPolicy":
{
"type": "VIOSO",
"parameters":
{
"base": "[1000 0 0 0] [0 1000 0 0] [0 0 1000 0] [0 0 1000 1] ",
"file": "D:/Calib/Export/Mosaic/3D/right.vwf",
"origin": "ViosoOrigin"
}
}
}
},
"outputRemap":
{
"bEnable": false,
"dataSource": "mesh",
"staticMeshAsset": "",
"externalFile": ""
}
}
}
},
"customParameters":
{
},
"diagnostics":
{
"simulateLag": false,
"minLagTime": 0.0099999997764825821,
"maxLagTime": 0.30000001192092896
}
}
}

Panadome: Single Server – 3x projectors (mosaic) [via mpcdi]

Panadome Setup: 

  • 2x FullHD Monitors: 1920×1080 : To be skipped by nDisplay. 
  • 1x Portrait Mosaic of 3x Projectors: 4800×2560 : Target display to run the application.
{
"nDisplay":
{
"description": "",
"version": "5.00",
"assetPath": "",
"misc":
{
"bFollowLocalPlayerCamera": true,
"bExitOnEsc": true,
"bOverrideViewportsFromExternalConfig": false
},
"scene":
{
"xforms":
{
"nDisplayXform":
{
"parentId": "",
"location":
{
"x": 0,
"y": 0,
"z": 0
},
"rotation":
{
"pitch": 0,
"yaw": 0,
"roll": 0
}
}
},
"cameras":
{
"DefaultViewPoint":
{
"interpupillaryDistance": 6.4000000953674316,
"swapEyes": false,
"stereoOffset": "none",
"parentId": "",
"location":
{
"x": -20,
"y": 0,
"z": 50
},
"rotation":
{
"pitch": 0,
"yaw": 0,
"roll": 0
}
}
},
"screens":
{
"nDisplayScreen":
{
"size":
{
"width": 200,
"height": 112.5
},
"parentId": "nDisplayXform",
"location":
{
"x": 100,
"y": 0,
"z": 50
},
"rotation":
{
"pitch": 0,
"yaw": 0,
"roll": 0
}
}
}
},
"cluster":
{
"primaryNode":
{
"id": "Node_0",
"ports":
{
"ClusterSync": 41001,
"ClusterEventsJson": 41003,
"ClusterEventsBinary": 41004
}
},
"sync":
{
"renderSyncPolicy":
{
"type": "ethernet",
"parameters":
{
}
},
"inputSyncPolicy":
{
"type": "ReplicatePrimary",
"parameters":
{
}
}
},
"network":
{
"ConnectRetriesAmount": "300",
"ConnectRetryDelay": "1000",
"GameStartBarrierTimeout": "18000000",
"FrameStartBarrierTimeout": "1800000",
"FrameEndBarrierTimeout": "1800000",
"RenderSyncBarrierTimeout": "1800000"
},
"failover":
{
"failoverPolicy": "Disabled"
},
"nodes":
{
"Node_0":
{
"host": "127.0.0.1",
"sound": true,
"fullScreen": false,
"window":
{
"x": 3840,
"y": 0,
"w": 4800,
"h": 2560
},
"postprocess":
{
},
"viewports":
{
"VP_0":
{
"camera": "DefaultViewPoint",
"bufferRatio": 1,
"gPUIndex": -1,
"allowCrossGPUTransfer": false,
"isShared": false,
"overscan":
{
"bEnabled": false,
"mode": "percent",
"left": 0,
"right": 0,
"top": 0,
"bottom": 0,
"oversize": true
},
"region":
{
"x": 0,
"y": 0,
"w": 1600,
"h": 2560
},
"projectionPolicy":
{
"type": "MPCDI",
"parameters":
{
"MPCDIType": "Explicit PFM",
"file": "",
"buffer": "",
"region": "",
"origin": "",
"EnablePreview": "",
"alpha_gamma": "0.5",
"scale": "1.0",
"pfm": "C:/Users/Public/Documents/VIOSO/Anyblend/Export/3D/Display0.pfm",
"alpha": "C:/Users/Public/Documents/VIOSO/Anyblend/Export/3D/Display0.png",
"beta": "",
"ue_space": ""
}
}
},
"VP_2":
{
"camera": "DefaultViewPoint",
"bufferRatio": 1,
"gPUIndex": -1,
"allowCrossGPUTransfer": false,
"isShared": false,
"overscan":
{
"bEnabled": false,
"mode": "percent",
"left": 0,
"right": 0,
"top": 0,
"bottom": 0,
"oversize": true
},
"region":
{
"x": 3200,
"y": 0,
"w": 1600,
"h": 2560
},
"projectionPolicy":
{
"type": "MPCDI",
"parameters":
{
"MPCDIType": "Explicit PFM",
"file": "",
"buffer": "",
"region": "",
"origin": "",
"EnablePreview": "",
"alpha_gamma": "0.5",
"scale": "1.0",
"pfm": "C:/Users/Public/Documents/VIOSO/Anyblend/Export/3D/Display2.pfm",
"alpha": "C:/Users/Public/Documents/VIOSO/Anyblend/Export/3D/Display2.png",
"beta": "",
"ue_space": ""
}
}
},
"VP_1":
{
"camera": "DefaultViewPoint",
"bufferRatio": 1,
"gPUIndex": -1,
"allowCrossGPUTransfer": false,
"isShared": false,
"overscan":
{
"bEnabled": false,
"mode": "percent",
"left": 0,
"right": 0,
"top": 0,
"bottom": 0,
"oversize": true
},
"region":
{
"x": 1600,
"y": 0,
"w": 1600,
"h": 2560
},
"projectionPolicy":
{
"type": "MPCDI",
"parameters":
{
"MPCDIType": "Explicit PFM",
"file": "",
"buffer": "",
"region": "",
"origin": "",
"EnablePreview": "",
"alpha_gamma": "0.5",
"scale": "1.0",
"pfm": "C:/Users/Public/Documents/VIOSO/Anyblend/Export/3D/Display1.pfm",
"alpha": "C:/Users/Public/Documents/VIOSO/Anyblend/Export/3D/Display1.png",
"beta": "",
"ue_space": ""
}
}
}
},
"outputRemap":
{
"bEnable": false,
"dataSource": "mesh",
"staticMeshAsset": "",
"externalFile": ""
}
}
}
},
"customParameters":
{
},
"diagnostics":
{
"simulateLag": false,
"minLagTime": 0.0099999997764825821,
"maxLagTime": 0.30000001192092896
}
}
}

DOME: 5x Servers – 5x projectors  [via MPCDI]

{
"nDisplay":
{
"description": "nDisplay configuration",
"version": "5.00",
"assetPath": "",
"misc":
{
"bFollowLocalPlayerCamera": true,
"bExitOnEsc": true
},
"scene":
{
"xforms":
{
},
"cameras":
{
"DefaultViewPoint":
{
"interpupillaryDistance": 6.4000000953674316,
"swapEyes": false,
"stereoOffset": "none",
"parentId": "",
"location":
{
"x": 0,
"y": 0,
"z": 50
},
"rotation":
{
"pitch": 0,
"yaw": 0,
"roll": 0
}
}
},
"screens":
{
"Display0":
{
"size":
{
"width": 100,
"height": 100
},
"parentId": "",
"location":
{
"x": 0,
"y": 0,
"z": 0
},
"rotation":
{
"pitch": 0,
"yaw": 0,
"roll": 0
}
},
"Display1":
{
"size":
{
"width": 100,
"height": 100
},
"parentId": "",
"location":
{
"x": 0,
"y": 0,
"z": 0
},
"rotation":
{
"pitch": 0,
"yaw": 0,
"roll": 0
}
},
"Display2":
{
"size":
{
"width": 100,
"height": 100
},
"parentId": "",
"location":
{
"x": 0,
"y": 0,
"z": 0
},
"rotation":
{
"pitch": 0,
"yaw": 0,
"roll": 0
}
},
"Display3":
{
"size":
{
"width": 100,
"height": 100
},
"parentId": "",
"location":
{
"x": 0,
"y": 0,
"z": 0
},
"rotation":
{
"pitch": 0,
"yaw": 0,
"roll": 0
}
},
"Display4":
{
"size":
{
"width": 100,
"height": 100
},
"parentId": "",
"location":
{
"x": 0,
"y": 0,
"z": 0
},
"rotation":
{
"pitch": 0,
"yaw": 0,
"roll": 0
}
},
"scr_0":
{
"size":
{
"width": 100,
"height": 100
},
"parentId": "",
"location":
{
"x": 0,
"y": 0,
"z": 0
},
"rotation":
{
"pitch": 0,
"yaw": 0,
"roll": 0
}
}
}
},
"cluster":
{
"primaryNode":
{
"id": "node_0",
"ports":
{
"ClusterSync": 41001,
"RenderSync": 41002,
"ClusterEventsJson": 41003,
"ClusterEventsBinary": 41004
}
},
"sync":
{
"renderSyncPolicy":
{
"type": "ethernet",
"parameters":
{
}
},
"inputSyncPolicy":
{
"type": "ReplicatePrimary",
"parameters":
{
}
}
},
"network":
{
"ConnectRetriesAmount": "300",
"ConnectRetryDelay": "1000",
"GameStartBarrierTimeout": "18000000",
"FrameStartBarrierTimeout": "1800000",
"FrameEndBarrierTimeout": "1800000",
"RenderSyncBarrierTimeout": "1800000"
},
"nodes":
{
"node_0":
{
"host": "10.0.10.5",
"sound": true,
"fullScreen": false,
"window":
{
"x": 0,
"y": 0,
"w": 1920,
"h": 1080
},
"postprocess":
{
},
"viewports":
{
"vp_0":
{
"camera": "",
"bufferRatio": 1,
"gPUIndex": -1,
"allowCrossGPUTransfer": false,
"isShared": false,
"overscan":
{
"bEnabled": false,
"mode": "percent",
"left": 0,
"right": 0,
"top": 0,
"bottom": 0,
"oversize": true
},
"region":
{
"x": 0,
"y": 0,
"w": 1920,
"h": 1080
},
"projectionPolicy":
{
"type": "simple",
"parameters":
{
"screen": "scr_0"
}
}
}
},
"outputRemap":
{
"bEnable": false,
"dataSource": "mesh",
"staticMeshAsset": "",
"externalFile": ""
}
},
"node_1":
{
"host": "10.0.10.21",
"sound": false,
"fullScreen": false,
"window":
{
"x": 1920,
"y": 0,
"w": 2560,
"h": 1600
},
"postprocess":
{
},
"viewports":
{
"Display0":
{
"camera": "",
"bufferRatio": 1,
"gPUIndex": -1,
"allowCrossGPUTransfer": false,
"isShared": false,
"region":
{
"x": 0,
"y": 0,
"w": 2560,
"h": 1600
},
"projectionPolicy":
{
"type": "MPCDI",
"parameters":
{
"MPCDIType": "Explicit PFM",
"file": "",
"buffer": "",
"region": "",
"EnablePreview": "",
"alpha_gamma": "1.0",
"scale": "1.0",
"pfm": "S:/KALIBRIERUNGEN/Master/Export/calib4unreal/MPCDI_20220530_10.0.10.21/Display0.pfm",
"alpha": "S:/KALIBRIERUNGEN/Master/Export/calib4unreal/MPCDI_20220530_10.0.10.21/Display0.png",
"beta": "",
"ue_space": ""
}
}
}
},
"outputRemap":
{
"bEnable": false,
"dataSource": "mesh",
"staticMeshAsset": "",
"externalFile": ""
}
},
"node_2":
{
"host": "10.0.10.22",
"sound": false,
"fullScreen": false,
"window":
{
"x": 1920,
"y": 0,
"w": 2560,
"h": 1600
},
"postprocess":
{
},
"viewports":
{
"Display1":
{
"camera": "",
"bufferRatio": 1,
"gPUIndex": -1,
"allowCrossGPUTransfer": false,
"isShared": false,
"region":
{
"x": 0,
"y": 0,
"w": 2560,
"h": 1600
},
"projectionPolicy":
{
"type": "MPCDI",
"parameters":
{
"MPCDIType": "Explicit PFM",
"file": "",
"buffer": "",
"region": "",
"EnablePreview": "",
"alpha_gamma": "1.0",
"scale": "1.0",
"pfm": "S:/KALIBRIERUNGEN/Master/Export/calib4unreal/MPCDI_20220530_10.0.10.22/Display0.pfm",
"alpha": "S:/KALIBRIERUNGEN/Master/Export/calib4unreal/MPCDI_20220530_10.0.10.22/Display0.png",
"beta": "",
"ue_space": ""
}
}
}
},
"outputRemap":
{
"bEnable": false,
"dataSource": "mesh",
"staticMeshAsset": "",
"externalFile": ""
}
},
"node_3":
{
"host": "10.0.10.23",
"sound": false,
"fullScreen": false,
"window":
{
"x": 1920,
"y": 0,
"w": 2560,
"h": 1600
},
"postprocess":
{
},
"viewports":
{
"Display2":
{
"camera": "",
"bufferRatio": 1,
"gPUIndex": -1,
"allowCrossGPUTransfer": false,
"isShared": false,
"region":
{
"x": 0,
"y": 0,
"w": 2560,
"h": 1600
},
"projectionPolicy":
{
"type": "MPCDI",
"parameters":
{
"MPCDIType": "Explicit PFM",
"file": "",
"buffer": "",
"region": "",
"EnablePreview": "",
"alpha_gamma": "1.0",
"scale": "1.0",
"pfm": "S:/KALIBRIERUNGEN/Master/Export/calib4unreal/MPCDI_20220530_10.0.10.23/Display0.pfm",
"alpha": "S:/KALIBRIERUNGEN/Master/Export/calib4unreal/MPCDI_20220530_10.0.10.23/Display0.png",
"beta": "",
"ue_space": ""
}
}
}
},
"outputRemap":
{
"bEnable": false,
"dataSource": "mesh",
"staticMeshAsset": "",
"externalFile": ""
}
},
"node_4":
{
"host": "10.0.10.24",
"sound": false,
"fullScreen": false,
"window":
{
"x": 1920,
"y": 0,
"w": 2560,
"h": 1600
},
"postprocess":
{
},
"viewports":
{
"Display3":
{
"camera": "",
"bufferRatio": 1,
"gPUIndex": -1,
"allowCrossGPUTransfer": false,
"isShared": false,
"region":
{
"x": 0,
"y": 0,
"w": 2560,
"h": 1600
},
"projectionPolicy":
{
"type": "MPCDI",
"parameters":
{
"MPCDIType": "Explicit PFM",
"file": "",
"buffer": "",
"region": "",
"EnablePreview": "",
"alpha_gamma": "1.0",
"scale": "1.0",
"pfm": "S:/KALIBRIERUNGEN/Master/Export/calib4unreal/MPCDI_20220530_10.0.10.24/Display0.pfm",
"alpha": "S:/KALIBRIERUNGEN/Master/Export/calib4unreal/MPCDI_20220530_10.0.10.24/Display0.png",
"beta": "",
"ue_space": ""
}
}
}
},
"outputRemap":
{
"bEnable": false,
"dataSource": "mesh",
"staticMeshAsset": "",
"externalFile": ""
}
},
"node_5":
{
"host": "10.0.10.25",
"sound": false,
"fullScreen": false,
"window":
{
"x": 1920,
"y": 0,
"w": 2560,
"h": 1600
},
"postprocess":
{
},
"viewports":
{
"Display4":
{
"camera": "",
"bufferRatio": 1,
"gPUIndex": -1,
"allowCrossGPUTransfer": false,
"isShared": false,
"region":
{
"x": 0,
"y": 0,
"w": 2560,
"h": 1600
},
"projectionPolicy":
{
"type": "MPCDI",
"parameters":
{
"MPCDIType": "Explicit PFM",
"file": "",
"buffer": "",
"region": "",
"EnablePreview": "",
"alpha_gamma": "1.0",
"scale": "1.0",
"pfm": "S:/KALIBRIERUNGEN/Master/Export/calib4unreal/MPCDI_20220530_10.0.10.25/Display0.pfm",
"alpha": "S:/KALIBRIERUNGEN/Master/Export/calib4unreal/MPCDI_20220530_10.0.10.25/Display0.png",
"beta": "",
"ue_space": ""
}
}
}
},
"outputRemap":
{
"bEnable": false,
"dataSource": "mesh",
"staticMeshAsset": "",
"externalFile": ""
}
}
}
},
"customParameters":
{
"SampleArg1": "SampleVal1",
"SampleArg2": "SampleVal2"
},
"diagnostics":
{
"simulateLag": false,
"minLagTime": 0,
"maxLagTime": 0.5
}
}
}

Single-viewport (2D)

Single Server – 3x projectors (mosaic) [via 2D vwf]

Panadome Setup: this 2D example shows the result of a 2D/manual calibration, blending one single texture accross all displays in a single viewport.

  • 2x FullHD Monitors: 1920×1080 : To be skipped by nDisplay. 
  • 1x Portrait Mosaic of 3x Projectors: 4800×2560 : Target display to run the application.
{
"nDisplay":
{
"description": "",
"version": "5.00",
"assetPath": "",
"misc":
{
"bFollowLocalPlayerCamera": true,
"bExitOnEsc": true,
"bOverrideViewportsFromExternalConfig": false
},
"scene":
{
"xforms":
{
"nDisplayXform":
{
"parentId": "",
"location":
{
"x": 0,
"y": 0,
"z": 0
},
"rotation":
{
"pitch": 0,
"yaw": 0,
"roll": 0
}
}
},
"cameras":
{
"DefaultViewPoint":
{
"interpupillaryDistance": 6.4000000953674316,
"swapEyes": false,
"stereoOffset": "none",
"parentId": "",
"location":
{
"x": -20,
"y": 0,
"z": 50
},
"rotation":
{
"pitch": 0,
"yaw": 0,
"roll": 0
}
}
},
"screens":
{
"nDisplayScreen":
{
"size":
{
"width": 200,
"height": 112.5
},
"parentId": "nDisplayXform",
"location":
{
"x": 100,
"y": 0,
"z": 50
},
"rotation":
{
"pitch": 0,
"yaw": 0,
"roll": 0
}
}
}
},
"cluster":
{
"primaryNode":
{
"id": "Node_0",
"ports":
{
"ClusterSync": 41001,
"ClusterEventsJson": 41003,
"ClusterEventsBinary": 41004
}
},
"sync":
{
"renderSyncPolicy":
{
"type": "ethernet",
"parameters":
{
}
},
"inputSyncPolicy":
{
"type": "ReplicatePrimary",
"parameters":
{
}
}
},
"network":
{
"ConnectRetriesAmount": "300",
"ConnectRetryDelay": "1000",
"GameStartBarrierTimeout": "18000000",
"FrameStartBarrierTimeout": "1800000",
"FrameEndBarrierTimeout": "1800000",
"RenderSyncBarrierTimeout": "1800000"
},
"failover":
{
"failoverPolicy": "Disabled"
},
"nodes":
{
"Node_0":
{
"host": "127.0.0.1",
"sound": true,
"fullScreen": false,
"window":
{
"x": 3840,
"y": 0,
"w": 4800,
"h": 2560
},
"postprocess":
{
},
"viewports":
{
"VP_0":
{
"camera": "DefaultViewPoint",
"bufferRatio": 1,
"gPUIndex": -1,
"allowCrossGPUTransfer": false,
"isShared": false,
"overscan":
{
"bEnabled": false,
"mode": "percent",
"left": 0,
"right": 0,
"top": 0,
"bottom": 0,
"oversize": true
},
"region":
{
"x": 0,
"y": 0,
"w": 4800,
"h": 2560
},
"projectionPolicy":
{
"type": "VIOSO",
"parameters":
{
"base": "[1000 0 0 0] [0 1000 0 0] [0 0 1000 1000] [0 0 0 1] ",
"file": "C:/Users/Public/Documents/VIOSO/Anyblend/Export/2d-nosplit.vwf",
"origin": "nDisplayXform"
}
}
}
},
"outputRemap":
{
"bEnable": false,
"dataSource": "mesh",
"staticMeshAsset": "",
"externalFile": ""
}
}
}
},
"customParameters":
{
},
"diagnostics":
{
"simulateLag": false,
"minLagTime": 0.0099999997764825821,
"maxLagTime": 0.30000001192092896
}
}
}

Was this helpful?

Yes  No
Related Articles
  • Examples: UE4.24-.26
  • SILAB
  • Quantum 3D: Mantis
  • VIOSO Integrate Overview
  • AVSimulation: SCANeR Studio
  • rFpro

Didn't find your answer? Contact Us

Previous
Examples: UE4.24-.26
Next
MiddleVR Integration
  • Ticket System
  • VIOSO Home
  • Imprint
  • Forum
  • © 2020-now VIOSO GmbH. All Rights Reserved.

We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.
Do not sell my personal information.
Cookie settingsACCEPT
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Non-necessary
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
SAVE & ACCEPT