// Copyright (c) 2012-2017 VideoStitch SAS // Copyright (c) 2018 stitchEm #include "libvideostitch/imuData.hpp" #include "libvideostitch/orah/exposureData.hpp" namespace VideoStitch { class MetadataParser { public: static bool parse(const std::string& textLine, videoreaderid_t inputOffset, std::pair& potentialMeasure, std::map& exposure, std::map& whiteBalance, std::map& toneCurve); }; } // namespace VideoStitch