<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Gesture Detection on Mamadou Babaei</title>
    <link>https://www.babaei.net/tags/gesture-detection/</link>
    <description>Recent content in Gesture Detection on Mamadou Babaei</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 07 Dec 2024 18:31:00 +0100</lastBuildDate><atom:link href="https://www.babaei.net/tags/gesture-detection/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Procedural Virtual Hand Mesh Animation Using OpenXR Hand-Tracking in Unreal Engine</title>
      <link>https://www.babaei.net/blog/unreal-engine-openxr-hand-tracking-procedural-virtual-hand-mesh-animation/</link>
      <pubDate>Sat, 07 Dec 2024 18:31:00 +0100</pubDate>
      
      <guid>https://www.babaei.net/blog/unreal-engine-openxr-hand-tracking-procedural-virtual-hand-mesh-animation/</guid>
      <description>&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.babaei.net/css/hugo-easy-gallery.css&#34; /&gt;
&lt;div class=&#34;box&#34; &gt;
  &lt;figure  itemprop=&#34;associatedMedia&#34; itemscope itemtype=&#34;http://schema.org/ImageObject&#34;&gt;
    &lt;div class=&#34;img&#34;&gt;
      &lt;img itemprop=&#34;thumbnail&#34; src=&#34;https://www.babaei.net/blog/unreal-engine-openxr-hand-tracking-procedural-virtual-hand-mesh-animation/unreal-engine-openxr-hand-tracking-procedural-virtual-hand-mesh-animation.webp&#34; alt=&#34;Procedural Virtual Hand Mesh Animation Using OpenXR Hand-Tracking in Unreal Engine&#34;/&gt;
    &lt;/div&gt;
    &lt;a href=&#34;https://www.babaei.net/blog/unreal-engine-openxr-hand-tracking-procedural-virtual-hand-mesh-animation/unreal-engine-openxr-hand-tracking-procedural-virtual-hand-mesh-animation.webp&#34; itemprop=&#34;contentUrl&#34;&gt;&lt;/a&gt;
      &lt;figcaption&gt;
          &lt;p&gt;Procedural Virtual Hand Mesh Animation Using OpenXR Hand-Tracking in Unreal Engine&lt;/p&gt;
      &lt;/figcaption&gt;
  &lt;/figure&gt;
&lt;/div&gt;

&lt;p&gt;Building on the &lt;a href=&#34;https://www.babaei.net/blog/virtual-reality-openxr-hand-tracking-gesture-recognition-detection-unreal-engine/&#34;&gt;Introduction to Virtual Reality, OpenXR Hand-Tracking, and Gesture Recognition in Unreal Engine&lt;/a&gt; tutorial, this slightly more advanced tutorial will dive deeper into the following topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Transitioning seamlessly between motion controller and hand-tracking modes in Unreal Engine.&lt;/li&gt;
&lt;li&gt;Adding custom debugging gizmos to improve development and testing workflows.&lt;/li&gt;
&lt;li&gt;Visualizing debug virtual hands by incorporating the custom gizmos.&lt;/li&gt;
&lt;li&gt;Animating virtual hand meshes with OpenXR hand-tracking data, moving beyond basic joint representation with cubes.&lt;/li&gt;
&lt;li&gt;Re-using and adapting the gesture recognition code from the introductory tutorial to integrate with the new animated virtual hand meshes.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This guide will help you take your VR projects to the next level with polished and practical implementations.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Introduction to Virtual Reality, OpenXR Hand-Tracking, and Gesture Recognition in Unreal Engine</title>
      <link>https://www.babaei.net/blog/virtual-reality-openxr-hand-tracking-gesture-recognition-detection-unreal-engine/</link>
      <pubDate>Sat, 09 Nov 2024 01:10:00 +0100</pubDate>
      
      <guid>https://www.babaei.net/blog/virtual-reality-openxr-hand-tracking-gesture-recognition-detection-unreal-engine/</guid>
      <description>&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.babaei.net/css/hugo-easy-gallery.css&#34; /&gt;
&lt;div class=&#34;box&#34; &gt;
  &lt;figure  itemprop=&#34;associatedMedia&#34; itemscope itemtype=&#34;http://schema.org/ImageObject&#34;&gt;
    &lt;div class=&#34;img&#34;&gt;
      &lt;img itemprop=&#34;thumbnail&#34; src=&#34;https://www.babaei.net/blog/virtual-reality-openxr-hand-tracking-gesture-recognition-detection-unreal-engine/virtual-reality-openxr-hand-tracking-gesture-recognition-detection-unreal-engine.webp&#34; alt=&#34;Introduction to Virtual Reality, OpenXR Hand-Tracking, and Gesture Recognition in Unreal Engine&#34;/&gt;
    &lt;/div&gt;
    &lt;a href=&#34;https://www.babaei.net/blog/virtual-reality-openxr-hand-tracking-gesture-recognition-detection-unreal-engine/virtual-reality-openxr-hand-tracking-gesture-recognition-detection-unreal-engine.webp&#34; itemprop=&#34;contentUrl&#34;&gt;&lt;/a&gt;
      &lt;figcaption&gt;
          &lt;p&gt;Introduction to Virtual Reality, OpenXR Hand-Tracking, and Gesture Recognition in Unreal Engine&lt;/p&gt;
      &lt;/figcaption&gt;
  &lt;/figure&gt;
&lt;/div&gt;

&lt;p&gt;Here&amp;rsquo;s a lesser-known fact about me. Once upon a time, when it was just me and the dinosaurs&amp;hellip; Okay, maybe not that far back, but long before VR headsets, the Metaverse, and the social media craze, I used to teach people things for 8 years! I loved it so much that, honestly, I could talk for hours (don&amp;rsquo;t worry, I won&amp;rsquo;t in this video)!&lt;/p&gt;
&lt;p&gt;Anyway, enough of my rambling! Recently, I rediscovered that passion for teaching, and I&amp;rsquo;m thrilled to kick off a VR tutorial series in Unreal Engine. That&amp;rsquo;s why, as the introductory step into this series, we&amp;rsquo;re diving hands-first into the fascinating world of virtual reality.&lt;/p&gt;
&lt;p&gt;But, before we jump in, make sure to hit that subscribe button so you don&amp;rsquo;t miss any of my VR adventures.&lt;/p&gt;
&lt;p&gt;Ready? Let&amp;rsquo;s bring those virtual hands to life!&lt;/p&gt;
&lt;p&gt;Find the link to the video tutorial and the project repository down below.&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>
