Skip to main content Link Search Menu Expand Document (external link)

@unique attribute

:electric_plug: dp.kinect dp.kinect2 dp.kinect3 dp.oak
:information_source: signature
unique UNIQUE_BOOLEAN
:house: values
0
always output on a bang default
1
only output when unique
:bulb: examples
@unique 1

Unique-only matrices and messages; bang may not output when no changes. This is much more efficient than using a Max object like jit.change.

@unique 1, @pipeline async, and banging the plugin at double the sensor’s native frame rate will get the newest sensor data with lowest latency due to Nyquist.