-
Notifications
You must be signed in to change notification settings - Fork 66
Multi View Player
Vlad St edited this page Oct 25, 2019
·
1 revision
A tool to explore .cdv files.
Multi-View Player is a tool developed in order to playback and explore .cdv files, which is the standard recording format of our Volumetric Capture system. User can not only view the recorded files in an effortless way, but also can dump color and depth images as well as pointclouds.
Multi-View Player can operate in two modes, one being as GUI (the default one) and the other being a command-line application (used for automated dumping). The software will run in GUI mode, unless it explicitly called from command line without the --gui
argument.
Arguments for command line Multi-View Player tool are briefly described below
-h,--help Print this help message and exit
-g,--gui Whether use this program as Multi-View Player.
-f,--files TEXT ... Which files should be dumped.
-o,--output TEXT Where to save the output
--force_creation Requires: -o,--output Excludes: -g,--gui
If used will create "output" directory.
--fps_sync Excludes: -g,--gui
Use fps to compute threshold of synchronization.
--fps INT Excludes: -g,--gui
Nominal FPS of recorded files. Default value: 30
--threshold INT Excludes: -g,--gui
Temporal offset that is used for grouping. Default value: 16
--depth Excludes: -g,--gui Whether dump depth.
--color Excludes: -g,--gui Whether dump color.
--pcloud Excludes: -g,--gui Whether dump pointcloud.
--color_pcloud Excludes: -g,--gui
Whether dump colored pointcloud.
--is_pcloud_calibrated Excludes: -g,--gui
If this flag is set and the extrinsics data are stored in the file, pointclouds will be calibrated.
--show_progress Excludes: -g,--gui
Show progress bar of saving.
--sample_freq INT Excludes: -g,--gui
Frequency of saving frames (i.e. save every "sample_freq" frames). Default value: 1
Multi-View Player operates in GUI mode, providing the above functionalities in a GUI manner.