Program Listing for File FrameEvent.hpp

Return to documentation for file (include/depthai/common/FrameEvent.hpp)

#pragma once

// std
#include <cstdint>

namespace dai {

enum class FrameEvent : int32_t { NONE, READOUT_START, READOUT_END };

}  // namespace dai