Release date: 23.03.2018
cameramode
parameter of the "HoloLens" camera device was ignored. The HoloLens always operated in mode 0. The cameramode
parameter should now work as documented.showLineModel
parameters for image sequences and videos.ShowInitWarningEventBehaviour
.enableTorch
parameter to .vl in order to allow turning on the light of the camera on iOS devices (if available). The parameter can also actively be set through the setAttribute command.vlGetVersionHashString
function, which copies the internal version hash into the provided buffer.vlGetVersionTimestampString
function, which copies the release time of this version into the provided buffer.vlUnitySDK.h
header was renamed to vlSDK.h
. Also the vlUnitySDK.dll
file is now called vlSDK.dll
and vlUnitySDK.lib
is now called vlSDK.lib
.vlUnitySDK
header have been renamed to vlSDK
. Also the vlUnitySDK.dll
is now called vlSDK.dll
and vlUnitySDK.lib
is now called vlSDK.lib
and .vlUnitySDK.dll
is now called vlSDK.dll
. libvlUnity.bundle
is now called libvlSDK.bundle
. libvlUnity.a
is now called libvlSDK.a
. Unity should be able to detect, that those files were just renamed. If the "Plugins" directory isn't structured as follows after importing the unitypackage, please manually move those files to the expected location:overwriteOnLoad
setting allows you to load the initial pose directly from a vl-file. The keepUpright
setting was moved from the VLHoloLensTrackerBehaviour
to the VLHoloLensInitCamera. The initCamera
attribute of the VLHoloLensTrackerBehavour was removed, because the VLHoloLensInitCamera will automatically find the VLHoloLensTrackerBehaviour
.VLHoloLensTrackerBehaviour
and the VLHoloLensInitCameraBehaviour
can now also be modified in the Unity editor, if the current target platform is not "Windows Store".upAxis
option to the VLHoloLensInitCameraBehaviour
. This parameter allows to specify the up-axis for the keepUpright
option.VLHoloLensStabilizationPlaneBehaviour
script. This script moves the stabilization plane over the content of the VLHoloLensTrackerBehaviour
. The stabilization plane is a method for reducing holographic turbulence. This behaviour is already attached to the VLHoloLensTracker GameObject in the HoloLensCarTracker example scene. Please note, that this behaviour must be removed or disabled, if one wants to use the stabilization plane functionality of the MixedRealityToolkit instead.content
attribute of the VLHoloLensTrackerBehaviour
and call the VLWorkerBehaviour.StartTracking
function. Everything else should then be configured automatically (the main camera will be used).errorTextField
from the VLHoloLensTrackerBehaviour
. Use the ShowInitWarningsBehaviour
instead.textComponent
variable to ShowInitWarningsBehaviour
. If this component is not null, then it will be used to display errors. This is useful for displaying errors in HoloLens application.VLHoloLensTrackerBehaviour
.