enum ov::intel_myriad::Protocol

Overview

Enum to define possible device protocols. More…

#include <myriad_properties.hpp>

enum Protocol
{
    PCIE = 0,
    USB  = 1,
};

Detailed Documentation

Enum to define possible device protocols.

Enum Values

PCIE

Will use a device with PCIE protocol.

USB

Will use a device with USB protocol.