Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 890 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 890 Bytes

SEI Pioneer - AVMR

Requirements

Build

  1. Open CMake
  2. Specify source code (e.g., ~/vlSDK/Windows/Examples)
  3. Specify where to build (e.g., ~/vlSDK/Windows/Examles/build)
  4. Click on Configure and select Visual Studio
  5. If OpenCV_DIR can't be found, change its value to ~/opencv/build
  6. Click on Generate and Open Project
  7. In Visual Studio, right-click on the project and Build
  8. Go on Project -> Properties and modify the Command Arguments (use Space to separate them)
  9. First argument is the path to the .vl file
  10. Second argument is the path to the license.xml file
  11. Start Debug session