KinectCommonBridge icon indicating copy to clipboard operation
KinectCommonBridge copied to clipboard

Results 13 KinectCommonBridge issues
Sort by recently updated
recently updated
newest added

I found 2 issues with the audio system: - If something went wrong in the device enumeration loop in FindAudioDevice, all the devices after that would be skipped because CHECK_HR...

I am trying to load KCBv2 into Matlab (2014a on Windows 8.1). The library compiles fine on MS VS2013, but fails using loadLibrary following the procedure here: Matlab Link Errors:...

Appreciate the code, I've been able to get everything working in MATLAB with the 2.0 branch. At the moment I'm pulling in data via KCBGetColorFrame along with other types of...

Hello all, There is an offset between RGB and Depth Data, How to use this function KinectMapColorFrameToDepthFrame to get the aligned data.?? all suggestions are welcome

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)...

When building KinectCommonBridge, I get this error: error C1083: Cannot open include file: 'atlbase.h': No such file or directory C:\Program Files (x86)\Microsoft SDKs\Speech\v11.0\Include\sphelper.h 46 Do you know the solution for...

Hi, in order to make deployment easier, we usually use static linking for 3rd party libs when we develop Maya plugins. I think it might be useful for the support...