joshuajnoble / ofxKinectV2

of addon for Kinect V2
47 stars 22 forks source link

Adding a KCBGetDepthCameraIntrinsics method in KCBv2Lib.h #9

Closed frankiezafe closed 9 years ago

frankiezafe commented 9 years ago

Hello, i'd like to add a method to retrieve the camera intrinsics values. An interface is available in Kinect.h (line 7639, virtual HRESULT STDMETHODCALLTYPE GetDepthCameraIntrinsics), but i can't find the source of the dll you use in the repo... Could you help me?

joshuajnoble commented 9 years ago

It's here: https://github.com/msopentech/KinectCommonBridge

frankiezafe commented 9 years ago

thanks! i'll check this soon and let u know :)