Is it possible to display variable text data on the streams using the SDK?

Is it possible to display variable text data on the streams using the SDK? We use radar level units to send back the level in our tanks. I’d like to pull in the radar level information and display on or near the video stream. I’d also like to have a link to the camera stream that if clicked would take the user to the control panel for that tank (external link).

Does this sound like something that is possible using the sdk?

Thank you

Overlays could be the solution.

Try to explore the Smart Client Overlay on Event plugin sample.

http://doc.developer.milestonesys.com/html/index.html?base=samples/scoverlayonevent.html&tree=tree_1.html

The sample is a plugin sample and overlays can also be used on the ImageViewerControl in a standalone application.

Thank you Bo. I will check that out.