Program Listing for File DeviceModelZoo.hpp
↰ Return to documentation for file (include/depthai/common/DeviceModelZoo.hpp)
#pragma once
namespace dai {
enum class DeviceModelZoo { NEURAL_DEPTH_LARGE, NEURAL_DEPTH_MEDIUM, NEURAL_DEPTH_SMALL, NEURAL_DEPTH_NANO };
} // namespace dai