Intel® Perceptual Computing SDK

Moving mouse cursor using hand gesture using C#

Hello Everyone,

I am trying to do something like, my fingers or hand will be acting like mouse. Hand will control mouse cursor and hand openness state to thumb movement will act like a click of left mouse button.

I kind of done it but the code is very jittery, its not having smooth movement. Mouse cursor will not move smooth.

Linux Driver (but not middleware or PerC) Available

There is now a Linux Ubuntu DRIVER (not middleware, so no gesture control, no PerC support) that will produce a raw depthmap, raw 2D datastream and allow users to program the camera in C++ using a low-level SDK.  So this is for hard-core programmers who are using the camera outside of the Perceptual Computing platform as a general depth camera.

best way to set up custom gestures

We are just trying to set up some custom hand gestures with the SDK and I am having a few difficulties understanding the proccess. I understand that there is a record function in the SDK but is this for recording custom gestures or is it just for recording raw output for use later?

From my understanding the best way to do it would be to look for finger points and hard code each gesture to the application. Is there any machine learning in terms of gesture recording or will everything need to be custom?

Thanks for your help. 

Building apps with -MD flag for use with dlls

I am building an app that uses PCSDK with Qt libraries. Up until now everything was fine but I started getting a build error like this:

msvcprt.lib(MSVCP100.dll) : error LNK2005: "public: void __thiscall std::_Container_base0::_Swap_all(struct std::_Container_base0 &)" (?_Swap_all@_Container_base0@std@@QAEXAAU12@@Z) already defined in libpxcutils.lib(util_capture.obj)

I cannot send my idea ! trouble with the web form!

after filling up all the details on my idea, i clicked Submit.

it popped-up the Camera window agreement. then i filled the address, city, country, phone number, checked agree and another Submit.

then it told me there's an error, but there is no text, at all. and the form says i didnt submit the idea.

what have i done wrong?

UtilPipeline - get both COLOR_FORMAT_DEPTH and COLOR_FORMAT_VERTICES

I am using a UtilPipeline convenience class to get color and depth frames. However I also want to utilize vertices data in my application, but the API doesn't seem to provide both. There's only a method UtilPipeline::EnableImage(PXCImage::ColorFormat) to initialize the stream and for each frame  UtilPipeline::QueryImage(PXCImage::ImageType type) which doesn't distinguish between COLOR_FORMAT_DEPTH and COLOR_FORMAT_VERTICES. How can I get both using this class?

页面

订阅 Intel® Perceptual Computing SDK