Kitware / kwiver

Pulls Together Computer Vision Algorithms into Highly-Modular Run-Time Configurable Systems
Other
189 stars 83 forks source link

Add video_input_ffmpeg_rewire #1826

Closed daniel-riehm closed 6 months ago

daniel-riehm commented 6 months ago

This PR adds a video_input which allows a user to "rewire" streams from some number of other video inputs, using or dropping them as desired, and presenting a unified result. Currently it does not have the functionality to incorporate metadata streams from non-video sources, e.g. JSON, but that is planned for a future PR.