Skip to content

visualcamp/seeso-sample-windows

Repository files navigation

SeeSo Windows Sample(C++)

Releases

See Release

Sample Demo Requirements

Notes

  • Visual Studio 2015 or below is not tested.

Build

  1. Sign in to seeso.io and download a SeeSo Windows SDK from SeeSo console page
  2. Copy the seeso folder to this project.
  3. Get a license key from SeeSo console page and copy your key to main.cpp
    // authenticate
    const char* license_key = "PUT YOUR LICENSE KEY HERE"; // paste your key here
    
  4. Download OpenCV Windows library from https://opencv.org/releases/
  5. Copy the extracted opencv into this project's opencv directory
    By now, the project structure should be like below
  6. Build the project with CMake
    • You can load a CMake project with IDEs, such as CLion or Visual Studio
    • Or you can build with command line
    cmake -B build -DCMAKE_BUILD_TYPE=Release
    cmake --build build --config Release
    
    • vcpkg is not supported yet. If you want to build with Visual Studio project instead of CMake, you have to manually implement the source codes and third party libraries.

If you have any problems, feel free to contact us