Release date: 01.06.2022
Release info: Patch
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 the Unity Hierarchy) and is automatically determined if the Destination
object of the WorkSpace
points to a TrackingModel
.SetModelPropertyURI
function to ModelTracker.cs
and the corresponding AnchorSetModelPropertyURI
function to TrackingAnchor.cs
. This function makes it possible to load a 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 Initialization: Fast Init & Re-initialization).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.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.