Hi,
Can I use DVR RDK to measure total latency?
I can use VcapVenc_printStatistics to display below message:
CH | Bitrate (Kbps) | FPS | Key-frame FPS | Width (max/min) | Height (max/min) | Latency (max/min)|TimeStamp|Capture Timestamp
------------------------------------------------------------------------------------------------------------------------------
0 | 6329.59 | 30.0 | 3.8 | 1280 / 1280 | 720 / 720 | 31204 / 4095| 165396 | 165396
1 | 2186.74 | 30.0 | 3.7 | 640 / 640 | 360 / 360 | 31216 / 4095| 165396 | 165396
But I don't know the unit of latency. millisecond? microsecond?
And the Latency is encodetimestamp - timestamp(capture timestamp), does it mean the Latency is the time from capture link to encoder;s output?
or
I need to use Vsys_printDetailedStatistics to get all message from M3 and sum all latency?
or I need add DEI latency + SCL latency + Enc latency (+capture + nsf+dup+merge, I don't know how to get these latency of link ) ?
Thanks