Can I unregister an IMAQ adaptor?
Show older comments
I want to be able to unregister an adaptor. I am working on developing an adaptor for a specific video card and that leads to registering in an unfavorable location or I want to free up the name.
I don't understand why this isn't already built in.
So, I ask the mechanic, "whats wrong with my car?" and he says "One." Fail messages should be more helpful.
Answers (1)
Erik
on 18 Jun 2015
2 votes
That worked for me:
imaqregister('full path to file to dll','unregister')
For example, I had moved the driver file sximaq.dll already somewhere else, but Matlab still noticed it as registered at C:\NVBI\sximaq.dll and I was not able to register the same file again. So I used
imaqregister('C:\NVBI\sximaq.dll','unregister')
and the file was officially unregistered.
Categories
Find more on Creating Custom Adaptors in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!