Problems creating COM server for ATI Vision.

조회 수: 3 (최근 30일)
Rodrigo Soares
Rodrigo Soares 2016년 1월 6일
댓글: Rebenciuc 2016년 2월 14일
Hi, I´ve uninstalled some old version (3.7, 3.8) of ATI Vision and after this I cannot crate a COM server (actxserver command) in matlab anymore since than; Matlab returns a error message statint it cannot find the progID (progID Vision.RecorderFile). I suppose that I lost some library when uninstalled Vision old versions (kept just the 4.0). Any Idea onhow to fix it
  댓글 수: 3
Sudhanshu Bhatt
Sudhanshu Bhatt 2016년 1월 8일
Hi Rodrigo,
When an application is installed it's information can be found in the registry. You can also find the Program Id for the application on the registry.
The below MATLAB Answers thread talks about how you can get the Program Id of an application: Get Program ID
More information about COM Objects can be found in the documentation link below: Creating COM Objects
After reinstalling the application/drivers, try creating an COM Interface again.
Hope this helps.
Thanks
Sudhanshu Bhatt
Rebenciuc
Rebenciuc 2016년 2월 14일
Hi!
Rodrigo, just use the "RegisterCOMInterface.bat" file existing in the installation directory (usually C:\Program Files (x86)\Accurate Technologies\VISION 3.x.y) to register the COM interfaces again. Restart Matlab and ATI and it should work. It has in my case.

댓글을 달려면 로그인하십시오.

답변 (1개)

Rahul Goel
Rahul Goel 2016년 1월 8일
Hi Rodrigo,
It appears that the ATI Vision is no more registered as COM server. I am not sure about the exact reason as there might be many. Try uninstalling and then re-installing the newer version of ATI Vision to see if it helps.

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by