Problems creating COM server for ATI Vision.

15 Ansichten (letzte 30 Tage)
Rodrigo Soares
Rodrigo Soares am 6 Jan. 2016
Kommentiert: Rebenciuc am 14 Feb. 2016
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 Kommentare
Sudhanshu Bhatt
Sudhanshu Bhatt am 8 Jan. 2016
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 am 14 Feb. 2016
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.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Rahul Goel
Rahul Goel am 8 Jan. 2016
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.

Kategorien

Mehr zu Image Processing and Computer Vision finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by