Node: NDI™ Output
The NDI Output Node allows you to create an NDI video stream from a Material or List of Materials. Streams are available for consumption by any number of devices. You may find that additional NDI streams whose names are prefixed with wzndi_
are also broadcast from Waltz. These internal streams are used to transmit video to and from other devices in an efficient manner, and can not be controlled by the user.
All NDI video streams from Waltz are output as RGB streams with alpha (ARGB). Streaming with transparency requires that your backgroundColor
be at least partially transparent.. Waltz does not support audio output over NDI.
Note that changing the streamName
or dimensions
will result in the stream being closed and reopened in order to facilitate the change.
Contents
Settings
Expected Type | Details | Default | |
---|---|---|---|
materials
|
List<Material> | A material or list of materials that should be flattened and sent as part of the NDI stream. | |
streamName
|
String | The name of the NDI stream. | "Waltz Output"
|
dimensions
|
Dimension | The dimensions, in pixels, of the NDI stream. | Dimension(1920.0, 1080.0)
|
backgroundColor
|
Color | The background color of the NDI stream. | Color(0, 0, 0)
|
Parameters
There are no parameters exposed by this node.
Functions
There are no functions exposed by this node.
Example Usage
No examples provided.
Nodes | |
---|---|
Devices | ArtNet Input · ArtNet Output · Interactive LED Processor · NDI™ Input · NDI™ Output · OSC Input · OSC Output · Projector · SensorLink · TCP · TUIO Output · UDP Input · UDP Output · Watchout Media Server |
Objects | LED Tile Layout · List · Map · Random Number · Simulated Touch · Timer · Value · Wave |
Operators | Blend · Change · Clip · Cluster Tracker · DMX Multiverse Merge · Ease · Filter · Hold · JSON Mapper · JSON Stringify · Logic · Math · Proximity · Range · Rotate · Scale · Shear · Smooth · Touch Mapper · Translate |
Scenes | External Scene · Material Scene |
Materials | Graph · Touch Material |
Scripting | Script Function · Script |
Comments | Comment |