Common base for all metadata extractors that utilize EXIF data. More...
#include <memory>#include <string>#include <compass_msgs/Azimuth.h>#include <cras_cpp_common/optional.hpp>#include <movie_publisher/metadata_extractor.h>#include <movie_publisher/metadata_manager.h>#include <ros/time.h>#include <sensor_msgs/NavSatFix.h>
Go to the source code of this file.
Classes | |
| class | movie_publisher::ExifBaseMetadataExtractor |
| Common base for all metadata extractors that utilize EXIF data. More... | |
| struct | movie_publisher::ExifData< T > |
Namespaces | |
| compass_conversions | |
| movie_publisher | |
Typedefs | |
| typedef std::string | movie_publisher::ExifAscii |
| typedef uint8_t | movie_publisher::ExifByte |
| typedef uint32_t | movie_publisher::ExifLong |
| typedef double | movie_publisher::ExifRational |
| typedef uint16_t | movie_publisher::ExifShort |
| typedef int32_t | movie_publisher::ExifSLong |
| typedef double | movie_publisher::ExifSRational |
| typedef int16_t | movie_publisher::ExifSShort |
| typedef std::vector< uint8_t > | movie_publisher::ExifUnknown |
Common base for all metadata extractors that utilize EXIF data.
Definition in file ExifBaseMetadataExtractor.h.