OpenKinect / libfreenect

Drivers and libraries for the Xbox Kinect device on Windows, Linux, and OS X
http://openkinect.org
3.55k stars 1.15k forks source link

fakenect on Windows #605

Open smokhov opened 4 years ago

smokhov commented 4 years ago

Hello,

Anyone tried fakenect on Windows? Specifically to playback a recorded session? We normally work on Mac or Linux, where preloading works well.

Since Windows doesn't have LD_PRELOAD type of stuff, it seems we need DLL injection for libfakenect.dll or some such. While such DLL builds successfully, was anyone successful using it in their application?

(More info on DLL Injection: https://en.wikipedia.org/wiki/DLL_injection)