Page 1 of 1

Problem when create the Templates using SDCL

Posted: 09 May 2007 21:46
by cowcow
I try to create number of templates for my project.
After I record the first template, it will start recognize the words.
I can press a button to record more words.
The problem is after I press a button for a second word or more, it will not wait for my word and return an error. How can I solve it?
Do I have to set/ reset something before I go to the train mode again.
Help me if you know the answer.

Posted: 11 May 2007 23:16
by cowcow
I found out the reason why it was not work.
I is because I didn't shutdown recognite function before I call _makeTmpltSd(). SDCL can run multiple task at the same time, and it use "UNKOWN" which makeTmpltSd with the same memory. As the result, it will create the error.