ofTheo / ofxKinect

legacy openFrameworks wrapper for the xbox kinect (OF pre-0.8.0+ only) - ofxKinect is now included and is being maintained in OF releases
MIT License
540 stars 105 forks source link

kinect.getRGBDepthMatrix() -- no member found in class #85

Closed davidaronson13 closed 12 years ago

davidaronson13 commented 12 years ago

Hi, I'm trying out an older example project that uses kinect.getRGBDepthMatrix() and kinect.setRGBDepthMatrix(). Have these been depreciated? what could be used intstead?

kylemcdonald commented 12 years ago

that's a very old function that was used for rectifying the RGB and depth images. but it didn't really work.

now you should be using setRegistration(true), and there is no need to apply the correction manually.