disguise developers

Designer Plugins

Plugins for Disguise Designer software.

Camera

Base class: SlcAwareDisplay

Subclasses: OptiCalCameraPlan, SphericalCamera, VirtualCamera

Properties

activeMixedRealitySets : List[MixedRealitySet] (Read-Only)

aperture : float

Aperture (f-stop) value, defined as the focal length / aperture diameter

aspectRatio : float

cameraImagingPredictionSamples : int

Number of samples to use for camera imaging forward prediction

cameraImagingPredictionTerms : int

Number of terms to use for camera imaging forward prediction

centerShiftMM : Vec2

doesTrackingSourceSupportLensData : bool (Read-Only)

fieldOfViewH : float

fieldOfViewV : float

focalLengthMM : float

focusDistance : float

Distance to the focal plane in m

frontplateCompositeOrder : int

Order in which the distorted and undistorted front plates are composited

frontplateFade : float

frontplateReprojectionMode : int

Mode used for frontplate delay compensation and reprojection: Backplate Aligned: The frontplate is delayed and reprojected with the backplate. No Reprojection: The frontplate is delayed with the backplate but not reprojected. Minimal Latency: The most recently rendered frontplate is composited with no reprojection.

isLiveCamera : bool (Read-Only)

k1k2k3 : Vec

lens : LensIntrinsics

lensFocusMode : int (Read-Only)

lensFocusParams : LensFocusParams

lensFocusTrackedObject : Object

Object used to calculate focus distance when focus mode is set to Object Tracking

minOverscan : Vec2 (Read-Only)

orthographicScale : float

overscan : Vec2

Generate extra content outside the original canvas resolution to compensate for lens distortion. 1 means 100% of original resolution, 2 means 200%.

overscanResolution : Int2 (Read-Only)

paWidthMM : float

projectionMatrixType : int

Perspective or orthographic view of stage

radialMaskScale : float

Apply a radial mask to the filmed content. Scales between 0 and 1 based on the image diagonal.

renderTimeToCameraCaptureTime : float

Amount of time between rendering a frame and the camera taking the picture of the stage showing that frame

renderTimeToVideoReceiveTimeSec : float

Amount of time between rendering a frame and receiving the corresponding video frame

setExtensionAlpha : float

Set to 1 for set extension, or 0 to turn it off

setExtensionFeather : int

The size of the feathering blending the set extension with reality

spatialCalibration : SpatialCalibrationConfig

sphericalRenderParams : SphericalRenderParams (Read-Only)

stageRenderSettings : StageRenderSettings (Read-Only)

takeResolutionFromGuiHead : int

usingSpatialCalibrationLensPoses : bool (Read-Only)

videoIn : LogicalVideoInDevice

Video input received from real-world camera

videoInCompositeFade : float

Set to 1 for video input in transmission, or 0 to turn it off. If no video input is selected, fade the visualser. This shows AR effects only, against an alpha background.

videoReceiveTimeToTrackerReceiveTimeSec : float

Amount of time between receiving a video frame and receiving the corresponding tracking data. If negative tracker data arrives before the video frame. If positive, tracker data arrives after the video frame.

visibilitySettings : StageRenderSettings

Settings controlling the camera’s render of the stage

zFar : float

Set the furthest distance from the camera before an object will be clipped.

zNear : float

Set the closest distance to the camera before an object will be clipped.

Variables

TargetBackplate : Final = 1

TargetFrontplate : Final = 2

TargetTransmission : Final = 0

localVisualiserCamera : Callable

Methods

applyCalibrationToLockedOffCamera(self)

saveCurrentView(self, filename: str)