microsoft / HoloLensForCV

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

Issue with compute on device #82

Open valavakilian opened 5 years ago

valavakilian commented 5 years ago

Hi and thanks for all the support. I attempt to run the compute on device on local machine and I get the following error after the windows application page shows up and I enter the IP address (not sure but I tried 127.0.0.1, 127.0.0.1:10800 ) : Exception thrown at 0x75D2AB32 in ComputeOnDesktop.exe: Microsoft C++ exception: Platform::InvalidArgumentException ^ at memory location 0x044ED678. HRESULT:0x80070057 The parameter is incorrect. WinRT information: hostName untitled

I'm not sure but I also tried to run computeOnDevice on the hololens and computeOnDesktop on the desktop at the same time. Sometimes I also get this error : untitled2

Thanks for the help

aalarcon96 commented 5 years ago

Hi! Did you manage to fix this? I am also getting this error with ComputeOnDesketop. It says: Exception thrown at 0x776F3442 in ComputeOnDesktop.exe: Microsoft C++ exception: Platform::InvalidArgumentException ^ at memory location 0x0434D4F0. HRESULT:0x80070057 The parameter is incorrect. WinRT information: hostName

Any help to fix this would be greatly appreciated.

valavakilian commented 5 years ago

Hi.I'm not sure but I think I wasn't able to fix it. It was a while ago and I don't remember exactly. I'm sorry in advance if I might not be able to help. I was able to get the light sensor screens to appear on the computer ( not the depth perception IR camera ) but only through a usb connection. I was not able to get the wireless connection working. Are you having trouble even making the sensor screens appear on the computer screen ? Vala On Thursday, August 29, 2019, 02:13:26 PM PDT, aalarcon96 notifications@github.com wrote:

Hi! Did you manage to fix this? I am also getting this error with ComputeOnDesketop. It says: Exception thrown at 0x776F3442 in ComputeOnDesktop.exe: Microsoft C++ exception: Platform::InvalidArgumentException ^ at memory location 0x0434D4F0. HRESULT:0x80070057 The parameter is incorrect. WinRT information: hostName

Any help to fix this would be greatly appreciated.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

aalarcon96 commented 5 years ago

Yes, it says I have established a connection (via wifi) after inserting the hololens IP address but then nothing appears on the computer screen and then I get the error that an invalid parameter was passed. I think I am having a problem with the sensorFrame.. How did you manage to get even just the light sensor screens to appear? Did you have to change any code? Thank you for your help!