<?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 processing a video from a web cam in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/processing-a-video-from-a-web-cam/m-p/2652289#M791109</link>
    <description>&lt;P&gt;Hello ,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope you can help me as mush as you can..&lt;/P&gt;
&lt;P&gt;I'm working on a project and i need to process a video sent from a web cam and to send the corresponding message.&lt;/P&gt;
&lt;P&gt;For example if I see an obstacle, i have to display a warning Note on the screen to stop the machine or something like that.&lt;/P&gt;
&lt;P&gt;I've been searching the forum to find a related subject but i found nothing.&lt;/P&gt;
&lt;P&gt;Can you please tell me which block to use ? i mean the main blocks and i will do the research in order to know how each block can be used.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks alot for your time &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
    <pubDate>Thu, 05 Dec 2013 16:49:41 GMT</pubDate>
    <dc:creator>hah49</dc:creator>
    <dc:date>2013-12-05T16:49:41Z</dc:date>
    <item>
      <title>processing a video from a web cam</title>
      <link>https://ni.lithium.com/t5/LabVIEW/processing-a-video-from-a-web-cam/m-p/2652289#M791109</link>
      <description>&lt;P&gt;Hello ,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope you can help me as mush as you can..&lt;/P&gt;
&lt;P&gt;I'm working on a project and i need to process a video sent from a web cam and to send the corresponding message.&lt;/P&gt;
&lt;P&gt;For example if I see an obstacle, i have to display a warning Note on the screen to stop the machine or something like that.&lt;/P&gt;
&lt;P&gt;I've been searching the forum to find a related subject but i found nothing.&lt;/P&gt;
&lt;P&gt;Can you please tell me which block to use ? i mean the main blocks and i will do the research in order to know how each block can be used.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks alot for your time &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2013 16:49:41 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/processing-a-video-from-a-web-cam/m-p/2652289#M791109</guid>
      <dc:creator>hah49</dc:creator>
      <dc:date>2013-12-05T16:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: processing a video from a web cam</title>
      <link>https://ni.lithium.com/t5/LabVIEW/processing-a-video-from-a-web-cam/m-p/2652333#M791117</link>
      <description>Brief Overview:&lt;BR /&gt;-Image acquisition-Use Grab/snap&lt;BR /&gt;-Analyse image for identifying obstacles.(Difficult without proper image processing)&lt;BR /&gt;-Warning can be simple pop up(dialog box)</description>
      <pubDate>Thu, 05 Dec 2013 17:08:28 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/processing-a-video-from-a-web-cam/m-p/2652333#M791117</guid>
      <dc:creator>udka</dc:creator>
      <dc:date>2013-12-05T17:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: processing a video from a web cam</title>
      <link>https://ni.lithium.com/t5/LabVIEW/processing-a-video-from-a-web-cam/m-p/2656229#M792166</link>
      <description>&lt;P&gt;Hey hah,&lt;/P&gt;
&lt;P&gt;good name &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use a webcam just as any other image acquisition device, if it is supported by the &lt;A href="https://www.ni.com/en-us/shop/product/vision-acquisition-software.html" target="_self"&gt;NI Vision Acquisition Software&lt;/A&gt;. (many cameras are)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you need vision processing, I do recommend &lt;A href="https://www.ni.com/en/shop/electronic-test-instrumentation/application-software-for-electronic-test-and-instrumentation-category/what-is-vision-builder-for-automated-inspection.html" target="_self"&gt;VBAI &lt;/A&gt;as a great tool to start familiarizing yourself with the capabilities of the NI Vision platform. Many applications can be solved using this tool alone.&lt;/P&gt;
&lt;P&gt;The NI Vision Assistant is the next best step, you can simply use it to generate LabVIEW code based on menu-based configuration.&lt;/P&gt;
&lt;P&gt;And of course if you need fuly customized functionality, you can allways use LabVIEW.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This &lt;A href="https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P6OASA0&amp;amp;l=en-US" target="_self"&gt;article &lt;/A&gt;gives a good overview of the various Vision SW offerings form NI.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And for a comprehensive tutorial, I recommend the &lt;A href="https://www.ni.com/docs/en-US/bundle/ni-vision-concepts-help/page/nivisionconcepts.html" target="_self"&gt;NI Vision Concepts Help&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Mar 2025 00:13:22 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/processing-a-video-from-a-web-cam/m-p/2656229#M792166</guid>
      <dc:creator>Simon_T</dc:creator>
      <dc:date>2025-03-25T00:13:22Z</dc:date>
    </item>
  </channel>
</rss>

