|
XFramePicture(XFrameCaptureBuffer, Boolean) Constructor
|
XFramePicture 클래스의 생성자로서, 갈무리 버퍼로부터 비디오 프레임을 만든다.
Namespace: Pixoneer.NXDL.NXVideoAssembly: NXVideo (in NXVideo.dll) Version: 3.0.0.0
Syntaxpublic XFramePicture(
XFrameCaptureBuffer capture,
bool bYUV
)
Parameters
- capture XFrameCaptureBuffer
- 프레임 갈무리 버퍼.
- bYUV Boolean
- 픽셀형식을 지정한다. true 이면 YUV 픽셀형식, false 이면 RGB 픽셀형식.
See Also