Problems creating COM server for ATI Vision.

15 vues (au cours des 30 derniers jours)
Rodrigo Soares
Rodrigo Soares le 6 Jan 2016
Commenté : Rebenciuc le 14 Fév 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 commentaires
Sudhanshu Bhatt
Sudhanshu Bhatt le 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 le 14 Fév 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.

Connectez-vous pour commenter.

Réponses (1)

Rahul Goel
Rahul Goel le 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.

Catégories

En savoir plus sur Image Processing and Computer Vision dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by