LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

imaq read file error

Solved!
Go to solution

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.

0 Kudos
Message 1 of 6
(3,956 Views)

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

Antoine Chalons

0 Kudos
Message 2 of 6
(3,945 Views)
Solution

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.

0 Kudos
Message 3 of 6
(3,935 Views)

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"

 

0 Kudos
Message 4 of 6
(3,922 Views)

Ok I will try to follow your instructions about changing imaq picture display function and update the program.Smiley Happy

0 Kudos
Message 5 of 6
(3,918 Views)

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.

Download All
0 Kudos
Message 6 of 6
(3,897 Views)