chgatla-microsoft / QRTracking

MRTK sample app for QRtracking
MIT License
74 stars 69 forks source link

QRCodeWatcher.IsSupported() function returns false rather than true. #49

Open bryceikeda opened 2 years ago

bryceikeda commented 2 years ago

Hi, does anyone know what needs to be set so that this function returns true? I have a different project where it returns true. I copied the settings and files into a new project and now it returns false. WebCam is enabled and I have the nuget QR package downloaded. Not sure what else is necessary...

lookoutking commented 1 year ago

Hi @bryceikeda ,

I'm having a problem with QRCodeWatcher.IsSupported() returning false when using QRCode tracking with holographic remoting. I was wondering if you've had any luck finding a solution to this problem?. Thanks.

bryceikeda commented 1 year ago

@lookoutking From what I recall, I did not have any luck finding a solution. For it to work with holographic remoting, I had to use this specific project repo to build out my whole project without touching too many settings. If I tried to bring the assets into a new project it would not work.