<?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 Where does that go for the C+ in Intel® Distribution of OpenVINO™ Toolkit</title>
    <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Have-video-output-open-in-full-screen/m-p/1183654#M18863</link>
    <description>&lt;P&gt;Where does that go for the C++ script?&amp;nbsp; I can't edit it in the text editor...&lt;/P&gt;</description>
    <pubDate>Fri, 07 Feb 2020 17:27:07 GMT</pubDate>
    <dc:creator>JVond</dc:creator>
    <dc:date>2020-02-07T17:27:07Z</dc:date>
    <item>
      <title>Have video output open in full screen</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Have-video-output-open-in-full-screen/m-p/1183652#M18861</link>
      <description>&lt;P&gt;I'd like the video output for a script to appear full screen with no manipulation upon opening.&amp;nbsp; How do I modify the command to make this happen.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is on a raspberry pi running buster.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2020 10:54:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Have-video-output-open-in-full-screen/m-p/1183652#M18861</guid>
      <dc:creator>JVond</dc:creator>
      <dc:date>2020-02-07T10:54:52Z</dc:date>
    </item>
    <item>
      <title>Hi James,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Have-video-output-open-in-full-screen/m-p/1183653#M18862</link>
      <description>&lt;P&gt;Hi James,&lt;/P&gt;&lt;P&gt;To display the video output in full screen mode, Use the following commands&lt;/P&gt;&lt;P&gt;For C++:&lt;/P&gt;
&lt;PRE class="brush:cpp; class-name:dark;"&gt;cv::namedWindow("Detection results", cv::WND_PROP_FULLSCREEN);
cv::setWindowProperty("Detection results", cv::WND_PROP_FULLSCREEN, cv::WINDOW_FULLSCREEN);
cv::imshow("Detection results", frame);&lt;/PRE&gt;

&lt;P&gt;For Python:&lt;/P&gt;

&lt;PRE class="brush:python; class-name:dark;"&gt;cv2.namedWindow("Detection results", cv2.WND_PROP_FULLSCREEN)
cv2.setWindowProperty("Detection results", cv2.WND_PROP_FULLSCREEN, cv2.WINDOW_FULLSCREEN)
cv2.imshow("Detection results", frame)&lt;/PRE&gt;

