Leaper Vision Toolkit
Quick Guide


Install with Zip Package

  1. Extract the lpv_sdk_x.x.x.x.zip file to any directory.
  2. [Optional] If you don't have Visual C++ Redistributable Package 14 or higher installed on your machine, you may have to download then install one from Microsoft's official website(https://support.microsoft.com/en-us/topic/the-latest-supported-visual-c-downloads-2647da03-1eea-4433-9aff-95f26a218cc0), or our link.
  3. You should then manually register the LPV dlls.

Manual Registration

  1. RMC the reg_run_as_admin.bat file under the root runner folder, click Run as administrator. It will then register all licensed LPV modules of all platforms(both x86 and x64).
  2. Double click to run the check_lpv_module_path.bat file under the root runner folder, it will print out the path of all well-registered LPV modules.

Use the Installer

Download the lpv_x.x.x.x_installer.exe. It's a self-installing archive that includes the LPV binaries and documents. It also helps installing the VC++ Redistributable Package and registering the LPV dlls.

Licensing

Full Version: Use Dongle

  1. For Sense dongle, download then install the driver software from the official site or our download link here.
  2. Plug in the dongle of LPV. Make sure the key lights up.
  3. Open lpvAssistant application under the installed folder or from the start menu shortcut.
  4. In Dongles group, switch to View Licenses panel, review license status of all modules.

Trial Version: Use License File

Note: This approach is only for short-term evaluation, you'll be notified when the trial period expired, please contact us or your LPV SDK Tech Support.

  1. Open lpvAssistant application under the installed folder or from the start menu shortcut.
  2. In Licenses Files group, switch to Activate Licenses panel then click Generate Key File button. It generates a lpv.key file under your selected directory.
  3. Send the generated lpv.key file to us or your LPV SDK Tech Support. We will send you back a .lic license file.
  4. Click Activate button in the same panel and choose the correct license file.
  5. The assistant will test the licenses and pop up "Successfully licensed!" message box if everything works fine.
  6. You may review license status of all modules in View Licenses panel.

Legacy

  1. Run lpvKeyTool.exe under the installed folder. It generates a lpv.key file on your desktop.
  2. Send the generated lpv.key file to us or your LPV SDK Tech Support. We will send you back a .lic license file.
  3. You may use any of the following approach to deploy the license file:
  • Put the license file under the root runner folder(./runner).
  • Put the license file under the user folder(AppData%/LPV).
  • Open any demo application, it will pop up the unlicensed warning dialog, click RETRY and upload the license file, we will copy it for you to the right folder.



Integration

Add LPV Libraries to Visual Studio Projects