Cubemap NDI Sharing
This example is sharing all six sides of a cubemap using the NDI protocol so that it can be ingested by another application.
{
"version": 1,
"masteraddress": "localhost",
"nodes": [
{
"address": "localhost",
"port": 20400,
"windows": [
{
"size": { "x": 1920, "y": 1080 },
"viewports": [
{
"projection": {
"type": "CubemapProjection",
"quality": "2k",
"ndi": {
"enabled": true
}
}
}
]
}
]
}
],
"users": [
{
"eyeseparation": 0.065,
"pos": { "x": 0.0, "y": 0.0, "z": 0.0 }
}
]
}
