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
ofxKinectCommonBridge::stop() checks mapper against NULL before dereferencing it, but (at least for a debug build), the value was not initialized, with the system setting it to 0xcdcdcdcd or somesuch, instead of NULL. Probably should be initialized in the constructor, along with nuiSensor and irPixelByteArray.
The text was updated successfully, but these errors were encountered:
ofxKinectCommonBridge::stop() checks mapper against NULL before dereferencing it, but (at least for a debug build), the value was not initialized, with the system setting it to 0xcdcdcdcd or somesuch, instead of NULL. Probably should be initialized in the constructor, along with nuiSensor and irPixelByteArray.
The text was updated successfully, but these errors were encountered: