videoBlend

fnbool videoBlend(gstvideo.video_frame.VideoFrame dest, gstvideo.video_frame.VideoFrame src, int x, int y, float globalAlpha)

Lets you blend the src image into the dest image

Parameters

destThe #GstVideoFrame where to blend src in
srcthe #GstVideoFrame that we want to blend into
xThe x offset in pixel where the src image should be blended
ythe y offset in pixel where the src image should be blended
globalAlphathe global_alpha each per-pixel alpha value is multiplied with

Returns