Latency of nvv4l2decoder is not consistent across batche numebrs.
I see that initially it is very low. But for the later batch numbers, it goes very high.
my question,
Is streammux latency fine in my case ?
is Nvv4l2decoder latency fine in my case ?
my MUXER_BATCH_TIMEOUT is 150
and streammux Batch Size is = number of sources.
But I think this is normal. I think your rtsp stream contains b frames. When nvv4l2decoder decodes these b frames, it needs to wait for the reference i frames and p frames to be received and decoded. This may result in delayed data accuracy
Please refer to this FAQ.
If you have multiple RTSP cameras, nvstreammux will be affected by the slowest stream when forming a batch.