MATLAB: Make library, use it on vb6, video processing.

com componentmake libraryMATLAB Builder for COMMATLAB Compilervb6 dllvideo processing

Hi. i want to build a software , it can traking car using optical flow estimation. i have been success with "m file" in matlab 2010b and using deploytool to make com component, setup MCR. When i add reference in vb6, it's ok, but vb6 can'n know some code in "m file",ex : video.ImageDataTypeConverter. I dont know how to fix this problem. help me please.

Best Answer

One possible way:
Instead of attempting to access the video class directly, call MATLAB functions that do the necessary work for you.
Related Question