pip install mindrove
This will install the mindrove
package and you can access it ( examples are provided under the /examples/python folder )
To integrate the Mindrove NuGet package into your C# project, follow these steps:
- Open your project in Visual Studio.
- Navigate to the Tools menu and select NuGet Package Manager > Manage NuGet Packages for Solution....
- In the Browse tab:
- Search for Mindrove in the search box.
- Select the appropriate package from the results.
- Choose your project from the list of projects displayed.
- Click the Install button and confirm any prompts to complete the installation.
Check out the MindRove-specific C++ library from the latest release. Find the link to the latest release above in this readme, at the "Download the binaries of the latest version" section.
Check out the MindRove-specific MATLAB library. Find the link to the latest release above in this readme, at the "Download the binaries of the latest version" section.
For using the SDK we provided the binaries for x64 win systems in win64/ and for linux in linux/ folder
To get started, we provided a C# code as a standalone example and the same code integrated into Unity. You can find these examples under the examples/ folder.
If you are interested in using or developing hand gesture recognition software, you might want to check out our public and open-source NaviFlame GitHub repo.
For any bugs or if the rest of the platform binaries are needed, please make an issue.