Problems creating COM server for ATI Vision.

15 views (last 30 days)
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 Comments
Sudhanshu Bhatt
Sudhanshu Bhatt on 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 on 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.

Sign in to comment.

Answers (1)

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

Categories

Find more on Image Processing and Computer Vision in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!