"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

how to uninstall Vufario

Hi, My application's frame rate dropped to 30hz after installing vuforia.Then I noticed that in reality vuforia was never leaving the tracking fully to hololens even when the extented tracking option is choosen. So I disabled it completely with VuforiaBehaviour.Instance.enabled = false. However this didnt solve the problem. Then I deleted imagetarge and AR Camera game objects from my project. However in the Visual Studio's debug console it was still written vuforia initialized sucessfully and frame rate was 30 hz even when the debug cable is not connected and the project starts in release mode. I wanted to delete the vufario files from my project then I get the error DEP2220 : Cannot delete the folder "C:\Data\Users\DefaultAccount\AppData\Local\DevelopmentFiles\myprojectname.vs\streamingassets" on the target machine "127.0.0.1"I have no idea how to continue from here with my reseearch because no app is deployable to my hololens now...

I had the same problem. So I deleted all the project which has Vuforia package, and then my Hololens can deploy app again.

lukaswerz

Sat, 07/15/2017 - 09:35

Hi! I had exactly the same Problem.

 

What worked for me: I changed in Visual Studio form Device to RemoteMachine (with IP). And Build it again.

 

Lukas