On Android, latest OS for Pixel XL 2, Vuforia camera freezes after additional permission - Photo Album is requested
Nope, just using the regular old image targets.
This happens after requesting permission from Unity for iOS photo album access. I'm using NativeGallery https://github.com/yasirkula/UnityNativeGallery
if (NativeGallery.CheckPermission()!=NativeGallery.Permission.Granted) { canvasPermission.enabled = true; } After that, Vuforia camera stops responding
Hi,
Are you trying to use the new feature ImageTargets at Run-time? and trying to upload the pictures from the photoAlbum?
If not, could you please provide more information on the behavior?
Thank you.
Vuforia Engine Support
Are you sure you want to delete this message?
Are you sure you want to delete this conversation?
To reset your password please enter the email address associated with your account. An email will be sent to you with instructions on how to complete changing your password.
Nope, just using the regular old image targets.
This happens after requesting permission from Unity for iOS photo album access. I'm using NativeGallery https://github.com/yasirkula/UnityNativeGallery