<?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>
        Instead of &quot;BINARY&quot; (which is a black and white image) you probably mean &quot;GRAY&quot; or &quot;FBGR&quot; (flipped RGB image where 1 byte for each channel).&lt;br&gt;&lt;br&gt;All images are &quot;binary&quot; so the use here is the strict use of 0 or 1 (black and white) values instead of &quot;Binary&quot; versus &quot;Text&quot; sometimes used in network transmission protocols.&lt;br&gt;&lt;br&gt;Note, this isn&apos;t easy. You will need to really understand what the format is. Sometimes if you write out what the actual values are for the first 10 values of the image its possible to determine what format it is.&lt;br&gt;&lt;br&gt;STeven.&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=6125</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=6125</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>SetImage</title>
        <description>
        Goodmorning, &lt;br&gt;&lt;br&gt;i&apos;m working with RoboRealm and a linear Basler camera.&lt;br&gt;&lt;br&gt;What I want to do, is send to RoboRealm the image I take with the camera.&lt;br&gt;&lt;br&gt;Without save into the hdd and taking to send, camera gives me a byte array with the result.&lt;br&gt;The format is Mono 8.&lt;br&gt;&lt;br&gt;I&apos;m trying to do in this way:&lt;br&gt;&lt;br&gt;rr.SetImage(&quot;source&quot;, grabResult.PixelData(), widthImage, heightImage, &quot;BINARY&quot;)&lt;br&gt;&lt;br&gt;widthImage and heightImage are 2 variables with the measure.&lt;br&gt;grabResult.PixelData() is the array.&lt;br&gt;&lt;br&gt;grabResult: &lt;br&gt;Dim grabResult As IGrabResult = camera.StreamGrabber.RetrieveResult(800, TimeoutHandling.Return)&lt;br&gt;&lt;br&gt;In documentation, grabResult.PixelData() tells: The pixel data buffer. The type of the object containing the buffer depends on the class implementing this interface. The pixel data buffer is provided as a byte array for a grab result. &lt;br&gt;&lt;br&gt;The problem is RoboRealm receive an empty image and I&apos;m sure that grabResult is not empty.&lt;br&gt;&lt;br&gt;Thanks&lt;br&gt;Frank        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=6125</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=6125</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
