I am benchmarking few things like frame rate(fps), total time, total inference time etc using python app under apps_python as ti documented.
Is there a way to measure latency?
Basically, we wanted to measure latency between capturing of frames to playback those frames with or without remote sink.
For more info, as of now we configure h264/h265 video files as Input and output as saving files into .mkv/.mov/.mp4. Please have a look below screen for more details
similar way we tried to be figured out measuring of latency with or without remote sinks.
In simpler words, we want to measure latency between capture frame and playback frames with or without dl-inference.
Kindly help on this. Thanks