<?xml version="1.0" encoding="ISO-8859-1" ?><rss version="2.0">
<channel>
    <title>RoboRealm Forum</title>
    <link>http://www.RoboRealm.com/</link>
    <description>The newest forum threads.</description>
    <lastBuildDate>Tue, 30 Nov 1999 00:11:00 EST</lastBuildDate>
    <language>en-us</language>
    <copyright>Copyright: (C) RoboRealm, http://www.RoboRealm.com/</copyright>
    <docs>http://www.RoboRealm.com/</docs>

    <item>
        <title>No Title</title>
        <description>
        I think that it is safer to modify the registry key ( in the program ) every time before executing RR ( because on exiting the registry key is updated ).&lt;br&gt;&lt;br&gt;&lt;br&gt;P.S. the &apos;default&apos; key should be HKEY_CURRENT_USER-&amp;gt;Software-&amp;gt;RoboRealm-&amp;gt;Instance_1-&amp;gt;LastDriver&lt;br&gt;&lt;br&gt;if you specify -instance_2 on the command line the key should be HKEY_CURRENT_USER-&amp;gt;Software-&amp;gt;RoboRealm-&amp;gt;Instance_2-&amp;gt;LastDriver&lt;br&gt;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3351</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3351</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        The ini_file is only an option when you start the API ... while what you want to do is possible using the ini file I&apos;d first just start by modifying the Registry instead. RR will use the Registry by default and only switch to the ini_file when that is specified in the RR startup via the API ... so it is a little tricky to modify.&lt;br&gt;&lt;br&gt;If you look under &lt;br&gt;&lt;br&gt;HKEY_CURRENT_USER-&amp;gt;Software-&amp;gt;RoboRealm-&amp;gt;Instance_2-&amp;gt;LastDriver &lt;br&gt;&lt;br&gt;and set that value to &quot;&quot; RR will startup without a camera running.&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3351</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3351</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Thanks Davide,&lt;br&gt;&lt;br&gt;Sorry I misphrased the question.&lt;br&gt;Not how to turn off the camera in the API, rather how to turn off the camera &lt;i&gt;in the ini_file&lt;/i&gt; of the API. Once the API runs roborealm it is too late.&lt;br&gt;&lt;br&gt;The ini_file is mentioned but I cant find documentation on its format.&lt;br&gt;&lt;br&gt;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3351</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3351</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        I&apos;m quite new to RR, but if you want to turn on/off/change camera from api you could use someting like this ( form api.zip example in c++ ):&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// turn off camera&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;rr.setCamera(&quot;off&quot;);&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// turn on camera&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;rr.setCamera(&quot;on&quot;);&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// change the camera to another one&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;rr.setCamera(&quot;CompUSA PC Camera&quot;);&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Sleep(2000);&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// now set it back&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;rr.setCamera(&quot;Logitech&quot;);&lt;br&gt;&lt;br&gt;to test it from telnet you coud use someting like:&lt;br&gt;&lt;br&gt;&amp;lt;request&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;set_camera&amp;gt;CMD&amp;lt;/set_camera&amp;gt;&lt;br&gt;&amp;lt;/request&amp;gt;&lt;br&gt;&lt;br&gt;replace CMD with on,off or camera name        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3351</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3351</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>ini_file and API</title>
        <description>
        I am trying to get RR start in a known configuration. Specifically I want the camera off as when it starts ON it gives an error message and my API can no longer control it.&lt;br&gt;&lt;br&gt;How do I turn the camera OFF from an API?&lt;br&gt;&lt;br&gt;Also, you say you can load ini_files rather than from the registry but I cannot find any ini_file examples. Maybe if I turned the camera OFF in the ini_file it would do what I wanted and stop bringing up an error message that demands a response.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3351</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3351</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
