.. _program_listing_file_include_depthai_common_CameraExposureOffset.hpp: Program Listing for File CameraExposureOffset.hpp ================================================= |exhale_lsh| :ref:`Return to documentation for file ` (``include/depthai/common/CameraExposureOffset.hpp``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #pragma once // std #include namespace dai { enum class CameraExposureOffset : int32_t { START, MIDDLE, END }; } // namespace dai