Is there a way within the Milestone SDK to write camera name and the date to an image that we pull from a JPEGVideoSource in the smart client?

I see that I could do this using C# such as graphics.DrawString, but I was hoping there was a way to get the image timestamped through the SDK.

Hi. No, SDK doesn’t provide any custom way of doing this, so you need to use just C# way.