bengfarrell / nuimotion

Node.js wrapper for OpenNI/NiTE offering skeletal joint tracking and gestures
http://www.sweatintotheweb.com/nuimotion-for-node-js/
MIT License
74 stars 19 forks source link

Is the program suppose to end when the user exits? #19

Closed thevinci closed 9 years ago

thevinci commented 9 years ago

Is there a way I can make it run indefinitely? I've tested out the quickstart scripts and they stop when the user exists from the screen.

thevinci commented 9 years ago

Ok. I found your blog post about node-gyp and I went into the source and edited your C++. I hope I didn't break anything. I disabled your "keepWorkerRunning".

bengfarrell commented 9 years ago

Cool, glad you were able to do what you want. You must be doing something in Node-Webkit or Atom-Shell if you're exiting from a screen. I actually hadn't tried that yet. Last I seriously worked on this project, I don't think either of those were really available - I had just started the process and sent info through web sockets.