<?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>
        thanks so much, I did it another, stranger way that makes no sense after seeing yours.         </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=2977</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=2977</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        This will require a little VBScript ... you can add the following code that will time the presence of an object after the motion detection module runs. The robofile below uses just the motion detection module to do this test and should run as is on any webcam. You should be able to add any modules before that one in order to do different detection methods.&lt;br&gt;&lt;br&gt;&apos; variable created by motion module&lt;br&gt;movement = GetVariable(&quot;MOVEMENT_PERCENT&quot;)&lt;br&gt;&lt;br&gt;&apos; if the movement is larger than 5 percent assume something is moving&lt;br&gt;if movement &amp;gt; 5 then&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&apos; initialize the start time that the object was first detected&lt;br&gt;&amp;nbsp;&amp;nbsp;if GetVariable(&quot;START_TIME&quot;) = 0 then&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;SetVariable &quot;START_TIME&quot;, Timer&lt;br&gt;&amp;nbsp;&amp;nbsp;end if&lt;br&gt;&lt;br&gt;else&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&apos; assume that if no movement is detected that the object has gone&lt;br&gt;&amp;nbsp;&amp;nbsp;&apos; note that we do not just use &amp;lt; 5 to allow for the object to slow down&lt;br&gt;&amp;nbsp;&amp;nbsp;&apos; without triggering the object gone condition&lt;br&gt;&amp;nbsp;&amp;nbsp;if movement = 0 then&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&apos; object has disappeared&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;startTime = GetVariable(&quot;START_TIME&quot;)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&apos; if the start time is not zero we detected an object&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if startTime &amp;lt;&amp;gt; 0 then&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;SetVariable &quot;LAST_OBJECT_TIME&quot;, (Timer-startTime)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;SetVariable &quot;START_TIME&quot;, 0&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;end if&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;end if&lt;br&gt;end if&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=2977</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=2977</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>Keeping Track of time?</title>
        <description>
        Hello again,&lt;br&gt;&lt;br&gt;I&apos;m not a very proficient programmer, in any language! huzzah!&lt;br&gt;&lt;br&gt;I am interested in keeping track of the amount of time a certain moving blob of pixels is on screen for?&lt;br&gt;&lt;br&gt;I already have the segmentation worked out alright with optical flow and the motion detection module....&lt;br&gt;&lt;br&gt;How can then count how long this &quot;object&quot; is around for and keep track of this information&lt;br&gt;&lt;br&gt;I would also like to know how many times it moves from one side of the screen to the other ?        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=2977</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=2977</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
