For incoming stream, aggregate pre-defined numbers of elements and push the aggregated as a single frame. Support "moving window" concept as well.
For example, with incoming stream with frame 1, 2, 3, ...., the outgoing (to be fed to tensor_filter) stream is
[1, 2, 3, 4], [3, 4, 5, 6], [5, 6, 7, 8], ...., where [a, b, c, d] is an aggregated frame.
I'm not sure if we need yet another feature in NNStreamer of we can reuse what gstreamer already has.
Issue by myungjoo-ham Monday Aug 27, 2018 at 05:07 GMT Originally opened as https://github.sec.samsung.net/STAR/nnstreamer/issues/408
New Feature or Gstreamer-Usage Required.
For incoming stream, aggregate pre-defined numbers of elements and push the aggregated as a single frame. Support "moving window" concept as well.
For example, with incoming stream with frame 1, 2, 3, ...., the outgoing (to be fed to tensor_filter) stream is [1, 2, 3, 4], [3, 4, 5, 6], [5, 6, 7, 8], ...., where [a, b, c, d] is an aggregated frame.
I'm not sure if we need yet another feature in NNStreamer of we can reuse what gstreamer already has.