NDISender
Sends the video arriving at RenderTexture Input out over the network as NDI. It has no output ports.
- The NDI Name field on the node becomes the send name (default
OutputName). This is the name that appears in the source list of other applications - Alpha is preserved (
keepAlpha), and the texture is captured directly - The node shows a
Sending: <name>status
Input ports
| Port ID | Type |
|---|---|
RenderTexture Input | RenderTexture |
Output ports
None
Scriptable members
| Path | Type |
|---|---|
currentSendNDIName | string |
Synapse Apps (scripting)
await synapse.modules.create({ type: "NDISender" }) 