<?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: Query skeleton using R200 camera with C#  SDK in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/Query-skeleton-using-R200-camera-with-C-SDK/m-p/519231#M6972</link>
    <description>&lt;P&gt;I edited Realsense library as this blog tutorial, but nothing changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://mtaulty.com/2016/05/11/windows-10-wpf-realsense-sr300-person-tracking-continued/"&gt;https://mtaulty.com/2016/05/11/windows-10-wpf-realsense-sr300-person-tracking-continued/&lt;/A&gt; &lt;A href="https://mtaulty.com/2016/05/11/windows-10-wpf-realsense-sr300-person-tracking-continued/"&gt;https://mtaulty.com/2016/05/11/windows-10-wpf-realsense-sr300-person-tracking-continued/&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Numbers of skeleton always return 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to contact Mtaulty but failed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you give me any other solution?&lt;/P&gt;</description>
    <pubDate>Sat, 19 Aug 2017 16:14:46 GMT</pubDate>
    <dc:creator>NMinh1</dc:creator>
    <dc:date>2017-08-19T16:14:46Z</dc:date>
    <item>
      <title>Query skeleton using R200 camera with C#  SDK</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Query-skeleton-using-R200-camera-with-C-SDK/m-p/519227#M6968</link>
      <description>&lt;P&gt;I'm working with SDK 2016 R2 to get Skeleton points with my R200 camera. Setting up is ok but it's alway return 0 values. I heared that I need change the mode to "interactive" but I can't find any way to  set it.&lt;/P&gt;&lt;P&gt;Can you solve this problem?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if the problem can not be solved, I think I will create a console app with C++ (It works fine) and print the skeleton points data, and the C#  app will read and process it. Any way better? Can you tell me?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2017 15:22:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Query-skeleton-using-R200-camera-with-C-SDK/m-p/519227#M6968</guid>
      <dc:creator>NMinh1</dc:creator>
      <dc:date>2017-08-11T15:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Query skeleton using R200 camera with C#  SDK</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Query-skeleton-using-R200-camera-with-C-SDK/m-p/519228#M6969</link>
      <description>&lt;P&gt;The command is TRACKING_MODE_INTERACTIVE.  A comment linked to below has a script showing how the instruction is used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also note in the script that Skeleton mode is Enabled.  Enabling Skeleton mode is, according to other Skeleton mode users, the other thing you have to do to get Skeleton Tracking working, as it is apparently disabled by default.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2017 15:42:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Query-skeleton-using-R200-camera-with-C-SDK/m-p/519228#M6969</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-08-11T15:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: Query skeleton using R200 camera with C#  SDK</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Query-skeleton-using-R200-camera-with-C-SDK/m-p/519229#M6970</link>
      <description>&lt;P&gt;But I can't find SetTrackingMode function in C#  library, but in C++ Library, it exist. The sample code in the link is use C++ library. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my enable Skeleton code, I think it's ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;senseManager.EnablePersonTracking();&lt;/P&gt;&lt;P&gt;            personModule = senseManager.QueryPersonTracking();&lt;/P&gt;&lt;P&gt;            personConfig = personModule.QueryConfiguration();&lt;/P&gt;&lt;P&gt;            personConfig.QuerySkeletonJoints().Enable();&lt;/P&gt;&lt;P&gt;            personConfig.QuerySkeletonJoints().SetTrackingArea(PXCMPersonTrackingConfiguration.SkeletonJointsConfiguration.SkeletonMode.AREA_FULL_BODY);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i get numbers of skeleton, it returns 0.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2017 16:06:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Query-skeleton-using-R200-camera-with-C-SDK/m-p/519229#M6970</guid>
      <dc:creator>NMinh1</dc:creator>
      <dc:date>2017-08-11T16:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: Query skeleton using R200 camera with C#  SDK</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Query-skeleton-using-R200-camera-with-C-SDK/m-p/519230#M6971</link>
      <description>&lt;P&gt;This discussion features a user who was trying to get skeleton tracking working in C#  and was getting 0 returned.  They provide a C#  script (in the C#  version of the code, PXCM is used instead of PXC, like you did in your own script.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/en-us/forums/realsense/topic/685380"&gt;https://software.intel.com/en-us/forums/realsense/topic/685380&lt;/A&gt; RealSense R200: How resolve call to QueryJoints (C# ) causing exception?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe that if the code is fine then skeleton tracking works once it has been Enabled.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2017 16:36:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Query-skeleton-using-R200-camera-with-C-SDK/m-p/519230#M6971</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-08-11T16:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: Query skeleton using R200 camera with C#  SDK</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Query-skeleton-using-R200-camera-with-C-SDK/m-p/519231#M6972</link>
      <description>&lt;P&gt;I edited Realsense library as this blog tutorial, but nothing changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://mtaulty.com/2016/05/11/windows-10-wpf-realsense-sr300-person-tracking-continued/"&gt;https://mtaulty.com/2016/05/11/windows-10-wpf-realsense-sr300-person-tracking-continued/&lt;/A&gt; &lt;A href="https://mtaulty.com/2016/05/11/windows-10-wpf-realsense-sr300-person-tracking-continued/"&gt;https://mtaulty.com/2016/05/11/windows-10-wpf-realsense-sr300-person-tracking-continued/&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Numbers of skeleton always return 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to contact Mtaulty but failed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you give me any other solution?&lt;/P&gt;</description>
      <pubDate>Sat, 19 Aug 2017 16:14:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Query-skeleton-using-R200-camera-with-C-SDK/m-p/519231#M6972</guid>
      <dc:creator>NMinh1</dc:creator>
      <dc:date>2017-08-19T16:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Query skeleton using R200 camera with C#  SDK</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Query-skeleton-using-R200-camera-with-C-SDK/m-p/519232#M6973</link>
      <description>&lt;P&gt;I have carefully researched both this forum and the old RealSense forum that was used before this one.  In all the cases of people who were trying skeleton and tracking and getting '0' returned, I could find only one person who got it working.  They posted a script that seems to be C++ (I know you need C# ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;People found that whilst the C++ Person Tracking sample for the R200 provided with the SDK worked, they could not adapt the code for their own projects and just got '0' returned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is unfortunately no further information on this subject to research to try to find a solution.  The best chance of a resolution may be if an Intel member picks up the case and researches it, as they have access to internal expertise that I do not.  Good luck!&lt;/P&gt;</description>
      <pubDate>Sat, 19 Aug 2017 18:10:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Query-skeleton-using-R200-camera-with-C-SDK/m-p/519232#M6973</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-08-19T18:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: Query skeleton using R200 camera with C#  SDK</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Query-skeleton-using-R200-camera-with-C-SDK/m-p/519233#M6974</link>
      <description>&lt;P&gt;I have found a solution for this problem.&lt;/P&gt;&lt;P&gt;The most important thing you have to do is SetTrackingMode to TRACKING_MODE_INTERACTIVE, but the C #  SDK does not have a function to do that.&lt;/P&gt;&lt;P&gt;So I tried to edit the pxcclr.cs library, but there is no function named SetTrackingMode.&lt;/P&gt;&lt;P&gt;I go deeper, I try to edit the cpp2c library, there is a function called SetTrackingMode, set the default value to TRACKING_MODE_INTERACTIVE, build a DLL file, import to project, and I succeeded.&lt;/P&gt;</description>
      <pubDate>Sun, 20 Aug 2017 05:45:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Query-skeleton-using-R200-camera-with-C-SDK/m-p/519233#M6974</guid>
      <dc:creator>NMinh1</dc:creator>
      <dc:date>2017-08-20T05:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: Query skeleton using R200 camera with C#  SDK</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Query-skeleton-using-R200-camera-with-C-SDK/m-p/519234#M6975</link>
      <description>&lt;P&gt;Awesome news!  People have struggled with the skeleton tracking 'returns 0' problem for a very long time, so it's great that they have a new possibility to try.  Many thanks!  &lt;/P&gt;</description>
      <pubDate>Sun, 20 Aug 2017 06:31:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Query-skeleton-using-R200-camera-with-C-SDK/m-p/519234#M6975</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-08-20T06:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: Query skeleton using R200 camera with C#  SDK</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Query-skeleton-using-R200-camera-with-C-SDK/m-p/519235#M6976</link>
      <description>&lt;P&gt;Hello! Can somebody post  fixed libpxccpp2c.dll for x64?&lt;/P&gt;&lt;P&gt; I can't compile mine, it get me errors. (compile for x86 is good, but x64 - error "unresolved external symbol _UnityPluginUnload@0" and "_UnityPluginload@4")&lt;/P&gt;&lt;P&gt; It will be great if someone can help me&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 00:19:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Query-skeleton-using-R200-camera-with-C-SDK/m-p/519235#M6976</guid>
      <dc:creator>DMosk1</dc:creator>
      <dc:date>2017-11-16T00:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: Query skeleton using R200 camera with C#  SDK</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Query-skeleton-using-R200-camera-with-C-SDK/m-p/519236#M6977</link>
      <description>&lt;P&gt;I haven't seen that error before.  I've attached a copy of the x64 DLL of the file from my own installation of the '2016 R2' SDK.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 00:31:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Query-skeleton-using-R200-camera-with-C-SDK/m-p/519236#M6977</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-11-16T00:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Query skeleton using R200 camera with C#  SDK</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Query-skeleton-using-R200-camera-with-C-SDK/m-p/519237#M6978</link>
      <description>&lt;P&gt;Hi, thanks for the answer!&lt;/P&gt;&lt;P&gt;But,i think you missunderstand me(sorry, bad english)&lt;/P&gt;&lt;P&gt;It will be great, if someone post a rebuilded dll of libpxccpp2c.dll(for x64), with clovers1254 solution to problem with SetTrakingMode(edit the libpxccpp2c library, there is a function called SetTrackingMode, set the default value to TRACKING_MODE_INTERACTIVE, build a DLL file)&lt;/P&gt;&lt;P&gt;I can rebuild this DLL from sources by myself for x86, but then i try to do this for x64, VS gives me errors, that i mentioned above(Don't know why).&lt;/P&gt;&lt;P&gt;Maybe somebody here can do this&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 00:47:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Query-skeleton-using-R200-camera-with-C-SDK/m-p/519237#M6978</guid>
      <dc:creator>DMosk1</dc:creator>
      <dc:date>2017-11-16T00:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: Query skeleton using R200 camera with C#  SDK</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Query-skeleton-using-R200-camera-with-C-SDK/m-p/519238#M6979</link>
      <description>&lt;P&gt;Going back to the start of this old discussion, I.see what you mean now.  You would like someone to edit the cpp2c file and post an updated dll built from the edit.  My apologies for the misunderstanding.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 07:18:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Query-skeleton-using-R200-camera-with-C-SDK/m-p/519238#M6979</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-11-16T07:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Query skeleton using R200 camera with C#  SDK</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Query-skeleton-using-R200-camera-with-C-SDK/m-p/519239#M6980</link>
      <description>&lt;P&gt;Hello Clovers1254, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am happy to see your answer, can you share your modified libpxccpp2c.dll file? Or any suggestion to be able to edit this file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2018 10:21:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Query-skeleton-using-R200-camera-with-C-SDK/m-p/519239#M6980</guid>
      <dc:creator>anguy7</dc:creator>
      <dc:date>2018-03-21T10:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: Query skeleton using R200 camera with C#  SDK</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Query-skeleton-using-R200-camera-with-C-SDK/m-p/519240#M6981</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;i'm struggling to get the Skeleton tracking work with the C#  SDK and R200 camera.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried the solution mentioned by clovers1254 and haven't found any function with the name SetTrackingMode in the cpp2c library.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know where i can find this function or know the solution in detail, to set the default value ?&lt;/P&gt;</description>
      <pubDate>Mon, 07 May 2018 10:29:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Query-skeleton-using-R200-camera-with-C-SDK/m-p/519240#M6981</guid>
      <dc:creator>PSeeb</dc:creator>
      <dc:date>2018-05-07T10:29:25Z</dc:date>
    </item>
  </channel>
</rss>

