You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Run TuioKinect.
2. Wait.
What is the expected output? What do you see instead?
While it is expected that the program will run continuously, instead the camera
feed from the Kinect freezes, and no new Tuio information is sent.
What version of the product are you using? On what operating system?
Version 01. on Mac OSX.
Please provide any additional information below.
After seeing TuioKinect using over 900mb of memory in Activity Monitor, I ran
an Instruments memory leak test on the program for a few minutes. It appeared
to be leaking memory at the speed of half-a-megabyte per second. Attached is a
screen shot of the results.
Original issue reported on code.google.com by [email protected] on 17 May 2011 at 10:04
After trying out some other Kinect applications, it appears that this is a
problem with the version of libfreenect you used to compile the binary. Older
versions of these applications have the same memory leak, but the newer ones
that use the current release of libfreenect don't leak at all. I've been
trying to recompile your code with the latest libraries, but even after
restoring all the broken references, I get a massive error with no associated
line of code to fix. :(
Any advice, or a new binary, would be greatly appreciated!
My error log is attached.
Original issue reported on code.google.com by
[email protected]
on 17 May 2011 at 10:04Attachments:
The text was updated successfully, but these errors were encountered: