disguise developers

Designer Plugins

Plugins for Disguise Designer software.

ProjectorDevice

Base class: Device

Subclasses: BarcoProjectorDevice, ChristieProjectorDevice

Properties

IP_Address : str

UserName: IP address

cachedProjectorResolution : Vec2 (Read-Only)

port : int

UserName: Port

projector : Projector

UserName: Projector

projectorResolution : Vec2

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

UserName: Warp resolution

shutterDelay : int

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

UserName: Shutter delay

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)