Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6477 Discussions

Failed to compile visual studio project using OpenVino

Neves__João_Carlos
454 Views

I created a new empty project using Visual Studio, and copied the code available in one of the samples provided in the Openvino. 

Also, I copied from the sample the C++ include directories and linker directories.

Nevertheless, the project fails to compile due to the following error:

d:\openvinoproject\humandetection\humandetection\main.cpp(36): error C2512: 'InferenceEngine::PluginDispatcher': no appropriate default constructor available

issue in the following line:

PluginDispatcher P = PluginDispatcher({ "" });

Were someone able to create a project from scratch using openvino?

0 Kudos
0 Replies
Reply