<?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: Possible to replicate RS Viewer? in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/Possible-to-replicate-RS-Viewer/m-p/585876#M11052</link>
    <description>&lt;P&gt;Another application, that has been shown to work with D430, is the 'vvvv Toolkit'.  If that does not meet your project needs either, I wish you luck with figuring out the RealSense Viewer code.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://vvvv.org/"&gt;https://vvvv.org/&lt;/A&gt; &lt;A href="https://vvvv.org/"&gt;https://vvvv.org/&lt;/A&gt; &lt;/P&gt;</description>
    <pubDate>Fri, 05 Oct 2018 08:19:11 GMT</pubDate>
    <dc:creator>MartyG</dc:creator>
    <dc:date>2018-10-05T08:19:11Z</dc:date>
    <item>
      <title>Possible to replicate RS Viewer?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Possible-to-replicate-RS-Viewer/m-p/585871#M11047</link>
      <description>&lt;P&gt;Hello there! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the D435 and trying to create a custom application with it. Have tried Qt, but having some issues with it. &lt;/P&gt;&lt;P&gt;Hence, I would like to ask if it is possible to replicate the RS Viewer app, and if so, what libraries are used? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you! &lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 06:21:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Possible-to-replicate-RS-Viewer/m-p/585871#M11047</guid>
      <dc:creator>EFoo</dc:creator>
      <dc:date>2018-10-05T06:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: Possible to replicate RS Viewer?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Possible-to-replicate-RS-Viewer/m-p/585872#M11048</link>
      <description>&lt;P&gt;Like the rest of RealSense SDK 2.0, the RealSense Viewer is open-source and you can create your own custom version.  The Viewer is available at the page linked to below.   The dependencies used by the application are described on this page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/tree/master/tools/realsense-viewer"&gt;https://github.com/IntelRealSense/librealsense/tree/master/tools/realsense-viewer&lt;/A&gt; librealsense/tools/realsense-viewer at master · IntelRealSense/librealsense · GitHub &lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 06:33:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Possible-to-replicate-RS-Viewer/m-p/585872#M11048</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-10-05T06:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: Possible to replicate RS Viewer?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Possible-to-replicate-RS-Viewer/m-p/585873#M11049</link>
      <description>&lt;P&gt;Hi Marty,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yeah, but thing is the realsense-viewer.cpp and 3 other source files are not really well documented (code comment wise). Also, the README on the Github is the same situation..&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 07:11:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Possible-to-replicate-RS-Viewer/m-p/585873#M11049</guid>
      <dc:creator>EFoo</dc:creator>
      <dc:date>2018-10-05T07:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: Possible to replicate RS Viewer?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Possible-to-replicate-RS-Viewer/m-p/585874#M11050</link>
      <description>&lt;P&gt;Sometimes you just have to use trial and error experimentation to change one bit of code at a time and see what happens.  In the mid-Eighties, this used to be called POKEing, because you poked at completely undocumented variables to see what a change did to the program.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you'd like a possible alternative to QT and are using Windows, TouchDesigner have updated their TOP system (which manipulates camera image data) to work with D415 and D435.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.derivative.ca/RealSense_TOP"&gt;https://docs.derivative.ca/RealSense_TOP&lt;/A&gt; TouchDesigner Documentation - RealSense TOP&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 07:22:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Possible-to-replicate-RS-Viewer/m-p/585874#M11050</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-10-05T07:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: Possible to replicate RS Viewer?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Possible-to-replicate-RS-Viewer/m-p/585875#M11051</link>
      <description>&lt;P&gt;Yes I have been trying.. this one is challenging to say the least!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways, TouchDesigner is not quite what I am looking for but still, thanks for the suggestion. I believe the UI is built using ImGui, so its cool to see how it turns out! &lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 08:02:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Possible-to-replicate-RS-Viewer/m-p/585875#M11051</guid>
      <dc:creator>EFoo</dc:creator>
      <dc:date>2018-10-05T08:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: Possible to replicate RS Viewer?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Possible-to-replicate-RS-Viewer/m-p/585876#M11052</link>
      <description>&lt;P&gt;Another application, that has been shown to work with D430, is the 'vvvv Toolkit'.  If that does not meet your project needs either, I wish you luck with figuring out the RealSense Viewer code.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://vvvv.org/"&gt;https://vvvv.org/&lt;/A&gt; &lt;A href="https://vvvv.org/"&gt;https://vvvv.org/&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 08:19:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Possible-to-replicate-RS-Viewer/m-p/585876#M11052</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-10-05T08:19:11Z</dc:date>
    </item>
  </channel>
</rss>

