<?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 I have found the swipe in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Touchless-listbox/m-p/1020285#M37900</link>
    <description>&lt;P&gt;I have found the swipe gesture very difficult to activate. Sometimes it works, sometimes it doesn't.&lt;/P&gt;

&lt;P&gt;What would be useful is a diagram of what a swipe actually is. Is it a flat hand, or a finger? Must it stay parallel to the camera, or swipe in an arc? What kind of speed is recognised? How far do you have to move for a swipe to be registered?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 11 Dec 2014 11:07:22 GMT</pubDate>
    <dc:creator>steve-vink</dc:creator>
    <dc:date>2014-12-11T11:07:22Z</dc:date>
    <item>
      <title>Touchless listbox</title>
      <link>https://community.intel.com/t5/Software-Archive/Touchless-listbox/m-p/1020283#M37898</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;

&lt;P&gt;I am trying out the touchless list box functionality. &amp;nbsp;The Sample works fine but my use case is &amp;nbsp;simpler that the one in the sample.&lt;/P&gt;

&lt;P&gt;In my test code , I just want to select one of the 2 options. How can I do that using the touchless controller.?&lt;/P&gt;

&lt;P&gt;I tried adding swipeleft and swiperight gesture.as in the documentation.&lt;/P&gt;

&lt;P&gt;tc.AddGestureActionMapping("SwipeLeft", PXCMTouchlessController.Action.Action_NextTrack)&lt;/P&gt;

&lt;P&gt;How I use this statement to select a button on screen. I want to &amp;nbsp;select an option if user swipes right and another if user swipes left.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thank You,&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Shaleen&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Dec 2014 10:23:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Touchless-listbox/m-p/1020283#M37898</guid>
      <dc:creator>HexLord</dc:creator>
      <dc:date>2014-12-11T10:23:56Z</dc:date>
    </item>
    <item>
      <title>Also, I am not able to get</title>
      <link>https://community.intel.com/t5/Software-Archive/Touchless-listbox/m-p/1020284#M37899</link>
      <description>&lt;P&gt;Also, I am not able to get the swipe gesture to work. It does not get recognized.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Dec 2014 10:25:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Touchless-listbox/m-p/1020284#M37899</guid>
      <dc:creator>HexLord</dc:creator>
      <dc:date>2014-12-11T10:25:52Z</dc:date>
    </item>
    <item>
      <title>I have found the swipe</title>
      <link>https://community.intel.com/t5/Software-Archive/Touchless-listbox/m-p/1020285#M37900</link>
      <description>&lt;P&gt;I have found the swipe gesture very difficult to activate. Sometimes it works, sometimes it doesn't.&lt;/P&gt;

&lt;P&gt;What would be useful is a diagram of what a swipe actually is. Is it a flat hand, or a finger? Must it stay parallel to the camera, or swipe in an arc? What kind of speed is recognised? How far do you have to move for a swipe to be registered?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Dec 2014 11:07:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Touchless-listbox/m-p/1020285#M37900</guid>
      <dc:creator>steve-vink</dc:creator>
      <dc:date>2014-12-11T11:07:22Z</dc:date>
    </item>
    <item>
      <title>the closest diagram I can</title>
      <link>https://community.intel.com/t5/Software-Archive/Touchless-listbox/m-p/1020286#M37901</link>
      <description>&lt;P&gt;the closest diagram I can point you to quickly ishttp://www.samsung.com/ph/smarttv/common/guide_book_3p_si/img/hand2.png. It's a fairly slow movement- maybe 2 seconds max from the straight down to finish.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Dec 2014 16:41:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Touchless-listbox/m-p/1020286#M37901</guid>
      <dc:creator>Colleen_C_Intel</dc:creator>
      <dc:date>2014-12-11T16:41:56Z</dc:date>
    </item>
    <item>
      <title> hi,</title>
      <link>https://community.intel.com/t5/Software-Archive/Touchless-listbox/m-p/1020287#M37902</link>
      <description>&lt;P style="line-height: 19.5120010375977px;"&gt;&amp;nbsp;hi,&lt;/P&gt;

