Include gapi always equires openvino dll?

Hi @carter54

You’re using the pre-built binaries which are compiled with Intel OpenVINO by default. So yes, while DNN & IE are not required to run your particular graph, that functionality is already present there (it is not dynamically loaded so far).

If you need a lighter-weight version, you can try to build OpenCV with OPENCV_GAPI_INF_ENGINE support set to OFF at CMake level.