Software Archive
Read-only legacy content
17061 Discussions

RealSense SDK for Dictation

Gianfranco_A_
Beginner
269 Views

Good morning everyone
A few days ago I installed SDK real sense, and with great satisfaction I have tried with R200 cam and SR300 and I could see the great potential with the examples offered.
I also found examples for voice commands. (Italian language)
Good!!
but now I would like to improve the speech recognition with SetDictation ().
for example:

status = _speechRecognition.SetDictation ();
_speechRecognition.AddVocabToDictation (PXCMSpeechRecognition.VocabFileType.VFT_LIST, "c:\\VSPrj\\vocabolary.txt");

_speechRecognition.SetGrammar(0);

just that I can not add the vocabulary from a file.

that syntax must have the vocabulary files?

Thanks

Gianfranco

 

0 Kudos
1 Reply
Gianfranco_A_
Beginner
269 Views

Sorry ..but I solved ..
Simply reinstalling RealSense SDK with precious examples given.
I do not understand why during the first installation, even though I chose to install the entire SDK, not copied me all the code samples, but only partly ...
Thanks INTEL !!

0 Kudos
Reply