&lt;P style="line-height: 19.5120010375977px;"&gt;I have issue in touchless controller. I tried running an application from the documentation but it does not detect hand when presented in front of the camera. Here's the code.&lt;/P&gt;

&lt;P style="line-height: 19.5120010375977px;"&gt;Also, I dont see any complete applications or code snippets in the documentation.&amp;nbsp;&lt;/P&gt;

&lt;P style="line-height: 19.5120010375977px;"&gt;I&amp;nbsp;void OnFiredUXEvent(PXCMTouchlessController.UXEventData uxEventData) {&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp;// handle the event….&lt;BR /&gt;
	};&lt;BR /&gt;
	&amp;nbsp;&lt;BR /&gt;
	// Create a SenseManager instance.&lt;BR /&gt;
	PXCMSenseManager sm=PXCMSenseManager.CreateInstance();&lt;BR /&gt;
	&amp;nbsp;&lt;BR /&gt;
	// Enable the touchless controller feature.&lt;BR /&gt;
	sm.EnableTouchlessController();&lt;BR /&gt;
	&amp;nbsp;&lt;BR /&gt;
	// Initialize the pipeline&lt;BR /&gt;
	sm.Init();&lt;BR /&gt;
	&amp;nbsp;&lt;BR /&gt;
	// Get the module instance&lt;BR /&gt;
	PXCMTouchlessController tc=sm.QueryTouchlessController();&lt;BR /&gt;
	&amp;nbsp;&lt;BR /&gt;
	// register for the ux events&lt;BR /&gt;
	tc.SubscribeEvent(OnFiredUXEvent);&lt;BR /&gt;
	&amp;nbsp;&lt;BR /&gt;
	// Streaming data&lt;BR /&gt;
	while (sm.AcquireFrame(true)&amp;gt;=pxcmStatus.PXCM_STATUS_NO_ERROR) {&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp;sm.ReleaseFrame();&lt;BR /&gt;
	}&lt;BR /&gt;
	&amp;nbsp;&lt;BR /&gt;
	// Clean up&lt;BR /&gt;
	sm.Dispose();&lt;/P&gt;

&lt;P style="line-height: 19.5120010375977px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="line-height: 19.5120010375977px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="line-height: 19.5120010375977px;"&gt;Thanks,&lt;/P&gt;

&lt;P style="line-height: 19.5120010375977px;"&gt;Shaleen&lt;/P&gt;</description>
      <pubDate>Fri, 19 Dec 2014 08:23:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Touchless-listbox/m-p/1020287#M37902</guid>
      <dc:creator>HexLord</dc:creator>
      <dc:date>2014-12-19T08:23:48Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Software-Archive/Touchless-listbox/m-p/1020288#M37903</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Just tested the code you sent, When a hand with open palm is presented in front of the camera I get the right event thrown to&amp;nbsp;OnFiredUXEvent.&lt;/P&gt;

&lt;P&gt;Did you try to add some log to that method?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Yinon&lt;/P&gt;</description>
      <pubDate>Wed, 24 Dec 2014 11:53:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Touchless-listbox/m-p/1020288#M37903</guid>
      <dc:creator>Yinon_O_Intel</dc:creator>
      <dc:date>2014-12-24T11:53:56Z</dc:date>
    </item>
    <item>
      <title>hi, </title>
      <link>https://community.intel.com/t5/Software-Archive/Touchless-listbox/m-p/1020289#M37904</link>
      <description>&lt;P&gt;hi,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;I get that event as well. But I wanted to get the cursor to move when the hand is moved . I think it needs some code to be written in the CursorMove event.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Also could you tell &amp;nbsp;me if it is possible to map another gesture to fire the Select event. Currently , tap gesture fires the Select event.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Shaleen&lt;/P&gt;</description>
      <pubDate>Wed, 24 Dec 2014 12:14:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Touchless-listbox/m-p/1020289#M37904</guid>
      <dc:creator>HexLord</dc:creator>
      <dc:date>2014-12-24T12:14:04Z</dc:date>
    </item>
  </channel>
</rss>

