rgbdemo / nestk

C++ Library for Kinect
http://nicolas.burrus.name/index.php/Research/KinectUseNestk
Other
78 stars 45 forks source link

freenect 1:0.1.2 breaks ntk/camera/grabber interface (doesn't build) #17

Open ghost opened 11 years ago

ghost commented 11 years ago

I've recently rolled back from freenect 1:0.1.2 (neurodebian repo) to the less current freenect 1:0.0.1 (ubuntu precise). Nestk wouldn't build anymore halting on the 'ntk/camera/grabber'.

Skimming through the code my preliminary conclusion was that the grabber interface in the freenect back-end has changed and some methods aren't present anymore.

thoughts on this?

greets, thanks, Luuk

nburrus commented 11 years ago

Yes, supporting recent freenect would require some changes, since I think they broke the API. It should not be so painful though.

On Wed, May 1, 2013 at 12:21 PM, Luuk van der Velden < notifications@github.com> wrote:

I've recently rolled back from freenect 1:0.1.2 (neurodebian repo) to the less current freenect 1:0.0.1 (ubuntu precise). Nestk wouldn't build anymore halting on the 'ntk/camera/grabber'.

Skimming through the code my preliminary conclusion was that the grabber interface in the freenect back-end has changed and some methods aren't present anymore.

thoughts on this?

greets, thanks, Luuk

— Reply to this email directly or view it on GitHubhttps://github.com/rgbdemo/nestk/issues/17 .