For clarification, the
For clarification, the webpate states:> The Skeletal Hand Tracking library is accessible through a simple C API, with supporting C++ code to facilitate quick application integrationDoes this library...
View ArticleThe library is a windows
The library is a windows dynamic linked library (.dll,.lib,.h), and as such wont run on Linux.
View ArticleBravo and nice job for
Bravo and nice job for bringing this in!!!This would be a nice add-on for the PerC-SDK as it delivers a more reliable coordinates for each finger. Would love to see this as an official module in the...
View ArticleThanks for information, this
Thanks for information, this library is not availble in C#, is it? I tried using dll in my C# console program but it errored out.How different this library is from PreC hand tracking., both uses depth...
View ArticleShyam - I am using the
Shyam - I am using the Skeletal Hand Tracking from .Net right now. Use the pinvoke command of your choice to get you into C++ and everything will work. Bob Davies
View ArticleThanks Bob for information,
Thanks Bob for information, but I am not able to add dll into my project. As I try to add it will error out that Please check its a valid assesmbly or COM component. My project build type is x64 and I...
View ArticleAwesome!! Just what I have
Awesome!! Just what I have been waiting for. Gonna try this very soon, thanks!
View ArticleShyam - in your C# code use a
Shyam - in your C# code use a pinvoke statement to call to a native C++ dll. There are plenty of examples on the web. Then in the C++ function that you invoke, invoke the tracklib.init function just...
View ArticleHi everyone.
Hi everyone.Can I use this library in my application that I want to submit to Perceptual Computing Challenge?
View ArticlePlease do not use the library
Please do not use the library for your contest entries. This is a pre-beta version so use it to learn and provide feedback to Intel.
View Articledoes it mean it's officially
does it mean it's officially prohibited to use library for Perceptual Computing Challenge?
View ArticleHi! Does your library only
Hi! Does your library only support your Creative Interactive Gesture Camera or does it also support other sensors like Kinect, Asus Xtition, etc?
View ArticlePrerna - the library only
Prerna - the library only supports the Intel camera at this point.
View ArticleHave you guys seen this?
Have you guys seen this?http://cvrlcode.ics.forth.gr/handtracking/
View ArticleQuote:Kevin E. wrote:
Quote:Kevin E. wrote: Have you guys seen this?http://cvrlcode.ics.forth.gr/handtracking/Yes, good work. Same goal of turning depth data into the pose of the user's hand. Our approach is a bit...
View ArticleIs it possible to get more
Is it possible to get more control over the actual tracking performance? I.e. to assign more computing power and precision to the tracking algorithm?Or does it already automatically scale based on free...
View Article