[Kwiver-users] KWIVER Docker Usage: KWIVER_PLUGIN_PATH

Bane Sullivan bane.sullivan at kitware.com
Fri Sep 4 10:51:02 EDT 2020


Hi all, I am attempting to use the KWIVER Docker image published here to extract KLV meta data from the public VIRAT FMV data set hosted here. I’m attempting to use the `kwiver dump-klv` command line tool with these videos but I am running into an issue where the ffmpeg video reader plugin isn’t found.

Does anyone have tips on how to configure this Docker image so that `KWIVER_PLUGIN_PATH` is set and ffmpeg is available? Perhaps there is larger issue with the Docker image since `KWIVER_PLUGIN_PATH` is not set and `kwiver/build/bin` is not in the PATH on start?

Here is the error I get when running `kwiver dump-klv 09152008flight2tape1_1.mpg” (the first video in that data folder):
	INFO: Could not load default logger factory. Using built-in logger.
	2020-09-04 14:33:28.58 WARN registration.cxx(123): Ignore Python Exception:
	2020-09-04 14:33:28.58 WARN registration.cxx(123): ModuleNotFoundError: No module named 'vital'
	2020-09-04 14:33:28.136 WARN registration.cxx(123): Ignore Python Exception:
	2020-09-04 14:33:28.136 WARN registration.cxx(123): ModuleNotFoundError: No module named 'vital'
	2020-09-04 14:33:28.139 WARN algorithm.cxx(189): Could not find implementation "ffmpeg" for "video_input"
	2020-09-04 14:33:28.139 WARN algorithm.cxx(250): Implementation 'ffmpeg' for algorithm type video_reader:type could not be found.
	2020-09-04 14:33:28.139 WARN algorithm.cxx(250): Make sure KWIVER_PLUGIN_PATH is set correctly. Available implementations are:
	2020-09-04 14:33:28.139 WARN algorithm.cxx(250): vidl_ffmpeg
	2020-09-04 14:33:28.139 WARN algorithm.cxx(250): filter
	2020-09-04 14:33:28.139 WARN algorithm.cxx(250): image_list
	2020-09-04 14:33:28.139 WARN algorithm.cxx(250): pos
	2020-09-04 14:33:28.139 WARN algorithm.cxx(250): splice
	2020-09-04 14:33:28.139 WARN algorithm.cxx(250): split
	Invalid video_reader config

Bane Sullivan
R&D Engineer
Kitware Inc.
https://www.kitware.com/bane-sullivan/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://public.kitware.com/pipermail/kwiver-users/attachments/20200904/ed9f5e30/attachment.htm>


More information about the Kwiver-users mailing list