See Release
- SeeSo Windows SDK
- Must be issued a license key in SeeSo Console
- Windows
- C++ 11 or higher
- CMake 3.5 or higher
- OpenCV
Notes
- Visual Studio 2015 or below is not tested.
- Sign in to seeso.io and download a SeeSo Windows SDK from SeeSo console page
- Copy the
seeso
folder to this project. - 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
- Download OpenCV Windows library from https://opencv.org/releases/
- Copy the extracted
opencv
into this project'sopencv
directory
By now, the project structure should be like below
- 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