addVideoFrame

addVideoFrame(float x, float y, float width, float height, String fname) function

Adds a new video frame to the end of a collection.

Parameters

NameTypeDescription
xfloatX coordinate of a new video frame.
yfloatY coordinate of a new video frame.
widthfloatWidth of a new video frame.
heightfloatHeight of a new video frame.
fnameStringVideo file name.

Result

VideoFrame


addVideoFrame(float x, float y, float width, float height, Video video) function

Adds a new video frame to the end of a collection.

Parameters

NameTypeDescription
xfloatX coordinate of a new video frame.
yfloatY coordinate of a new video frame.
widthfloatWidth of a new video frame.
heightfloatHeight of a new video frame.
videoVideoVideo to add.

Result

VideoFrame