Program Listing for File CameraImageOrientation.hpp
↰ Return to documentation for file (include/depthai/common/CameraImageOrientation.hpp)
#pragma once
#include <cstdint>
namespace dai {
enum class CameraImageOrientation : int32_t { AUTO = -1, NORMAL, HORIZONTAL_MIRROR, VERTICAL_FLIP, ROTATE_180_DEG };
} // namespace dai