11-09-2005 01:40 PM
11-10-2005 09:51 AM
Hello Zdenek,
The class libraries for IMAQ 1394 and Vision are wrappers into the ActiveX controls. You can find documentation about these controls (ie: CWIMAQViewer) in the VB help for them at "Start » Programs » National Instruments » Vision » Documentation". If you have installed 1394 support for MSVC++, you also should find a number of examples of NI-IMAQ 1394 programming in Microsoft Visual C++ in a folder located at "C:\Program Files\National Instruments\NI-IMAQ for IEEE-1394\Examples\MSVC", including 9 examples that grab images. You will find some Vision examples at "C:\Program Files\National Instruments\Vision\Examples\MSVC". I hope this helps. Take care!
Regards,
Aaron B.11-10-2005 11:43 AM
11-10-2005 11:43 AM
11-10-2005 11:43 AM
11-10-2005 12:00 PM
11-11-2005 11:30 AM
Hello Zdenek,
The way that you described is perfectly acceptable. I am not sure offhand why the class wizard failed to create all the necessary classes in 2003, but creating them in VC 6 and then using them in 2003 will also work as well. With regards to the CWIMAQViewer API, there is a method called Attach, which attaches a CWIMAQImage object to the viewer. You can attach the image at the beginning of the program. The viewer will then always display the image stored in that memory location and will update automatically when the image changes. I hope this helps. Take care!
Regards,
Aaron B.