Intel® Perceptual Computing SDK

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?

How to get image from UtilMPipeline in C sharp

Hi,

I would like to know how to get and show the image that is currently being processed inside the OnNewFrame() function. Here is my sample code:

-Main function-

        static void Main(string[] args)
        {
            MyPipeline mp = new MyPipeline();
            mp.LoopFrames();
            while (true)
            {               
            }
            return;
        }

-On new frame inside the class MyPipeline : UtilMPipeline-

error in returned value in opennessState from PXCMGesture.GeoNode

Hi, i'm trying to recognize open and closed hands, using opennessState, but when i get the returned value from PXCMGesture.GeoNode, it always return me PXCMGesture.GeoNode.Openness.LABEL_OPENNESS_ANY. What I've done is to calculate fingers position and from that find out if a hand is closed or not, but this behavior is really strange, it will be really great to do this using this tool, so if someone knows what i'm doing wrong, I will be really grateful.

Thanks.

Pages

Subscribe to Intel® Perceptual Computing SDK