Skip to content

Node for using a video file as video topic source.

Notifications You must be signed in to change notification settings

ctu-vras/movie_publisher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

movie_publisher Stack

This stack contains several tools for using movie files in ROS (playback, conversion to bag files etc.).

The most important package is movie_publisher.

Metadata

movie_publisher can also extract various interesting metadata from the image and movie files, like GNSS location, camera calibration, image orientation etc. To extract the metadata, several extractors are available:

The extractors are found automatically by pluginlib as all packages specifying <export><movie_publisher metadata_plugins="${prefix}/plugins.xml" /></export> in package.xml.

Each extractor implements interface metadata_extractor.h by providing some raw metadata. metadata_manager.h is a meta-extractor that uses all loaded extractors to get as much metadata as possible, possibly providing cross-dependencies between individual extractors (e.g. lensfun needs to know camera name, but it cannot figure it itself, so it relies on some other extractor to provide the name).

About

Node for using a video file as video topic source.

Resources

Stars

Watchers

Forks

Packages

No packages published