OpenVINO 2022.1 introduces a new version of OpenVINO API (API 2.0). For more information on the changes and transition steps, see the transition guide
Enum to define possible device protocols. More…
#include <myriad_properties.hpp> enum Protocol { PCIE = 0, USB = 1, };
Enum to define possible device protocols.
PCIE
Will use a device with PCIE protocol.
USB
Will use a device with USB protocol.