02-19-2013 10:27 PM
Hi,
The attached program is used to display pictures if input are A,B or C . when it is executed it shows "
Error -1074395989 occurred at IMAQ ReadFile
Possible reasons unable to read file"
Can anybody solve the issue please.
Thank you.
Solved! Go to Solution.
02-20-2013 02:17 AM
I'm havong trouble opening the code in your zip... The project is LV 8 and the VIs are LV2012... what have you done?
Can you check it and repost or maybe just post a picture showing the diagram and the error that occurs.
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
02-20-2013 07:10 AM
Thank you for your response.
The problem issue is solved. I am updating the total working vi in zip file. The program is used to acquire voice input through windows speeh recognition and produces a corresponding picture for the input. Unzip the folder and run the vi "12345" and follow the instructions.
I am a student and beginner in programming so my code may not be clean and the doccumentation is bad.
I request any suggestions for making the code clean and properly doccument it.
Thanking you.
02-21-2013 09:00 AM
Don't use IMAQ to display your images.
Use the standard LV functions.
It will be more globally accessible
http://screencast.com/t/IdEUfmW1Xxe
With regards to better detection, yes, if you have an foreign accent then training the system will be very critical.
Also, the longer the words in your grammar dictionary and the fewer items in your grammer dictionary will help the detection algorithm choose smarter
For example, my grammar has a very hard time detecting me saying "Add" but a real easy time detecting "diagram disable structure"
02-21-2013 09:22 AM
Ok I will try to follow your instructions about changing imaq picture display function and update the program.![]()
03-03-2013 11:24 PM - edited 03-03-2013 11:26 PM
In the above attached program the, when a command is recognized the program displays an image if it available in the database. I want to add video to database for some input. How to make my program play a video if it is available or display picture if it is available
Example : if the input command is "A", the image of "A" is displayed. If input command is "hello" then a video of "Hello" should be played.