Sensebloom / OSCeleton

OSCeleton is a proxy that sends skeleton information collected from the kinect sensor via OSC, making it easier to use input from the device in any language / framework that supports the OSC protocol.
GNU General Public License v3.0
312 stars 72 forks source link

Fix arguments #2

Closed tito closed 13 years ago

tito commented 13 years ago

The way of reading command line arguments have been fixed, to support more than one argument (argv wasn't incremented twice in some case, and then, only the first option and argument was working) + verification if we got enough arguments.