 | XVideoIOGetFirstFrameRGB Method |
동영상 파일의 첫째 영상 프레임을 RGB 형식으로 얻는다. 첫 영상 프레임을 얻으면 동영상 파일을 닫는다.
Namespace:
Pixoneer.NXDL.NXVideo
Assembly:
NXVideo (in NXVideo.dll) Version: 1.2.817.72
Syntaxpublic XFramePicture GetFirstFrameRGB(
string strFilePath,
string strDriverName,
out string strError
)
Parameters
- strFilePath
- Type: SystemString
[Missing <param name="strFilePath"/> documentation for "M:Pixoneer.NXDL.NXVideo.XVideoIO.GetFirstFrameRGB(System.String,System.String,System.String@)"]
- strDriverName
- Type: SystemString
동영상을 여는데 사용할 비디오 드라이버 이름. (예, XFFMPDriver.dll에서 지원하는 XFFMPDRIVER) - strError
- Type: SystemString
[OUT] 오류 보고 메시지.
Return Value
Type:
XFramePicture RGB 형식의 첫째 영상 프레임. 프레임을 얻지 못한 경우 null 값을 반환한다.
See Also