<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Vision Assistant FRC in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/Vision-Assistant-FRC/m-p/3567613#M998564</link>
    <description>&lt;P&gt;Please do check these pages:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.frcmastery.com/labview-for-frc/2011-frc-steps-to-robot-success/" target="_blank"&gt;http://www.frcmastery.com/labview-for-frc/2011-frc-steps-to-robot-success/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://forums.ni.com/t5/FIRST-Robotics-Competition/FRC-2013-Basic-and-Advanced-Training/ta-p/3535726" target="_blank"&gt;http://forums.ni.com/t5/FIRST-Robotics-Competition/FRC-2013-Basic-and-Advanced-Training/ta-p/3535726&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 10 Jan 2017 19:37:04 GMT</pubDate>
    <dc:creator>GKlab</dc:creator>
    <dc:date>2017-01-10T19:37:04Z</dc:date>
    <item>
      <title>Vision Assistant FRC</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Vision-Assistant-FRC/m-p/3362778#M989558</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;I am a new to labVIEW mentor for a FRC robotics team.&lt;/P&gt;&lt;P&gt;I am trying to learn to use Vision Assistant,&amp;nbsp; Looking for really simple examples.&amp;nbsp; Just getting started.&lt;/P&gt;&lt;P&gt;Found a series by Jim Chastain but unable to duplicate his results.&lt;/P&gt;&lt;P&gt;Trying to process images, Vision Assistant complains the it only works on 8 bit images.&lt;/P&gt;&lt;P&gt;The images I acquire are RGB 32 bit.&amp;nbsp; It has to be simple but has me frustrated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2016 20:16:03 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Vision-Assistant-FRC/m-p/3362778#M989558</guid>
      <dc:creator>OldJohnM</dc:creator>
      <dc:date>2016-10-27T20:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: Vision Assistant FRC</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Vision-Assistant-FRC/m-p/3362844#M989586</link>
      <description>&lt;P&gt;You'll get more helpful replies going to &lt;A href="http://www.ni.com/frc&amp;nbsp;" target="_blank"&gt;www.ni.com/frc&amp;nbsp;&lt;/A&gt; Most people on these forums have never seen the FRC API.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do the examples in Help-&amp;gt;Find Examples for Vision work for you?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2016 23:06:54 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Vision-Assistant-FRC/m-p/3362844#M989586</guid>
      <dc:creator>natasftw</dc:creator>
      <dc:date>2016-10-27T23:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Vision Assistant FRC</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Vision-Assistant-FRC/m-p/3362865#M989596</link>
      <description>You need to understand the image types available and which process takes what type of images.&lt;BR /&gt;The algorithm which you are trying to process requires Grayscale (8 bit) and your image is RGB (32 bit), to convert you need to look for extract single color plane and then check it should work.</description>
      <pubDate>Fri, 28 Oct 2016 02:40:49 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Vision-Assistant-FRC/m-p/3362865#M989596</guid>
      <dc:creator>udka</dc:creator>
      <dc:date>2016-10-28T02:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: Vision Assistant FRC</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Vision-Assistant-FRC/m-p/3363064#M989661</link>
      <description>&lt;P&gt;Good answer, Uday.&lt;/P&gt;
&lt;P&gt;A good resource to get started with Vision Assistant is to follow the tutorial (VA_Tutorial.pdf) located in the Documentation folder:&lt;/P&gt;
&lt;P&gt;C:\Users\Public\Documents\National Instruments\Vision Assistant\Documentation&lt;/P&gt;
&lt;P&gt;If the goal is to integrate the Vision algorithm in a more complex VI, use the Vision Assistant Express VI from your main VI.&lt;/P&gt;
&lt;P&gt;You can access it from the Vision And Motion&amp;gt;&amp;gt;Vision Express palette.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Christophe&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2016 13:58:25 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Vision-Assistant-FRC/m-p/3363064#M989661</guid>
      <dc:creator>ChristopheC</dc:creator>
      <dc:date>2016-10-28T13:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Vision Assistant FRC</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Vision-Assistant-FRC/m-p/3363164#M989695</link>
      <description>&lt;P&gt;Thanks everyone.&amp;nbsp; Just me being slow.&amp;nbsp; Didn't know about the ni.com/frc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2016 16:54:04 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Vision-Assistant-FRC/m-p/3363164#M989695</guid>
      <dc:creator>OldJohnM</dc:creator>
      <dc:date>2016-10-28T16:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Vision Assistant FRC</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Vision-Assistant-FRC/m-p/3567613#M998564</link>
      <description>&lt;P&gt;Please do check these pages:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.frcmastery.com/labview-for-frc/2011-frc-steps-to-robot-success/" target="_blank"&gt;http://www.frcmastery.com/labview-for-frc/2011-frc-steps-to-robot-success/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://forums.ni.com/t5/FIRST-Robotics-Competition/FRC-2013-Basic-and-Advanced-Training/ta-p/3535726" target="_blank"&gt;http://forums.ni.com/t5/FIRST-Robotics-Competition/FRC-2013-Basic-and-Advanced-Training/ta-p/3535726&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2017 19:37:04 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Vision-Assistant-FRC/m-p/3567613#M998564</guid>
      <dc:creator>GKlab</dc:creator>
      <dc:date>2017-01-10T19:37:04Z</dc:date>
    </item>
  </channel>
</rss>

