LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to add a video option to capture image

Solved!
Go to solution
Thanx for the help.. I have tried this..but it is showing error with the close function.
0 Kudos
Message 11 of 54
(2,128 Views)
What is the error?
0 Kudos
Message 12 of 54
(2,126 Views)
Have you checked whether you are feeding the proper interface name (img 0 or img 1.......)
0 Kudos
Message 13 of 54
(2,125 Views)

it is giving the error " error: 1074397163 occured at clean up module."

 

0 Kudos
Message 14 of 54
(2,122 Views)
0 Kudos
Message 15 of 54
(2,117 Views)
gave the name img0
0 Kudos
Message 16 of 54
(2,114 Views)

I was right after all

 


While running an IMAQ-Vision example in LabVIEW 5.1, I see this message: Error -1074397163 occurred in Cleanup module.

This error is generated when the IMAQ Init VI is called with an incorrect interface name. In MAX, the NI-IMAQ driver assigns an interface name to each IMAQ board in your computer, starting with img0, then img1, etc., in the order in which the boards are installed. If for example, MAX has img1 set for your interface and then in your code you call the IMAQ Init VI with the interface name img0, it will give you this error.

 

0 Kudos
Message 17 of 54
(2,113 Views)

 


gave the name img0

 

 

It is not something you give. Check with max whether it is 1 or 2 or what it is 

0 Kudos
Message 18 of 54
(2,112 Views)
I am new to the software and in the prelim stage  Can u tell me how to find the max no:
0 Kudos
Message 19 of 54
(2,101 Views)

Max = Measurement & Automation Explorer.

 

max.PNG

0 Kudos
Message 20 of 54
(2,091 Views)