Generally speaking, you need a valid license file to run VisionLib. If you have just registered, you can use time-limited trial license to get started. For more information, see Licensing.
Platform | Permission | Required | Reason |
---|---|---|---|
UWP | Videos Library | Optional | When recording image sequences on HoloLens, it is hard to download the files if they are stored in the applications internal storage. Therefore we added a memory scheme to write these files into the videos folder, which is accessible via the windows explorer. If you want to do this, you have to provide this permission. |
UWP | WebCam | Mandatory | For tracking with the camera it is mandatory to have access to the actual hardware. |
UWP | Microphone | Optional | In our example we are using voice commands for interaction with the application. Therefore this permission is required. If you implement interaction in a different way, this permission can be removed. |
Android | Camera | Mandatory | For tracking with the camera it is mandatory to have access to the actual hardware. |
iOS / MacOS 10.14+ | Camera | Mandatory | When loading a tracking configuration with a camera as input for the first time, the VisionLib will request camera authorization. The loading will fail, if the user rejects the request. Make sure to specify the "Camera Usage Description" in the application's Info.plist file, which will be shown to the user as justification for the camera access. |