Release date: 21.09.2021
Release info: Feature Release
This is a minor feature release for VisionLib which:
Thank you to all our users for giving feedback.
SetGlobalObjectPose
command for TrackingAnchor
.AddModel
function to ModelTracker.cs
and corresponding AnchorAddModel
function to TrackingAnchor.cs
. This function makes it possible to load additional models (model parts) for one tracking target during runtime.DeviceInfo.Camera
class now contains supportsDepthData
and supportsSmoothedDepthData
variables, which state whether the VisionLib supports the acquisition of (smoothed) depth data with the respective camera.rootTransform
for a WorkSpace
. This is only relevant for ARFoundation and HoloLens scenes using DynamicModelTracking
(see Using Models from Unity Hierarchy for Tracking (Beta)) and is automatically determined if the Destination
object of the WorkSpace
points to a TrackingModel
.SetModelPropertyURI
function to ModelTracker.cs
and corresponding AnchorSetModelPropertyURI
function to TrackingAnchor.cs
. This function makes it possible to load specific model, which is specified by an uri. This will remove all other models.vlWorker_GetDeviceInfo
function now contains supportsDepthData
and supportsSmoothedDepthData
variables for each object in the availableCameras
arrays. This variables state whether the VisionLib supports the acquisition of (smoothed) depth data with the respective camera.WorkSpace
.initData
during runtime (see /ref vlUnitySDK_Tutorial_InitData).ScreenOrientationObserver
to work correctly.GetRadialDistortion()
and SetRadialDistortion()
from IntrinsicDataWrapper
are deprecated. Please use the GetDistortionParameters()
and SetDistortionParameters()
instead. SetModelPropertyAsync
is obsolete. Please use the specific SetModelPropertyEnabledAsync
or SetModelPropertyOccluderAsync
function instead.The function AnchorSetModelPropertyAsync
is obsolete. Please use the specific AnchorSetModelPropertyEnabledAsync
or AnchorSetModelPropertyOccluderAsync
function instead.
TrackingState
now contains the ratio of successfully learned poses.SetInitPose
for TrackingAnchor
is obsolete. Please use the SetGlobalInitPose
instead.