Click or drag to resize
XDL

XVideoStabilizerFeed Method

떨림 보정할 새 동영상 프레임을 공급한다.

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntax
C#
public bool Feed(
	XFramePicture frame
)

Parameters

frame  XFramePicture
동영상 프레임. 흑백이거나 Y 평면이 있는 화소 형식이어야 한다.

Return Value

Boolean
동영상 프레임 공급 성공 여부. 빈 프레임(null)이거나 화소 형식이 맞지 않을 때 실패한다.
See Also