&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Ram prasad&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2020 13:29:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Have-video-output-open-in-full-screen/m-p/1183653#M18862</guid>
      <dc:creator>SIRIGIRI_V_Intel</dc:creator>
      <dc:date>2020-02-07T13:29:44Z</dc:date>
    </item>
    <item>
      <title>Where does that go for the C+</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Have-video-output-open-in-full-screen/m-p/1183654#M18863</link>
      <description>&lt;P&gt;Where does that go for the C++ script?&amp;nbsp; I can't edit it in the text editor...&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2020 17:27:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Have-video-output-open-in-full-screen/m-p/1183654#M18863</guid>
      <dc:creator>JVond</dc:creator>
      <dc:date>2020-02-07T17:27:07Z</dc:date>
    </item>
    <item>
      <title>Hi Vondale, James,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Have-video-output-open-in-full-screen/m-p/1183655#M18864</link>
      <description>&lt;P&gt;Hi Vondale, James,&lt;/P&gt;&lt;P&gt;May I ask which C++ script are you modifying?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Where does that go for the C++ script?&amp;nbsp;I can't edit it in the text editor...&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It could be that you need Administrator (or sudo access in Linux) to make changes to the script.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;</description>
      <pubDate>Sat, 08 Feb 2020 00:07:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Have-video-output-open-in-full-screen/m-p/1183655#M18864</guid>
      <dc:creator>Luis_at_Intel</dc:creator>
      <dc:date>2020-02-08T00:07:38Z</dc:date>
    </item>
    <item>
      <title>security_barrier_camera_demo.</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Have-video-output-open-in-full-screen/m-p/1183656#M18865</link>
      <description>&lt;P&gt;security_barrier_camera_demo.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's not an admin issue.&amp;nbsp; &amp;nbsp;It shows a bunch of gibberish characters in the text editor.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't usually use c++ so perhaps I'm missing a required step.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 12:41:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Have-video-output-open-in-full-screen/m-p/1183656#M18865</guid>
      <dc:creator>JVond</dc:creator>
      <dc:date>2020-02-10T12:41:00Z</dc:date>
    </item>
    <item>
      <title>Please share the path and</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Have-video-output-open-in-full-screen/m-p/1183657#M18866</link>
      <description>&lt;P&gt;Please share the path and file extension&amp;nbsp;of the script you are modifying. Since you are using the Raspberry Pi, the actual sample code should be&amp;nbsp;under "&lt;EM&gt;&amp;lt;path-to&amp;gt;/open_model_zoo/demos/security_barrier_camera_demo"&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;Once you edit and add your changes to &lt;EM&gt;main.cpp,&amp;nbsp;&lt;/EM&gt;you may need to re-build the sample (under "&amp;lt;path-to&amp;gt;/open_model_zoo/demos/build" run&amp;nbsp;"&lt;EM&gt;make&lt;/EM&gt;&amp;nbsp;&lt;EM&gt;security_barrier_camera_demo&lt;/EM&gt;").&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 17:22:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Have-video-output-open-in-full-screen/m-p/1183657#M18866</guid>
      <dc:creator>Luis_at_Intel</dc:creator>
      <dc:date>2020-02-10T17:22:00Z</dc:date>
    </item>
    <item>
      <title>I run it from~/open_model_zoo</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Have-video-output-open-in-full-screen/m-p/1183658#M18867</link>
      <description>&lt;P&gt;I run it from~/open_model_zoo/demos/build/armv7l/Release&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I'll mess with the main.cpp file where you suggeted...&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 18:17:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Have-video-output-open-in-full-screen/m-p/1183658#M18867</guid>
      <dc:creator>JVond</dc:creator>
      <dc:date>2020-02-10T18:17:00Z</dc:date>
    </item>
    <item>
      <title>Your code didn't work, but I</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Have-video-output-open-in-full-screen/m-p/1183659#M18868</link>
      <description>&lt;P&gt;Your code didn't work, but I did find where the size is determined and matched it to my screen resolution.&amp;nbsp; Now comes out well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did not find the same spot in the crossroad demo, however..&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 20:21:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Have-video-output-open-in-full-screen/m-p/1183659#M18868</guid>
      <dc:creator>JVond</dc:creator>
      <dc:date>2020-02-10T20:21:12Z</dc:date>
    </item>
    <item>
      <title>Hi Vondale, James,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Have-video-output-open-in-full-screen/m-p/1183660#M18869</link>
      <description>&lt;P&gt;Hi Vondale, James,&lt;/P&gt;&lt;P&gt;Edit the &lt;EM&gt;main.cpp&lt;/EM&gt; file under&amp;nbsp;&lt;EM&gt;~/open_model_zoo/demos/crossroad_camera_demo&amp;nbsp;&lt;/EM&gt;and include these lines code after&amp;nbsp;line #817:&lt;/P&gt;
&lt;PRE class="brush:bash; class-name:dark;"&gt;cv::namedWindow("Detection results", cv::WND_PROP_FULLSCREEN);
cv::setWindowProperty("Detection results", cv::WND_PROP_FULLSCREEN, cv::WINDOW_FULLSCREEN);&lt;/PRE&gt;

&lt;P&gt;Don't forget to rebuilt the sample for changes to take effect, as previously mentioned, under "&lt;EM&gt;~/open_model_zoo/demos/build&lt;/EM&gt;" run "&lt;EM&gt;make&amp;nbsp;crossroad_camera_demo&lt;/EM&gt;").&amp;nbsp;I have tested this and seems to be working fine, please give it a try.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Luis&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 19:15:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Have-video-output-open-in-full-screen/m-p/1183660#M18869</guid>
      <dc:creator>Luis_at_Intel</dc:creator>
      <dc:date>2020-02-12T19:15:00Z</dc:date>
    </item>
  </channel>
</rss>

