Can I Use Wine for Kinect Drivers on Linux?

0
3
Asked By PixelPanda42 On

Hey everyone, I'm starting a project using a Kinect for Windows SDK and I'm curious if I can switch from Windows to Linux. However, I'm unsure if Wine would support the drivers needed for this setup. Is this possible to do?

6 Answers

Answered By SafetyFirst101 On

Just a note: don't mix wine and driving—definitely not a good combo!

FunnyGuy64 -

Haha, that's a killer title for this thread!

Answered By DriverDude12 On

There are some userspace drivers for Linux, but unfortunately, Wine won't help you out here.

Answered By LinuxLover23 On

Unfortunately, I don't think you can use Wine for this because of how drivers work in Linux versus Windows. But I could be mistaken on that one.

Answered By TechGuru99 On

Nope, Wine isn't going to work for that. It translates Windows userland applications, but drivers operate in the Kernel space, and there's no Windows kernel for Wine to interface with. So when it comes to drivers, Wine is out of the question.

CuriousCat88 -

Thanks for the analogy, it really clarifies things!

Answered By HelpfulBee19 On

Most companies provide Linux drivers nowadays. If you’re looking for GPU drivers, both AMD and NVIDIA have them available.

Answered By GamerGeek77 On

By the way, which Kinect do you have, the Xbox 360 or Xbox One version?

PixelPanda42 -

I've got both available, but I’d prefer using the Xbox One. I was looking into libfreenect, but it doesn't support skeleton tracking.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.