disguise developers

Designer Plugins

Plugins for Disguise Designer software.

AgileCamera

Base class: CameraDevice

Properties

address : int

The device ID in which to send commands to. Use 255 to broadcast. Also set IP in UDP device to 255.255.255.255 so messages are also broadcast.

cameraModel : int

Select the type of camera that supports the Agile UBus protocol.

control_device : ControlDevice

debugMode : bool

invertPan : int

Flips value sent to camera during jog for pan axis

invertTilt : int

Flips value sent to camera during jog for tilt axis

invertZoom : int

Flips value sent to camera during jog for zoom

Methods

sendChangeAddressCommand(self, newAddress: int)

sendPTZJoystickCommand(self, pan: float, tilt: float, zoom: float)

sendRecallPresetCommand(self, preset: int)

sendSavePresetCommand(self, preset: int)