|
XFramePictureConvertToRGB(XFramePicture, XFramePicture) Method
|
프레임 데이터를 RGB 형식으로 바꾼다.
Namespace: Pixoneer.NXDL.NXVideoAssembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntaxpublic static void ConvertToRGB(
XFramePicture frame,
out XFramePicture frameRGB
)
Parameters
- frame XFramePicture
- [IN] 원본 프레임.
- frameRGB XFramePicture
- [OUT] RGB 형식으로 변환한 출력 프레임.
See Also