<?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>
        Dave,&lt;br&gt;&lt;br&gt;The RGB triplet format that you receive from GetImage is a raw format with no formatting information (i.e. dimensions) whatsoever. Thus if you save that to disk it will not be read by any paint programs. &lt;br&gt;&lt;br&gt;You have two options here:&lt;br&gt;&lt;br&gt;1. Tell RR to save the file using the API in some known format (like jpg).&lt;br&gt;&lt;br&gt;2. Save the raw triplet information in a PPM file which is the very simplist of image file formats. For example you would write&lt;br&gt;&lt;br&gt;P6&lt;br&gt;320 240&lt;br&gt;255&lt;br&gt;&lt;br&gt;to the file and then after that write all the RGB triplet information that you got back from get_image. Note that 320 240 is the assumed image size ... you may need to change that as needed.&lt;br&gt;&lt;br&gt;STeven.&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3385</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3385</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>Python and API question</title>
        <description>
        Has anyone used the get_image function in the API?&amp;nbsp;&amp;nbsp;I am able to get the image in either binary or RGB triplet, and write it to disk.&amp;nbsp;&amp;nbsp;I tried to open it in the Python Imaging Library, along with a few other image programs.&amp;nbsp;&amp;nbsp;None of them are able to recognize the format.&lt;br&gt;&lt;br&gt;Is the RR RGB file format like the SGI RGB format, as in triplets of 8-bit R,G,B, with no header information?&amp;nbsp;&amp;nbsp;Does anybody have any python code samples they would be willing to share?&lt;br&gt;&lt;br&gt;I&apos;m sure that it&apos;s something that I&apos;m doing wrong, but any advice would be appreciated.&lt;br&gt;&lt;br&gt;BTW Steven, the D-LINK DCS-910 wired ethernet camera works great under RR - thanks.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3385</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3385</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
