ThomasLengeling / KinectPV2

Kinect4W 2.0 library for Processing
MIT License
286 stars 105 forks source link

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

Open jo6fm06840616 opened 5 years ago

jo6fm06840616 commented 5 years ago

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 commented 5 years ago

I resolved this problem already, thanks.

dani1294 commented 4 years ago

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

Thanks!

Suhurav commented 4 years ago

How did you resolve it?

INKSec commented 1 year ago

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.