<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/263667</link>
    <title>MATLAB Central Newsreader - how to remove an Image Acquisition Toolbox adaptor?</title>
    <description>Feed for thread: how to remove an Image Acquisition Toolbox adaptor?</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Tue, 20 Oct 2009 23:40:20 -0400</pubDate>
      <title>how to remove an Image Acquisition Toolbox adaptor?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/263667#688522</link>
      <author>Sean </author>
      <description>If I register an adaptor with the image acquisition toolbox, then I will not be able to register another adaptor with the same name. &lt;br&gt;
&lt;br&gt;
I am writing my own adaptor and I need to test it. I don't want to give a new name for the same adaptor everytime. So, how do I unstall an adaptor in Matlab?</description>
    </item>
    <item>
      <pubDate>Thu, 22 Oct 2009 13:16:30 -0400</pubDate>
      <title>Re: how to remove an Image Acquisition Toolbox adaptor?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/263667#688994</link>
      <author>Dave Tarkowski</author>
      <description>Sean wrote:&lt;br&gt;
&amp;gt; If I register an adaptor with the image acquisition toolbox, then I will not be able to register another adaptor with the same name. &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I am writing my own adaptor and I need to test it. I don't want to give a new name for the same adaptor everytime. So, how do I unstall an adaptor in Matlab?&lt;br&gt;
&lt;br&gt;
When you register an adaptor, what you are really registering is the &lt;br&gt;
file location, so if you're just compiling a new version of the adaptor &lt;br&gt;
but keeping the location the same, you don't need to worry about &lt;br&gt;
re-registering it.&lt;br&gt;
&lt;br&gt;
If really do want to unregister an adaptor, you can do the following:&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;gt;&amp;gt; imaqregister('myadaptor.dll', 'unregister');&lt;br&gt;
&lt;br&gt;
-Dave Tarkowski</description>
    </item>
    <item>
      <pubDate>Mon, 26 Oct 2009 13:15:16 -0400</pubDate>
      <title>Re: how to remove an Image Acquisition Toolbox adaptor?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/263667#689759</link>
      <author>Mark Jones</author>
      <description>Dave Tarkowski wrote:&lt;br&gt;
&amp;gt; Sean wrote:&lt;br&gt;
&amp;gt;&amp;gt; If I register an adaptor with the image acquisition toolbox, then I &lt;br&gt;
&amp;gt;&amp;gt; will not be able to register another adaptor with the same name.&lt;br&gt;
&amp;gt;&amp;gt; I am writing my own adaptor and I need to test it. I don't want to &lt;br&gt;
&amp;gt;&amp;gt; give a new name for the same adaptor everytime. So, how do I unstall &lt;br&gt;
&amp;gt;&amp;gt; an adaptor in Matlab?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; When you register an adaptor, what you are really registering is the &lt;br&gt;
&amp;gt; file location, so if you're just compiling a new version of the adaptor &lt;br&gt;
&amp;gt; but keeping the location the same, you don't need to worry about &lt;br&gt;
&amp;gt; re-registering it.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; If really do want to unregister an adaptor, you can do the following:&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt;  &amp;gt;&amp;gt; imaqregister('myadaptor.dll', 'unregister');&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; -Dave Tarkowski&lt;br&gt;
&lt;br&gt;
Also, if you want to keep MATLAB open during testing and recompilation, &lt;br&gt;
you can call IMAQRESET before compilation so that the toolbox releases &lt;br&gt;
the adaptor DLL.  The adaptor DLL will then be reloaded the next time &lt;br&gt;
you call IMAQHWINFO or VIDEOINPUT (for that adaptor).&lt;br&gt;
&lt;br&gt;
Mark</description>
    </item>
  </channel>
</rss>

