Tool/software:
Hello all,
I've been trying for a couple of days to come up with a solution to add date, time and camera name as an overlay on video streams. It seemed like adding "clockoverlay" and "textoverlay" gstreamer plugins to my pipe would do the trick but it is dropping my framerate from ~15 to ~3 FPS. It does seem to perform better by reducing the font size but going lower than 10 font size/pixels starts to be an eyechart test for the average user. clockoverlay also won't display milliseconds due to using the strftime() function. I think these plugins are also creating a bottle neck as they apply the overlay using library pango. I've tried using an OTB font to see if it would improve performance but that hasn't noticeably helped. Tens of millisecond resolution would be a workable solution for my requirements.
Does anyone know of a better way to add/overlay this information into a video stream?
Thank you,
Steve T