disguise developers

Designer Plugins

Plugins for Disguise Designer software.

ProjectorDevice

Base class: Device

Subclasses: BarcoProjectorDevice, ChristieProjectorDevice

Properties

IP_Address : str

cachedProjectorResolution : Vec2 (Read-Only)

port : int

projector : Projector

projectorResolution : Vec2

The projector’s native resolution, in pixels, usually queried from projector if supported. Otherwise enabled for editing.

shutterDelay : int

Delay in milliseconds for projector to reach full brightness after opening its shutter. This is used during OmniCal captures.

Methods

cacheProperties(self)

exportWarpFile(self, filename: Path)

getShutterState(self) -> bool

getShutterStateDescription(self) -> str

getWarpEnabledState(self) -> bool

getWarpEnabledStateDescription(self) -> str

importWarpFile(self, filename: Path)

isActive(self) -> bool

setShutter(self, open: bool)

setWarpEnabled(self, enable: bool)