We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Your code is probably great, but I have to think to use it, it is not easy to use it.
I need "plug and play" solution.
I'm doing my hobby project. I start as kinect beginner , this is my 10min of experience.
Code is best specification , documentation can You add more samples? Sample: Gesture to that colors some square....
It would be great to have more samples :) Thank You.
That I shouln't debug and add lines:
static public void Main(string[] args) { var r = new Recognizer(); r.Run(args); Console.ReadLine(); }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Your code is probably great,
but I have to think to use it, it is not easy to use it.
I need "plug and play" solution.
I'm doing my hobby project.
I start as kinect beginner , this is my 10min of experience.
Code is best specification , documentation can You add more samples?
Sample:
Gesture to that colors some square....
It would be great to have more samples :)
Thank You.
That I shouln't debug and add lines:
static public void Main(string[] args)
{
var r = new Recognizer();
r.Run(args);
Console.ReadLine();
}
The text was updated successfully, but these errors were encountered: