문제

I have made an application which shows the picture from the Kinect camera. I also have a speech recognition method. I'm trying to add functionality to do an action depending on the hand gesture (open/closed). I've learned that the InteractionStream can give me information about this.

I have tried implementing it, but when I run the application, the first lens from the left doesn't work (I don't even see the red light from there, and there is no image on the screen.)

When I comment all code connected with interactionStream (implementation/sending frames etc.), the camera works properly. The light shines and I can see my sad face.

Is possible that these streams work at the same time? Is this just a limitation of the Kinect?

도움이 되었습니까?

해결책

I solved this problem. When you will be in this same situation, you need to copy two files

  • KinectInteraction170_64.dll
  • KinectInteraction170_32.dll

from the two folders in Microsoft SDKs\Kinect\Developer Toolkit v1.7.0\Redist. Then, you need to paste them in the nameofyourproject/debug/bin folder. I also add them as existing item in the visual studio.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top