Menu Close

How to display an image over the live RTSP preview

How Can We Help?

< Back
You are here:
Print

How to display an image over the live RTSP preview

Videograbber1.VideoSource = vs_IPCamera;
Videograbber1.IPCameraURL = …RTSP URL…
Videograbber1.SetImageOverlayFromFile (0, “c:\folder\image.bmp”) ;
Videograbber1.SetImageOverlay_Height (0, 60);
Videograbber1.SetImageOverlay_Width (0, 100);
Videograbber1.SetImageOverlay_TopLocation (0, 10);
Videograbber1.SetImageOverlay_LeftLocation (0, 10);
Videograbber1.SetImageOverlay_Enabled (0, true);
Videograbber1.StartPreview();

Table of Contents