Hi! I’d like to know, why the nveos (provided by the three functions) is needed in the first place? Why didn’t you use a standard EOS event and message?
Thanks!
**• DeepStream 5.0 **
Hi! I’d like to know, why the nveos (provided by the three functions) is needed in the first place? Why didn’t you use a standard EOS event and message?
Thanks!
**• DeepStream 5.0 **
could you be more specific?
Thanks!
I mean those functions: NVIDIA DeepStream SDK API Reference: Message Functions
The functions in NVIDIA DeepStream SDK API Reference: Message Functions are interfaces to get the eos and the source_id of the stream who send the eos in the batch for the multiple streams case.
There is a sample of how to use these interface in /opt/nvidia/deepstream/deepstream/sources/apps/sample_apps/deepstream-test3/deepstream_test3_app.c
deepstream-test3 can get the source_id of the stream when it received eos message in bus_call.