Open ohsewon opened 6 years ago
Issue by myungjoo-ham Monday Jul 30, 2018 at 10:33 GMT Originally opened as https://github.sec.samsung.net/STAR/nnstreamer/issues/368
Requirement:
source generation or in-the-middle filtering framerate throtting.
E.g.,
FILESRC (fast) --> QUEUE (leaky=2. # frame = 1) --> FILTER (slow) --> SINK
What if we do not lose and do not overfill queues at the same time?
Then, FIELSRC needs to feed QUEUE only when it's empty.
How do we do this?
Comment by git-bot-sec Monday Jul 30, 2018 at 10:33 GMT
:octocat: cibot: Thank you for posting issue #368. The person in charge will reply soon.
Issue by myungjoo-ham Monday Jul 30, 2018 at 10:33 GMT Originally opened as https://github.sec.samsung.net/STAR/nnstreamer/issues/368
Requirement:
source generation or in-the-middle filtering framerate throtting.
E.g.,
FILESRC (fast) --> QUEUE (leaky=2. # frame = 1) --> FILTER (slow) --> SINK
What if we do not lose and do not overfill queues at the same time?
Then, FIELSRC needs to feed QUEUE only when it's empty.
How do we do this?