microsoft / HoloLensForCV

Sample code and documentation for using the Microsoft HoloLens for Computer Vision research
MIT License
475 stars 154 forks source link

ComputeOnDesktop error: invalid parameter #114

Open aalarcon96 opened 5 years ago

aalarcon96 commented 5 years ago

Hello, I am able to establish a connection between my Hololens and the PC but there seems to be a problem when streaming data. The PC is not receiving information from my Hololens. I run the StreamerPV app on my hololens and then run ComputeOnDesktop on "local machine" but I get this error: Unhandled exception at 0x7AE32E78 (msvcp140d_app.dll) in ComputeOnDesktop.exe: An invalid parameter was passed to a function that considers invalid parameters fatal. I am using VS 2019 and am on Windows 10. Can anyone help me with this problem?

riaz commented 5 years ago

Hi, I have issues making it running in VS2019. But it runs perfect in VS2017. I am still trying to make it work in VS2019. Will update if it works @aalarcon96