<?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>
        Thank you for the clear explanation; I can probably also use that to start an AVI capture. &lt;br&gt;&lt;br&gt;I will have a followon question....        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=5948</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=5948</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Doug,&lt;br&gt;&lt;br&gt;This is possible to do. You can surround the Write_Images with an If Statement module and set the Write_Images to number image filenames to avoid overwriting the previous image.&lt;br&gt;&lt;br&gt;The trick is to figure out what should trigger the save. If coming from UDP are you assuming that you intend to press a button on the joystick to save the image? If you intend to send back a single char to indicate this you can add a \[save_image] (with the \ to indicate a single char) to the SocketClient/Server module which will then set the variable save_image to 1 when you send back a 1 to the module. This can then be used in the If_Statement to trigger a write.&lt;br&gt;&lt;br&gt;Inside the write image conditional, be sure to then set save_image to 0 to ensure only one image gets written per loop.&lt;br&gt;&lt;br&gt;Otherwise, you can also create another condition in RR to trigger image writes ... for example, if no target is detected one can save an image too.&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=5948</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=5948</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>only save images when commanded over network?</title>
        <description>
        We have a good pipeline for our FRC robot, but we don&apos;t know how it will hold up in competition.&lt;br&gt;&lt;br&gt;One of the things we would like to do is to get the pipeline to save an image (or images) at certain critical moments for post-match troubleshooting in case of unexpected results...&lt;br&gt;&lt;br&gt;We&apos;re using UDP to communicate between RoboRealm and the roboRIO.&lt;br&gt;&lt;br&gt;Is there an example of receiving data via UDP, then saving it so we can use the received data in an &quot;IF&quot;?&lt;br&gt;&lt;br&gt;Is there an example of only saving images some of the time?        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=5948</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=5948</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
