diff --git a/example/main.cpp b/example/main.cpp index d0ec63a31..03f91ee3c 100644 --- a/example/main.cpp +++ b/example/main.cpp @@ -43,9 +43,9 @@ int main(int argc, char** argv) std::cout << (cv::ocl::useOpenCL() ? "OpenCL is enabled" : "OpenCL not used") << std::endl; int exampleNum = parser.get("example"); - int asyncPipeline = parser.get("async"); + int asyncPipeline = 0; // parser.get("async"); - switch (exampleNum) + switch (5/*exampleNum*/) { case 0: MouseTracking(parser);