ohsewon / test

0 stars 0 forks source link

[Advanced Queueing] Support aggregation #408

Open ohsewon opened 6 years ago

ohsewon commented 6 years ago

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.

ohsewon commented 6 years ago

Comment by git-bot-sec Monday Aug 27, 2018 at 05:07 GMT


:octocat: cibot: Thank you for posting issue #408. The person in charge will reply soon.