Detecting gestures built with gesture builder

Hello everyone,
As i was going through the july 15th MVA PP slides, I haven't found any details about how to call a gesture detector from my code to recognize custom gestures built with Gesture builder. I'm not sure if the topic was discussed in the jump start session day,
I couldn't follow this section, it was held late during the night in CES time zone.
I would appreciate any help, guidelines or sample codes.
Regards

The recordings from the MVA sessions are live:  http://aka.ms/k4wv2jumpstart
As for the question about how to use the gesture builder database in your app, I've created a very basic example project you can use to see how this works.  You can get the code here: http://1drv.ms/1q2vGzK.  Here are the things to note:
Make sure to include the reference in your project to Microsoft.Kinect.VisualGestureBuilder DLL
In my example, I have a gesture builder database called "FlappyArms.gbd".  You need to change this to the name of your file
You need to put your .gbd file into the bin directory for your solution.  For this project, that would be ...\bin\x64\Debug
Make sure your project's target platform is "x64" and not "Any CPU"
You will also need to use the proper name for the gesture that you created.  Mine here is called "ArmFlap" so change this
I hope this gets you started.
Ben
Ben Lower [MSFT]

Similar Messages

  • Adobe InDesign CC 2014 Custom Panel Built With Extension Builder - Problem: Can't tab from one entry field to the next; Hitting tab instead hides all palettes; Is there a fix? This didn't happen in Adobe Indesign CC

    Adobe InDesign CC 2014 Custom Panel Built With Extension Builder - Problem: Can't tab from one entry field to the next; Hitting tab instead hides all palettes; Is there a fix? This didn't happen in Adobe Indesign CC

    This is planned to be fixed in the next release.

  • Apps built with Flex Builder 2 - 3 not compatible with new Flash Players and/or new browsers, FB4 OK

    My applications built with Flex Builder 2 and 3 do not start in new versions of Flash Player and/or new browsers when run remotely. I have not been able to test all combinations of FP and browser versions but there is no problem with applications built with Flash Builder 4. Does anyone have info on this?

    Hi Dimitar,
    Did you close all the browsers (and applications which use
    Flash Player) when you install Flex Builder 3 Beta 3 or Flash
    Player? You can try manually installing it from <FB install
    location>/player/ directory. Here're some
    installation/unintallation instructions of Flash Player:
    http://labs.adobe.com/wiki/index.php/Flex_3:Release_Notes#Installing_Flex_SDK_3_Beta_3
    thanks,
    Sharon

  • Project built with Flash Builder 4.6_Flex SDK, didn't work on Flash Builder 4.7_AIR SDK

    I have developed a project on flash builder 4.6 as a new action script project and I chose web & Flex SDK 4.6 (default), and now with Flash Builder 4.7, the project won't run, and the package available is AIR SDK only.. no flex!!

    Open your .actionScriptProperties file and set useFlashSDK to false.  This will allow you to use your older SDKs.  They are managed in the same way as Flash Builder 4.6 when this option is changed.

  • Error 1305 when installing LabVIEW 7.1 app built with app builder

    I have built an executable with installer from LabVIEW 7.1 app builder.  The app installs/works fine, however 1 user reported 'Error 1305' when installing the app from a DOS subset on a WinXP machine.  For example, a virtual drive is created using the DOS 'subst' command (see http://www.easydos.com/subst.html for more info), e.g. 'subst z: c:\temp'.  Now when running z:\setup.exe, the error 1305 is encountered.  If the same app is run from c:, e.g. 'c:\temp\setup.exe', it works fine.  Is this a bug in the installer, or in the OS...?

    Greetings,
    This is an architectural issue with the Microsoft Windows Installer and Windows, and will occur with any MSI (not just those from the app builder).  Under XP, a MSI cannot install from OR install to a location created by the "subst" command.  My understanding of why is that installSequence runs in the context of the MSI engine, which is running as "system" user.  But the subst command is a per-user setting (local to your account) so the MSI engine doesn't see it. 
    The only workaround is to run the MSI from a non-subst drive, or instead use network file shares (you can simulate what "subst" does by mounting an exported file share from the same machine).
    Regards,
    - WesW / NI

  • Installer built with Application Builder gives error "Cannot install, higher version already installed"

    I am having an issue with an installer which I created with the Application Builder. I have a project that I have successfully deployed. Subsequently I created another project (and vi) which is based on a copy of the originals, both with new file names. In the renamed project file, I changed all file names, paths, and all resources, to reflect the new names. I also changed the installer’s destination and install folders, of course. I reset the executable’s version number (in the Build Specification properties) to 1.0 (the original was 1.3). I then successfully built an executable and the application installer. However, when I run the installer (setup.exe), it gives a dialog (after the license screen) that it “Cannot install” because a “higher version already installed”.
    I’ve done exactly the same thing with other vi’s and projects of mine, and never had this issue. The installer correctly installs the newly created (and renamed) version where it is told to in the project file. Also, I’ve never had a problem deploying (installing) on my development PC either.
    I have carefully checked and rechecked to make sure there is no reference to the original executable or paths. What could be causing this behavior? I want to keep the two projects completely separate, so simply changing the version to higher than 1.3 is not an acceptable solution.
    Thanks to anyone in advance for any help and suggestions.
    Ed

    Yes, LV 8.5 does NOT give me control over the GUID. In the project file there are three such strings:
    "App_applicationGUID"
    "App_INI_aliasGUID"
    "App_INI_GUID"
    They all have different numbers and none of them match the GUID or PackageGUID in setup.ini. I don't know if they are related or not, but usually it's not a good idea to mess with (manually edit) files like these (project, ini, etc.) unless you know what you are doing. (For example, I do edit the setup.ini file to change some of the [Dialogs] parameters, but that is based on direction from NI support.)
    Anyway, like I said, I've made copies of projects before and never ran into this problem. At least I have a solution, however laborious, in creating a new project file from scratch.
    Let me know if anyone has more thoughts on this.
    Ed

  • VIs from LabView libraries not found in .exe built with Application Builder

    I have added VIs that are called by reference to the dynamic vi list in the App Builder, but some of them fail to run because of sub VIs that aren't found at runtime.
    These sub VIs are from the standard LabView libraries. For example: "Open/Create/Replace file.vi", "Write Key (I32).vi", "Open File+.vi" and "Read File+ (string).vi". Also, a typedef "ADC.flx.ctl" can't be found(from the Motion CustomControls library).
    Even if I have those VIs open when I compile all of my VIs (using Ctrl-Shift-Run), they can't be found when I run the executable.
    Brian Smith
    Advanced Light Source
    Lawrence Berkeley National Laboratory

    Are you running the executable on the development machine? If not, make sure that all the required drivers are installed on the target machine (i.e. NI-MOTION etc.).
    The version of the LabVIEW Runtime Engine also has to be the same as the LabVIEW development version.
    Under �Application Builder >> Target >> Build Options� make sure to choose �Single target file...�. This way all sub VIs will be compiled into the executable.
    In LabVIEW 7.1 you can choose to �Disconnect type definitions�� under the �Application Settings� in Application Builder. Does it help to remove the checkmark?
    Best regards,
    Philip C.
    Applications Engineer
    National Instruments
    www.ni.com/ask
    - Philip Courtois, Thinkbot Solutions

  • Cfreport cutting off lines on multiple pages created with report builder

    I have a report built with report builder and it appears that if you set the body to "stretch with overflow" that cfreport will "cut off" a line or two every time it paginates see attached for a simplified version of the report, I have removed all but the body on this (actual report has a watermark, report header, page header and page footer ...the problem is pretty apparnt with this scaled down version as you can see it's missing text from one page to the next ..any ideas/suggestions/known bug?? You can see a sample of the issue here: http://www.arroyoc.com/onlybody.pdf

    Hi Helen,
    As per my understanding, I think this issue is caused by width size is not appropriate in the report. To narrow down this issue, please make sure that Body Width + Left margin + Right margin <= (Page width).
    If the tablix is a matrix, because of the column group can expand to multiple columns, we should according to the following rule:
    Body Width + Extra expanded column width + Left margin + Right margin <= (Page width).
    Besides, please make sure there are no extra page breaks before each “R”. To check whether the issue is caused by the letter “R”, we can try to use another field to replace the Company Name field.
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Build iOS app with Flash Builder Burrito.

    I have some Android apps built with Flash Builder Burrito that I want to deploy on iOS.
    Can it work?
    How?
    Is the folowing working ? StageOrientationEvent and StageWebView Class
    Best regards,
    mark

    Solved it.  Just added the following in the <InfoAdditions> tag for iPhone in my app descriptor XML file:
      <key>UIRequiredDeviceCapabilities</key>
    <array>
    <string>wifi</string>
    <string>armv6</string>
    <string>armv7</string>
    </array>

  • Cross-comp​iling PC-to-Mac with App Builder?

    My company has LabView 6.1 PDS under Windows. However, I have a LabView
    application that I'd like to have run on a Macintosh. Is there any way to
    use the App Builder to generate a LabView executable that will run under the
    RTE on a Mac?
    Alternatively, would my license allow me to obtain a copy of the LabView PDS
    for Mac? I have no intention of violating any license restrictions, but I
    do understand the concerns that force them to exist . Even an older
    version of LabView (5.1 or 6.0.2 or whatever) would be OK -- the app is
    actually pretty low-tech,
    Best regards,
    Justin Goeres

    Justin,
    To do what you want to do, you will need to purchase LabVIEW and the Application Builder for the Macintosh and compile it there. LabVIEW is cross platform, but the results of the Application Builder are not. To produce a shared object library (.so or .dll) and/or an executable, one must use the Application Builder on the operating system they wish to use the created object.
    For more information, see KnowledgeBase 261GD4VW: Are Standalone Applications Built with Application Builder Platform Dependen....
    Randy Hoskin
    Applications Engineer
    National Instruments
    http://www.ni.com/ask

  • I have submitted build by xcode 6.1 but in itunes account shows us Apps and app updates submitted to the App Store must be built with Xcode 5.1.1 or later, and iOS 7 or later SDK after clicking the submit for review.

    I have submitted build by xcode 6.1 but in itunes account shows us Apps and app updates submitted to the App Store must be built with Xcode 5.1.1 or later, and iOS 7 or later SDK after clicking the submit for review.
    Please tell me the solution as soon as possible and i am able to remove the build.

    You have used Xcode 6.1 and it is a valid version, so you should not have any problem. Anyway, if there is any problem, Apple will contact with you to fix it before your app is published.

  • ActionScript syntax errors are not detection with Flash Builder 4

    I encountered a serious bug with Flash Builder 4, it is not showing ActionScript syntax error within an ActionScript class. How shall I fix this.
    Best Regards,

    Hi Mayank,
    Please find the further details below:
    Steps to Reproduce the bug:
    1. Create a Flex Project (say Test for example)
    2. Created a new ActionScript Class ABC.as within the Flex Project.
    on typing the following code (and even after saving it)
    package123 {
      public1234 class ABC {
      }blahblah123...
    Expeteded Behavior:
    ActionScript Editor should report an syntax errors with the following code.
    Present Beharvior
    no syntax error is detected. This is a regression in Flash Builder 4 as Flex Builder 3 detects ActionScript syntax error instantly (while typing).
    Best Regards

  • Deploying manually CC PKG file built with CC Packager. Not using any third party deployment tool. However after each 5 installations, the PKG files corrupt and cannot be use for a 6th installation. I have to build a new PKG file using CC packager.  Why ?

    Deploying manually CC PKG file built with CC Packager. Not using any third party deployment tool. However after each 5 installations, the PKG files corrupt and cannot be use for a 6th installation. I have to build a new PKG file using CC packager.  Why ?

    http://helpx.adobe.com/creative-cloud/packager.html
    http://forums.adobe.com/community/download_install_setup/creative_suite_enterprise_deploym ent

  • Performance of dialogs built with CS Extension Builder in Windows XP

    Are there any known performance issues with dialogs created with extension builder in Creative Suite applications (specifically InDesign) running on Windows XP?  I created a plugin, and whenever the dialogs are loaded on a machine running Windows XP, they consistently take about 9 seconds to load.  When I run on Windows 7, they load almost instantly.  This happens on machines running the same hardware.

    We haven't figured this one out yet, but we have determined that it only happens in InDesign Relase.  In Debug, the dialogs appear immediately.

  • What information is included in .exe's built with App. Builder? e.g. PC name

    I need to build an application (Windows XP executable) in LV 8.5.1 with Application Builder that is anonymous (not traceable).
    Apart from the info entered in the Build spec dialog box, what potentially traceable information is contained within the executable?
    I am thinking there might be LabView serial number(s), PC name, MAC address, processor serial number?
    Thanks
    MJC

    Why would you think that information would be in there? Those items have nothing to do with an application.
    What do you consider (besides what you've listed) to be non-anonymous?

Maybe you are looking for

  • Error in Tree's code

    Hi Guys!, I am creating the tree for my apex page and in that want to use different values stored in my database tables; for my need I am using the joint sql for the tree(code is given below), which I think is ok with APEX TREE. In below code: a.TO_V

  • How to increase the height of the text field in Adobe Central

    How do I increase the height of the text field in Adobe Central?  I know how to change the font size but visually the height of the text field (<0.5cm) looks too small. I want to be able to print the form and fill it out by hand. But the text field h

  • Rank function in sql

    Hi All, May I know the options oracle provides to know the first non null value in a group Thanks in advance

  • How to reactivate a student and teacher edition of lightroom when the computer it was initially installed on has died?

    The Windows computer that I activated my copy of Lightroom 4 Student and Teacher edition died. I deactivated the program but now I do not know how to re-activate the program on the new computer. What can I do?

  • Battery Count on MacBook Pro Retina?

    How do you know how many cycle counts are on a MacBook Pro Retina 15.3" ? On eBay there are some like new ones for sale and it states" 244 cycles" ? Do different models have different battery charges before you need to replace the battery? How about