-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible problem with the supplied DLL files #8
Comments
I'm not sure if the MS SDK for this available at present, I can't find it on the the MS Open Tech github repo and I'm never sure what they've made available. You might try just making sure that some of the other Kinect V2 programs run on your system first? |
Kinect SDK sample programs compile and run just fine. |
My bad, it's available here: https://github.com/MSOpenTech/KinectCommonBridge/tree/2.0 |
Ahhh... |
I still get the same error. But atleast I can localise it to KCBv2Lib.cpp |
I built a sample ofxKinectV2 app but my program crashes immediately after it is run.
What happens is :
Kinect starts up(I can see the 3 red lights) so it seems kinect is sending data but compiling from the IDE itself I am shown error
"Unhandled exception at 0x67E243FA (KCBv2.dll) in KinectTest1.exe: 0xC0000005: Access violation reading location 0x00000004"
I tried all possible configurations of these files(release,debug versions of OF too) but the error persists.
I’m suspecting since KCBv2.dll is originally downloaded(and not built on my machine) if I built it myself maybe the error would go away.
Any idea how to I can build the dll ? or any other solution?
The text was updated successfully, but these errors were encountered: