This page relates to OpenVINO 2022.3 (LTS). Go to the latest documentation for up-to-date information.
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.