diff --git a/Sources/src/Visnode/main.cpp b/Sources/src/Visnode/main.cpp index df50d7e..e2013cf 100644 --- a/Sources/src/Visnode/main.cpp +++ b/Sources/src/Visnode/main.cpp @@ -7,7 +7,7 @@ int main(int argc, char* argv[]) { unsigned num_cpus = std::thread::hardware_concurrency(); cout << num_cpus <<" cores detected" << endl; - +std::cout << cv::getBuildInformation() << std::endl; //psvr::Psvr::open(); diff --git a/Sources/src/Visnode/prog b/Sources/src/Visnode/prog index 84a622c..59d54d8 100755 Binary files a/Sources/src/Visnode/prog and b/Sources/src/Visnode/prog differ