Skip to content

Chroma key

Chroma Key The chroma key feature is activated as follows:

E.g.:

VideoGrabber.PlayerFileName := 'my video clip.avi'; VideoGrabber.SetImageOverlayFromImageFile ('my background image.jpg'); VideoGrabber.ImageOverlay_ChromaKeyRGBColor := $FF0000; // the blue color VideoGrabber.ImageOverlay_ChromaKeyLeewayPercent := 20; // 20% VideoGrabber.ImageOverlay_ChromaKey := true; VideoGrabber.ImageOverlayEnabled := true; VideoGrabber.OpenPlayer; To use several image overlay, see "Applying several image overlays concurrently" in the "Graphic overlays " chapter.