disguise developers

Designer Plugins

Plugins for Disguise Designer software.

BlobCaptureProcess

Category: Calibration

Base class: FastCaptureProcess

Properties

blobSettings : BlobSettings

UserName: Blob Settings

blur : int

This is now officially deprecated and has been removed

Experimental: Apply blur to handle large pixel strides

Options: {0: ‘Off’, 1: ‘On’}
UserName: Gaussian Blur

blurRadius : int

This is now officially deprecated and has been removed

Experimental: Radius of applied blur in pixels

UserName: Gaussian Blur Radius (Pixels)

observation : CameraCalibrationObservation

useLegacyCapture : bool

Use legacy frame capture process (Slower but more tolerant of dropped frames)

Methods

displayBlobPreview(self)

startObservation(self, camera: Camera)

stopBlobPreview(self)

updateBlobPreview(self)

Static Methods

renderStageAtObservation(spatialCalibration: SpatialCalibrationConfig, obs: CameraCalibrationObservation, useSolvedPose: bool) -> DxTexture