SirLynix / obs-kinect

OBS Plugin to use a Kinect (all models supported) in OBS (and setup a virtual green screen based on depth and/or body detection).
GNU General Public License v2.0
433 stars 30 forks source link

Nothing shown up when added KinectSource #23

Closed haxpor closed 4 years ago

haxpor commented 4 years ago

Hi, thanks for this project. Looks promising.

I tested on Windows 10 build 19041.264 with Obs version 25.0.8 64-bit. Properly installed all dependencies as said.

Downloaded and tested both version 3 RC 1 and 2, both didn't show video feedback after adding KinectSource despite waiting for a long while.

Annotation 2020-06-24 054855

SirLynix commented 4 years ago

Hello, could you check if OBS logs say something about this? Search for "obs-kinect".

haxpor commented 4 years ago

Ok, I found the following. I use kinect v1

PS. I also tried rebooting the system after installing dependencies once. Still the same as shown.

06:01:37.143: User added source 'KinectSource' (kinect_source) to scene 'Scene'
06:01:37.239: [obs-kinect] failed to initialize Kinect: Not supported
SirLynix commented 4 years ago

This is weird. I'm not aware of Kinect v1 models that aren't supported.

Could you try to install Kinect for Windows Developer Toolkit and run some examples? (like Color Basics-D2D, Depth Basics-D2D and such) Those are officials examples from Microsoft, I suppose they should handle this better than I do.

What are your sources settings btw?

haxpor commented 4 years ago

Thank you for suggestion! Tested examples in toolkits, works just fine. Then back to test in OBS, it works now!

Not sure what happens. But it works after I installed additionally the following twos (possibly only first would suffice)

SirLynix commented 4 years ago

Glad it worked for you. But this is weird af, I will add a note to the readme about this (it seems Kinect for Windows SDK 1.8 has a bigger role than I though).