Program Listing for File ConnectionInterface.hpp
↰ Return to documentation for file (include/depthai/common/ConnectionInterface.hpp)
#pragma once
#include <cstdint>
namespace dai {
enum class ConnectionInterface : int32_t { USB, ETHERNET, WIFI };
} // namespace dai