<?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 Text Detection Demo with Webcam on Windows in Intel® Distribution of OpenVINO™ Toolkit</title>
    <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Text-Detection-Demo-with-Webcam-on-Windows/m-p/1135611#M9508</link>
    <description>&lt;P&gt;Am trying to run the text_dectection_demo application on a Windows machine. However, it is not clear what should go in the &lt;STRONG&gt;-i&lt;/STRONG&gt; flag, as there is no &lt;STRONG&gt;/dev/video0&lt;/STRONG&gt; on Windows, and thus the application reads this as a (missing) image. Equally, using&lt;STRONG&gt; -i cam&lt;/STRONG&gt; , as in some of the other demos, does not work. Tried to look at the source code, but got then lost in the OpenCV sources.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am using the following command line :&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;text_detection_demo -m_td FP32/text-detection-0004.xml -m_tr FP32/text-recognition-0012.xml -dt webcam -i ???&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Any help would be greatly appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 29 Jul 2019 10:21:57 GMT</pubDate>
    <dc:creator>Peter1</dc:creator>
    <dc:date>2019-07-29T10:21:57Z</dc:date>
    <item>
      <title>Text Detection Demo with Webcam on Windows</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Text-Detection-Demo-with-Webcam-on-Windows/m-p/1135611#M9508</link>
      <description>&lt;P&gt;Am trying to run the text_dectection_demo application on a Windows machine. However, it is not clear what should go in the &lt;STRONG&gt;-i&lt;/STRONG&gt; flag, as there is no &lt;STRONG&gt;/dev/video0&lt;/STRONG&gt; on Windows, and thus the application reads this as a (missing) image. Equally, using&lt;STRONG&gt; -i cam&lt;/STRONG&gt; , as in some of the other demos, does not work. Tried to look at the source code, but got then lost in the OpenCV sources.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am using the following command line :&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;text_detection_demo -m_td FP32/text-detection-0004.xml -m_tr FP32/text-recognition-0012.xml -dt webcam -i ???&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Any help would be greatly appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 10:21:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Text-Detection-Demo-with-Webcam-on-Windows/m-p/1135611#M9508</guid>
      <dc:creator>Peter1</dc:creator>
      <dc:date>2019-07-29T10:21:57Z</dc:date>
    </item>
    <item>
      <title>Dear Peter,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Text-Detection-Demo-with-Webcam-on-Windows/m-p/1135612#M9509</link>
      <description>&lt;P&gt;Dear Peter,&lt;/P&gt;&lt;P&gt;Please review&amp;nbsp;&lt;A href="http://docs.openvinotoolkit.org/latest/_demos_text_detection_demo_README.html"&gt;The Text Detection Demo Doc&lt;/A&gt;&amp;nbsp;for details. As this is a forum focused on OpenVino (Model Optimizer and Inference Engine) please ask OpenCV related questions on the following forum:&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.opencv.org/questions/"&gt;https://answers.opencv.org/questions/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Look at the&amp;nbsp;&lt;A href="http://docs.openvinotoolkit.org/latest/_demos_smart_classroom_demo_README.html"&gt;Smart Classroom Demo&lt;/A&gt;&amp;nbsp;for an example of how the WebCam is accessed on Windows. Kindly study the image_grabber.cpp file. It's a simple matter of :&lt;/P&gt;
&lt;PRE class="brush:cpp; class-name:dark;"&gt; if (fname == "cam") {
        is_opened = cap.open(0);
    } else {
        is_opened = cap.open(fname);
    }&lt;/PRE&gt;

&lt;P&gt;Hope it helps,&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Shubha&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 19:03:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Text-Detection-Demo-with-Webcam-on-Windows/m-p/1135612#M9509</guid>
      <dc:creator>Shubha_R_Intel</dc:creator>
      <dc:date>2019-07-30T19:03:00Z</dc:date>
    </item>
  </channel>
</rss>

