KinectPV2 icon indicating copy to clipboard operation
KinectPV2 copied to clipboard

All I get is a black screen, console output is normal.

Open jo6fm06840616 opened this issue 6 years ago • 4 comments

Hi, I'm doing research about Kinect V2. I get some problem with that when I try to run the example from KinectPV2 on Processing.

After I click "run" botton , All I get is:

console output : 64 windows 10 Loading KinectV2 Creating Kinect object ... Setting Color Frame Done Loading Kinect V2 Version: 0.7.8

output:

image

image

Both are from different example, All I get is a black screen (second one has frame data). And my KinectV2 device has no light (I think the problem is because of it).

Please help me for solving this issue.

My environment are as follow: Window 10 64bit Kinect V2 Processing 3.4 KinectPV2 version : 0.7.8 SDK Browser v2.0 (Kinect for Windows) USB 3.0

jo6fm06840616 avatar Aug 19 '19 07:08 jo6fm06840616

I resolved this problem already, thanks.

jo6fm06840616 avatar Aug 20 '19 01:08 jo6fm06840616

Hi, I'm having this same problem. Could you let me know how you resolved it?

Thanks!

dani1294 avatar Nov 18 '19 20:11 dani1294

How did you resolve it?

Suhurav avatar Feb 03 '20 21:02 Suhurav

I am a little bit late, but i solved it. I deleted the LibusbK driver i needed for openkinect for processing lib and switched back to the standard driver. This one works with the official Kinect SDK and the KinectPV2 library. So i think you have to decide if you want to use openkinect with libusbK or KinectV2 SDK with regular driver.

INKSec avatar May 18 '23 11:05 INKSec