You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's been a while since my work on this plugin is more related to the different Kinect devices support and less to OBS integration and I've been thinking...
Would you find interesting to have a portable library able to fetch and use all three Kinect models, MIT licensed.
To say it in a few words, I've put a lot of work in managing all Kinect models in a common and a (soon to be) cross platform way. And I've been wondering if other projects could benefit from this.
Of course this would have no impact on obs-kinect as it would just use this library instead of having all that code.
Edit: To be clear what I'm talking about is an abstraction over official Kinect SDK, freenect(1 and 2) and NuiSensorLib to expose a common interface in a cross-platform way.
It would have a C API to be able to be exposed to other languages as well.
The text was updated successfully, but these errors were encountered:
Hello!
It's been a while since my work on this plugin is more related to the different Kinect devices support and less to OBS integration and I've been thinking...
Would you find interesting to have a portable library able to fetch and use all three Kinect models, MIT licensed.
To say it in a few words, I've put a lot of work in managing all Kinect models in a common and a (soon to be) cross platform way. And I've been wondering if other projects could benefit from this.
Of course this would have no impact on obs-kinect as it would just use this library instead of having all that code.
Edit: To be clear what I'm talking about is an abstraction over official Kinect SDK, freenect(1 and 2) and NuiSensorLib to expose a common interface in a cross-platform way.
It would have a C API to be able to be exposed to other languages as well.
The text was updated successfully, but these errors were encountered: