| Functions | |
| def | create_video | 
| Variables | |
| tuple | args = parser.parse_args() | 
| tuple | parser | 
| string | PKG = 'bag_tools' | 
| tuple | tmp_dir = tempfile.mkdtemp() | 
| def make_video.create_video | ( | tmp_dir, | |
| args | |||
| ) | 
Definition at line 42 of file make_video.py.
| tuple make_video::args = parser.parse_args() | 
Definition at line 76 of file make_video.py.
| tuple make_video::parser | 
00001 argparse.ArgumentParser( 00002 description= 00003 'Creates a video from sensor_msgs/Image messages from a bagfile. ' 00004 'This script uses the extract_images binary to extract color images ' 00005 'from bagfiles and calls ffmpeg afterwards to combine them together ' 00006 'to form a video. Note that ffmpeg must be installed on your system.')
Definition at line 66 of file make_video.py.
| string make_video::PKG = 'bag_tools' | 
Definition at line 33 of file make_video.py.
| tuple make_video::tmp_dir = tempfile.mkdtemp() | 
Definition at line 77 of file make_video.py.