ofxKinectCommonBridge
ofxKinectCommonBridge copied to clipboard
A wrapper for the simple Kinect for Windows library developed at Microsoft in partnership with myself & James George
Ideally should provide facility to generate an RGBA stream (not a BGRX which is incompatible with the texture definition) Could also use XBGR, and offset the read by 1px (i've...
After installing everything as per your documentation, and finagling a LOT with visceral studio, I found the program refused to start because FaceTrackLib.dll is missing. On this page: https://github.com/MSOpenTech/KinectCommonBridge I...
hi ir stream is not working with either kinect.. with kcb1 i get a break. the other streems are working fine.
Running 4 kinects on a single machine. I would need to start/access them in a specific order. I tried: mKinect0.getNuiSensor ().NuiUniqueId() and mKinect0.getNuiSensor().NuiDeviceConnectionId() but I have noticed that the returned...
Hi, is there a function similar to kinect.getWorldCoordinateAt in ofxKinect??
Hi there ! Thanks for your great work. I couldn't get a proper alignment by setting true to the function `initDepthstream` so I did some changes. I think the mapping...
ofxKinectCommonBridge::initSensor, when it calls KinectGetPortIDByIndex, has a 0 hard-coded for the index. This should probably be "id" instead of 0.
I am using ofxKinectCommonBridge + Kinect SDK 1.8 and I tried to display several skeleton with following loop : for( int i = 0; i < kinect.getSkeletons().size(); i++) kinect.drawSkeleton(i); Unfortunately,...
`SkeletonBone` and `Skeleton` are in the global namespace i can see perhaps this is ok for new users, but for more complex projects it causes little nightmares.
the first is an int, the second is an enum perhaps i'm not understanding correctly, but shouldn't `getEndJoint()` return a `_NUI_SKELETON_POSITION_INDEX` not an `int`?