<?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: Problems understanding the code of pt_tutorial_3 in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/Problems-understanding-the-code-of-pt-tutorial-3/m-p/547162#M8354</link>
    <description>&lt;P&gt;Hello again!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;I am trying to do as you said, trying to design a new function for skeleton tracking, but when I try to compile it it shows many errors, which I've tried solving but with no success....It tells me PersonTrackingData is not initialized, and that vector is not well indicated (even though I followed the tutorial for Person Library Body Tracking). I am having problems visualizing the points as well. Could anybody pinpoint me how I could correct the code?&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here I send the main and the pt_console_display, along with the errors that I am shown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 28 Nov 2017 12:38:39 GMT</pubDate>
    <dc:creator>SCoop2</dc:creator>
    <dc:date>2017-11-28T12:38:39Z</dc:date>
    <item>
      <title>Problems understanding the code of pt_tutorial_3</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Problems-understanding-the-code-of-pt-tutorial-3/m-p/547158#M8350</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am trying to modify the code of pt_tutorial_3 of realsense_samples of Intel Realsense SDK so that it can show the coordinates all the time, and not only when it detects a pointing gesture -so that I can detect other gestures afterwards. How could I do this? I can see that it obtains the data from QueryPointingInfo().worldPointingData.direction.x / y / z but I don't understand where this comes from.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2017 12:27:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Problems-understanding-the-code-of-pt-tutorial-3/m-p/547158#M8350</guid>
      <dc:creator>SCoop2</dc:creator>
      <dc:date>2017-11-21T12:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problems understanding the code of pt_tutorial_3</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Problems-understanding-the-code-of-pt-tutorial-3/m-p/547159#M8351</link>
      <description>&lt;P&gt;Hello kopamundarain, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Thanks for contacting Intel customer support. &lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;The library you are trying to modify is a closed library, these meaning that the library does not have the capability to do what you are planning to do. &lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;In the following link you will find information on how to develop a library for body gestures: &lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;A href="https://software.intel.com/sites/products/realsense/person/developer_guide.html#"&gt;https://software.intel.com/sites/products/realsense/person/developer_guide.html#&lt;/A&gt; 3.2.6_Body_Gestures &lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Hope this information helps you. &lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Best regards, &lt;P&gt;&amp;nbsp;&lt;/P&gt;Juan N.</description>
      <pubDate>Wed, 22 Nov 2017 00:38:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Problems-understanding-the-code-of-pt-tutorial-3/m-p/547159#M8351</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-11-22T00:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problems understanding the code of pt_tutorial_3</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Problems-understanding-the-code-of-pt-tutorial-3/m-p/547160#M8352</link>
      <description>&lt;P&gt;Hello, thanks for the reply!&lt;/P&gt;&lt;P&gt;I have been checking the link that you have sent and indeed it seems the best option for me. Only, I am not very familiar with the C++ language so I have some questions: do I have put everything in the same cpp file?  is it enough including the commands indicated in the body tracking section? I basically want to detect the 6 points indicated in the body tracking section so I'd be more than happy if I could run that sample. &lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2017 11:15:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Problems-understanding-the-code-of-pt-tutorial-3/m-p/547160#M8352</guid>
      <dc:creator>SCoop2</dc:creator>
      <dc:date>2017-11-22T11:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problems understanding the code of pt_tutorial_3</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Problems-understanding-the-code-of-pt-tutorial-3/m-p/547161#M8353</link>
      <description>&lt;P&gt;Hello kopamundarain, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Not everything has to go on in the same CPP file but the SDK is Class-based so separate files do different functionality. The sample uses the code in samples/common/console_display/pt_console_display.hpp to get the QueryPointingInfo. A high understanding of C++ is required in order for you to customize the code to do what you are planning. &lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Best Regards, &lt;P&gt;&amp;nbsp;&lt;/P&gt;Juan N.</description>
      <pubDate>Thu, 23 Nov 2017 01:08:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Problems-understanding-the-code-of-pt-tutorial-3/m-p/547161#M8353</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-11-23T01:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problems understanding the code of pt_tutorial_3</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Problems-understanding-the-code-of-pt-tutorial-3/m-p/547162#M8354</link>
      <description>&lt;P&gt;Hello again!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;I am trying to do as you said, trying to design a new function for skeleton tracking, but when I try to compile it it shows many errors, which I've tried solving but with no success....It tells me PersonTrackingData is not initialized, and that vector is not well indicated (even though I followed the tutorial for Person Library Body Tracking). I am having problems visualizing the points as well. Could anybody pinpoint me how I could correct the code?&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here I send the main and the pt_console_display, along with the errors that I am shown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2017 12:38:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Problems-understanding-the-code-of-pt-tutorial-3/m-p/547162#M8354</guid>
      <dc:creator>SCoop2</dc:creator>
      <dc:date>2017-11-28T12:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problems understanding the code of pt_tutorial_3</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Problems-understanding-the-code-of-pt-tutorial-3/m-p/547163#M8355</link>
      <description>&lt;P&gt;Hello Kopamundarain, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Unfortunately debugging custom made code is out of the scope of this community, it would be recommended for you to submit your question on our developer community. &lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Here is the link to the developer community. &lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;A href="https://github.com/IntelRealSense/librealsense"&gt;https://github.com/IntelRealSense/librealsense&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Thanks for your understanding. &lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Best Regards, &lt;P&gt;&amp;nbsp;&lt;/P&gt;Juan N.</description>
      <pubDate>Thu, 30 Nov 2017 01:51:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Problems-understanding-the-code-of-pt-tutorial-3/m-p/547163#M8355</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-11-30T01:51:43Z</dc:date>
    </item>
  </channel>
</rss>

