Click or drag to resize
XDL

XFramePictureConvertToRGB(XFramePicture, XFramePicture) Method

프레임 데이터를 RGB 형식으로 바꾼다.

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntax
C#
public static void ConvertToRGB(
	XFramePicture frame,
	out XFramePicture frameRGB
)

Parameters

frame  XFramePicture
[IN] 원본 프레임.
frameRGB  XFramePicture
[OUT] RGB 형식으로 변환한 출력 프레임.
See Also