<?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 Adding new gestures - some tips in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Adding-new-gestures-some-tips/m-p/1036964#M44376</link>
    <description>&lt;P&gt;I don't know if this is much help to anyone as it is not yet completed, but I've made progress in figuring out how to add new gestures.&lt;/P&gt;

&lt;P&gt;This procedure is based on the C++ hand viewer demo:&lt;/P&gt;

&lt;P&gt;The dropdown list of gestures is created on the fly based on the contents in:&lt;/P&gt;

&lt;P&gt;D:\ProgramData\Intel\RSSDK\v3\data\hand_data\Gestures&lt;/P&gt;

&lt;P&gt;That folder contains two files for each gesture. One apparently sets up the format of the data and the other provides the data.&lt;/P&gt;

&lt;P&gt;I'm creating code to recognize American Sign Language fingerspelling. Three of the existing gestures are identical to American Sign Language, but use a different name. All I need to do to adjust those to my needs is change the file names and then change the references within the files to refer to the correct updated gesture name.&lt;/P&gt;

&lt;P&gt;The spreadfingers gesture is the same as the American Sign Language (ASL) 5_hand. Here are the steps:&lt;/P&gt;

&lt;OL&gt;
	&lt;LI&gt;Go to the gestures folder (see above) and copy the spreadfingers files to the desktop,&lt;/LI&gt;
	&lt;LI&gt;Rename both files "5_hand" (leaving the extensions alone).&lt;/LI&gt;
	&lt;LI&gt;Open the 5_hand.xml file and use search and replace - changing "spreadfingers" to "5_hand" in Notepad+ (highly recommended for search and replace across multiple documents).&lt;/LI&gt;
	&lt;LI&gt;Drag the updated files back into the gestures folder.&lt;/LI&gt;
	&lt;LI&gt;Run the handviewer example and the new gestures should appear and work.&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Next step - figuring out he .gesta file structure so I can create NEW gestures instead of just renaming existing gestures.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Does anyone have the .gesta data structure already figured out?&lt;/STRONG&gt; If I can figure out the structure, I can create an editor - maybe even something to convert hand poses from Poser, Daz, or iClone.&lt;/P&gt;</description>
    <pubDate>Wed, 31 Dec 2014 16:58:06 GMT</pubDate>
    <dc:creator>Scott_W_1</dc:creator>
    <dc:date>2014-12-31T16:58:06Z</dc:date>
    <item>
      <title>Adding new gestures - some tips</title>
      <link>https://community.intel.com/t5/Software-Archive/Adding-new-gestures-some-tips/m-p/1036964#M44376</link>
      <description>&lt;P&gt;I don't know if this is much help to anyone as it is not yet completed, but I've made progress in figuring out how to add new gestures.&lt;/P&gt;

&lt;P&gt;This procedure is based on the C++ hand viewer demo:&lt;/P&gt;

&lt;P&gt;The dropdown list of gestures is created on the fly based on the contents in:&lt;/P&gt;

&lt;P&gt;D:\ProgramData\Intel\RSSDK\v3\data\hand_data\Gestures&lt;/P&gt;

&lt;P&gt;That folder contains two files for each gesture. One apparently sets up the format of the data and the other provides the data.&lt;/P&gt;

&lt;P&gt;I'm creating code to recognize American Sign Language fingerspelling. Three of the existing gestures are identical to American Sign Language, but use a different name. All I need to do to adjust those to my needs is change the file names and then change the references within the files to refer to the correct updated gesture name.&lt;/P&gt;

&lt;P&gt;The spreadfingers gesture is the same as the American Sign Language (ASL) 5_hand. Here are the steps:&lt;/P&gt;

&lt;OL&gt;
	&lt;LI&gt;Go to the gestures folder (see above) and copy the spreadfingers files to the desktop,&lt;/LI&gt;
	&lt;LI&gt;Rename both files "5_hand" (leaving the extensions alone).&lt;/LI&gt;
	&lt;LI&gt;Open the 5_hand.xml file and use search and replace - changing "spreadfingers" to "5_hand" in Notepad+ (highly recommended for search and replace across multiple documents).&lt;/LI&gt;
	&lt;LI&gt;Drag the updated files back into the gestures folder.&lt;/LI&gt;
	&lt;LI&gt;Run the handviewer example and the new gestures should appear and work.&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Next step - figuring out he .gesta file structure so I can create NEW gestures instead of just renaming existing gestures.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Does anyone have the .gesta data structure already figured out?&lt;/STRONG&gt; If I can figure out the structure, I can create an editor - maybe even something to convert hand poses from Poser, Daz, or iClone.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Dec 2014 16:58:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Adding-new-gestures-some-tips/m-p/1036964#M44376</guid>
      <dc:creator>Scott_W_1</dc:creator>
      <dc:date>2014-12-31T16:58:06Z</dc:date>
    </item>
    <item>
      <title>Note:</title>
      <link>https://community.intel.com/t5/Software-Archive/Adding-new-gestures-some-tips/m-p/1036965#M44377</link>
      <description>&lt;P&gt;Note:&lt;/P&gt;

&lt;P&gt;The file path may be different. I have a dual boot Operating System setup, so my Windows 8 is on drive D. Most people will have it on drive C.&lt;/P&gt;

&lt;P&gt;My computer:&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;D:\Pr&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;ogramData\Intel\RSSDK\v3\data\hand_data\Gestures&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Most will find the gesture folder here:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;C:\ProgramData\Intel\RSSDK\v3\data\hand_data\Gestures&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jan 2015 17:22:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Adding-new-gestures-some-tips/m-p/1036965#M44377</guid>
      <dc:creator>Scott_W_1</dc:creator>
      <dc:date>2015-01-01T17:22:48Z</dc:date>
    </item>
  </channel>
</rss>

