disguise developers

Designer Plugins

Plugins for Disguise Designer software.

ScreenPositionAxis

Base class: Resource

Properties

acceleration : float

delta : float

destValid : bool (Read-Only)

devicePredictionEnabled : bool (Read-Only)

filterOverrideEnabled : int

When switched on, filter parameters override the parent device’s parameters.

frequency : float

frequencyMax : float

frequencyMin : float

graph : int

Create a monitor in the monitoring manager for incoming packet and filter data

id : str

Set this to match an ID provided by an active Screen Position Driver

input : float

max_input : float

These values scale an input range (values in the device’s world) to an output range (values in d3 stage world). Move the physical value to its minimum position, copy the current input into ‘minimum input’; then repeat for the maximum. Then fill in the corresponding d3 stage values (whether in meters or degrees) to the min and max outputs

max_output : float

These values scale an input range (values in the device’s world) to an output range (values in d3 stage world). Move the physical value to its minimum position, copy the current input into ‘minimum input’; then repeat for the maximum. Then fill in the corresponding d3 stage values (whether in meters or degrees) to the min and max outputs

min_input : float

These values scale an input range (values in the device’s world) to an output range (values in d3 stage world). Move the physical value to its minimum position, copy the current input into ‘minimum input’; then repeat for the maximum. Then fill in the corresponding d3 stage values (whether in meters or degrees) to the min and max outputs

min_output : float

These values scale an input range (values in the device’s world) to an output range (values in d3 stage world). Move the physical value to its minimum position, copy the current input into ‘minimum input’; then repeat for the maximum. Then fill in the corresponding d3 stage values (whether in meters or degrees) to the min and max outputs

movementThreshold : float

Minimum change needed before updating output value. Helps when data has unwanted movement when intended to be static. 0 means no threshold (disabled)

object : Object

Set this to the object that will receive the value (position or angle)

offset : float

Offset the final output value.

output : float

The output value (specified units).

outputRaw : float

outputScaled : float

positionSamples : int

Number of position samples to filter. Use 0 to disable. More samples will introduce higher latency with more smoothing effect. Fewer samples will introduce less latency with less smoothing effect.

prediction : float

Compensate for time latency between received data and projector output. Use 0 to disable.

predictionEnabled : int

When switched on, prediction uses the ‘bias’ property to predict tracked positions at a future time

property_ : str

smoothingFactor : float

Smoothing Factor (%). Higher values will smooth the data more but will increase latency and therefore the need for prediction. Conversely, for lower values.

status : int

timeSamples : int

Number of time samples to filter. Use 0 to disable. More samples will introduce higher latency with more smoothing effect. Fewer samples will introduce less latency with less smoothing effect.

velocity : float

velocityCalcMode : int

If set to Calculate the system will attempt to calculate velocity data otherwise this will use velocity values from incoming packets.

wrapInput : int

Input values wrap, jumping from Minimum input to Maximum input or vice versa

Variables

axisDirectionToString : Callable