Consumer

NvSciError
NvSciStreamConsumerCreate(
    NvSciStreamBlock const  queue,
    NvSciStreamBlock *const consumer
)
media/image21.png
  • A queue block must be provided for each consumer block at creation.
  • Consumer blocks have a single input connection and no output connections.