How to get Kinect Depth Image with OpenCV?

asked 2017-06-04 18:46:03 -0600

Hello, OpenCV community! I need your help!!

I'm trying to get the kinect depth image using Visual Studio 2017 (C++) and OpenCV 3.2.0, though it should be something simple, I have tried a lot of things and codes but nothing works!! I've tried Kinect Developer Toolkit code in C++ to get kinect depth image and it doesn't work as well (if necessary, I'll print the error message)...

I have already tested my Kinect (it works) and imported the necessary libraries.

I did plenty of research on the internet and found nothing... If someone could upload a simple code that gets Kinect depth frames I would be very grateful.

PS: I'm using Kinect V1.0 (Xbox 360)

edit retag flag offensive close merge delete

Comments

About kinect on this forum it's here

"I've tried Kinect Developer Toolkit code in C++ to get kinect depth image and it doesn't work as well (if necessary, I'll print the error message)." Here it's about opencv -> these problems should be adressed to the proper fora.

I did plenty of research on the internet and found nothing...Sure?

LBerger gravatar imageLBerger ( 2017-06-05 02:34:18 -0600 )edit
alexcerry gravatar imagealexcerry ( 2017-06-05 04:55:36 -0600 )edit

I suggest trying from example projects provided by Microsoft and make changes to get an understanding first. Make sure those do work first.

boydcheung gravatar imageboydcheung ( 2017-06-06 01:11:27 -0600 )edit

@boydcheung Where can I get these projects? On Microsoft Website?

Callidi gravatar imageCallidi ( 2017-06-06 17:57:38 -0600 )edit

@alexcerry Noooo, I'm using the Kinect V1.0 for Xbox 360...

Callidi gravatar imageCallidi ( 2017-06-06 17:58:45 -0600 )edit

@LBerger Yes, you are right, I'm sorry about that... But I did a lot research and found nothing, now I'm going to try on a Kinect forum, thanks for the tip!

Callidi gravatar imageCallidi ( 2017-06-06 18:03:57 -0600 )edit