Intel® Perceptual Computing SDK

How To's Questions

Hello, I've been reading PerC sdk's documentation and it's tutorials and there's something I don't understand in "3 - Image Capture How To.Pdf".

When it does 

PXCCapture::VideoStream::DataDesc request;
memset(&request, 0, sizeof(request));
request.streams[0].format=PXCImage::COLOR_FORMAT_RGB32;
request.streams[1].format=PXCImage::COLOR_FORMAT_DEPTH;

What's the memset() function doing? I've seen this in the core manual also.

Camera Viewer

Hello,

I am looking for a way to take the raw image data captured by the camera and store it to a file for further manipulation with a GPU using CUDA.  Using the camera_viewer program I can store the data to a file, but I am unsure of how to play it back.  What format is the image data from the camera stored as?

_ITERATOR_DEBUG_LEVEL

I am linking in libpxc_d.lib and libpxcutils_d.lib into the debug version of my code and all's well - it works fine.  But then I build a Release version and it it fails on the free for the STL variables.  I linked the libpxcutils.lib into my Debug version and it fails the same way.  I insert _ITERATOR_DEBUG_LEVEL=2 into the compiler options and suddenly the Debug version works again. 

Some question about Perceptual Computing SDK

Hello, I have two question about Perceptual Computing SDK:

1. Can a developer define any special gesture by himself using Perceptual Computing SDK? If he can, what should he do?

2. The "sdkmanuals.pdf" doesn't include the 3D Object Tracking, how can I get the document about 3D Object Tracking?

Thanks a lot!

Páginas

Suscribirse a Intel® Perceptual Computing SDK