Ok, so we recently got a new laptop (yay!) and started to load all the necessary software. When it came down to the Kinect, we installed Visual Studio C# Express first, then the SDK (x64), and finally the Server. Problem is however, the server won’t install.
We were able to troubleshoot it down to the source of the error, the environment variable. On our x86 classmate, there is a variable KINECTSDK_DIR and a specific location, which are set by the x86 installer. On the x64 installer, on the other hand, we have MSRKINECTSDK (or something of the sort). Because of the difference in variables (and paths), the Kinect Server won’t install. Now I’ve tried changing the install directory to the x86 variable path, but that gave us no luck because:
- We don’t know what in particular the path is locating (.dll or .xml?)
- The installation automatically splits the install folders, some going into x64, some going into x86
I’m sure other teams have come to this problem… Any solution? We basically need the Kinect Server to find the right DIR without throwing an error when we open up the Driver Station.
We have tried installing the x86, but the installation process ends “prematurely.” Unfortunately, the Event Viewer doesn’t give much helpful info