All I get is a black screen, console output is normal.
Opened this issue · 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:
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
I resolved this problem already, thanks.
Hi, I'm having this same problem.
Could you let me know how you resolved it?
Thanks!
How did you resolve it?
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.