<?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>getImage crashes Roborealm</title>
        <description>
        Hi,&lt;br&gt;&lt;br&gt;I&apos;m using the API In my C++ program, talking to RR v2.0.0.0 using getImage&lt;br&gt;In my .robo file I have a marker &quot;Cam1&quot; which is a 352x288 image&lt;br&gt;and the final image, result of Mosaic, which is 1280x480&lt;br&gt;&lt;br&gt;If I do (1):&lt;br&gt;int width = 352;&lt;br&gt;int height = 288;&lt;br&gt;api.getImage(&quot;Cam1&quot;, data, &amp;width, &amp;height, 352 * 288 * 3, &quot;RGB&quot;);&lt;br&gt;&lt;br&gt;RoboRealm crashes.&lt;br&gt;&lt;br&gt;However if I do (2): (after restarting RR)&lt;br&gt;int width = 1280;&lt;br&gt;int height = 480;&lt;br&gt;api.getImage(data, &amp;width, &amp;height, 1280 * 480 * 3);&lt;br&gt;&lt;br&gt;(Note that the 2 getImage calls are not the same calls)&lt;br&gt;&lt;br&gt;it works, and any following calls to (1) no longer crash, and return the expected data.&lt;br&gt;&lt;br&gt;In essence, doing (1) cold turkey crashes RoboRealm.&lt;br&gt;But doing (2) works, and also fixes any subsequent calls to (1).&lt;br&gt;&lt;br&gt;Disclaimer: New Year festivities resulted in ingestion of questionable beverages in large quantities. I sincerably, sincereeblee... Well I do hope this didn&apos;t impair the reliability of this bug report :)&lt;br&gt;&lt;br&gt;Happy New Year !&lt;br&gt;Emil&lt;br&gt;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3082</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3082</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
