06-04-2007 12:55 AM
06-04-2007 02:19 AM
Hello Numan,
If you have Matlab compiler, you can compile your code as a DLL and simply call it from CVI.
Or you can develop the whole application using Matlab (with GUIDE to create a user interface) and compile as a stand-alone executable.
As 3rd party libraries, there are Intel's image processing library, IPL, and OpenCV. But I am not sure if they are capable of doing what you want.
If you have SDK installed with CVI then you can use SDK functions to use the Windows' native multimedia access.
Just look up the keywords avi mpg in SDK help.
Hope this helps.
06-04-2007 04:02 AM
06-05-2007 06:13 AM
06-05-2007 06:14 AM
06-05-2007 07:56 AM
Hi Nouman,
Personally I never used NI Vision (software or hardware) components.
But from the error message I guess that the file name is wrong.
Do you type it as a string or construct the file name within the program?
Are you using '\' instead of '\\' within the file name string?. That is a common mistake.