<?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 How am I be able to capture the distance of a person being tracked in a video stream? in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/How-am-I-be-able-to-capture-the-distance-of-a-person-being/m-p/477287#M4668</link>
    <description>&lt;P&gt;Hi everyone, I want to know how can I utilise RealSense D435 to obtain the distance from a person front facing toward the camera in a video stream?&lt;/P&gt;&lt;P&gt;To be more specific, I wish to obtain and track their distance either based on their face or body skeleton. I'm currently using C#  to develop this project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already have my code partially done but it's just basic that is to obtain the video stream but I have no idea how can I identify their distance from the camera and display it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Thu, 15 Mar 2018 08:20:29 GMT</pubDate>
    <dc:creator>SWong19</dc:creator>
    <dc:date>2018-03-15T08:20:29Z</dc:date>
    <item>
      <title>How am I be able to capture the distance of a person being tracked in a video stream?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/How-am-I-be-able-to-capture-the-distance-of-a-person-being/m-p/477287#M4668</link>
      <description>&lt;P&gt;Hi everyone, I want to know how can I utilise RealSense D435 to obtain the distance from a person front facing toward the camera in a video stream?&lt;/P&gt;&lt;P&gt;To be more specific, I wish to obtain and track their distance either based on their face or body skeleton. I'm currently using C#  to develop this project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already have my code partially done but it's just basic that is to obtain the video stream but I have no idea how can I identify their distance from the camera and display it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2018 08:20:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/How-am-I-be-able-to-capture-the-distance-of-a-person-being/m-p/477287#M4668</guid>
      <dc:creator>SWong19</dc:creator>
      <dc:date>2018-03-15T08:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: How am I be able to capture the distance of a person being tracked in a video stream?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/How-am-I-be-able-to-capture-the-distance-of-a-person-being/m-p/477288#M4669</link>
      <description>&lt;P&gt;If most of your code is done, you may be able to obtain the distance by converting the C language sample below to C# .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/tree/master/examples/C/distance"&gt;https://github.com/IntelRealSense/librealsense/tree/master/examples/C/distance&lt;/A&gt; librealsense/examples/C/distance at master · IntelRealSense/librealsense · GitHub &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If more complex detection of people specifically is required, you may need to combine SDK 2.0 with a person tracking module in the OpenCV software platform.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2018 09:20:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/How-am-I-be-able-to-capture-the-distance-of-a-person-being/m-p/477288#M4669</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-03-15T09:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: How am I be able to capture the distance of a person being tracked in a video stream?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/How-am-I-be-able-to-capture-the-distance-of-a-person-being/m-p/477289#M4670</link>
      <description>&lt;P&gt;Thank you very much. But sadly I have no fundamentals in C language so it will take some time for me to digest the code.  &lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2018 09:58:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/How-am-I-be-able-to-capture-the-distance-of-a-person-being/m-p/477289#M4670</guid>
      <dc:creator>SWong19</dc:creator>
      <dc:date>2018-03-15T09:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: How am I be able to capture the distance of a person being tracked in a video stream?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/How-am-I-be-able-to-capture-the-distance-of-a-person-being/m-p/477290#M4671</link>
      <description>&lt;P&gt;I located C#  depth code examples in the .NET wrapper section of the SDK documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/tree/master/wrappers/csharp"&gt;https://github.com/IntelRealSense/librealsense/tree/master/wrappers/csharp&lt;/A&gt; librealsense/wrappers/csharp at master · IntelRealSense/librealsense · GitHub &lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2018 10:02:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/How-am-I-be-able-to-capture-the-distance-of-a-person-being/m-p/477290#M4671</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-03-15T10:02:49Z</dc:date>
    </item>
  </channel>
</rss>

