You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.
I built a sample openFrameWorks(using ofxKinectV2 addon) 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 DLL files(release,debug versions of openFrameworks too) but the error persists.
The error seem to be occurring in KCBv2Lib.cpp at lines 666 but I couldn't find anything wrong with it.
Samples supplied with KinectSDK compile and run just fine though.
NOTE: I am using the '2.0' branch for building.
The text was updated successfully, but these errors were encountered:
I built a sample openFrameWorks(using ofxKinectV2 addon) 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 DLL files(release,debug versions of openFrameworks too) but the error persists.
https://cloud.githubusercontent.com/assets/3748342/5551712/29922c74-8c04-11e4-8df3-41953bdc8b2b.png
The error seem to be occurring in KCBv2Lib.cpp at lines 666 but I couldn't find anything wrong with it.
Samples supplied with KinectSDK compile and run just fine though.
NOTE: I am using the '2.0' branch for building.
The text was updated successfully, but these errors were encountered: