|
XFramePictureSaveFrame(String, String, DateTime, XAngle, XGeoPoint, String, String, XThread) Method
|
이 객체의 화면 프레임을 EXIF 메타데이터 항목이 추가된 이미지로 저장한다.
Namespace: Pixoneer.NXDL.NXVideoAssembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntaxpublic bool SaveFrame(
string strFilePath,
string strFormatKey,
DateTime dateTime,
XAngle hFOV,
XGeoPoint position,
string model,
out string strError,
XThread thd
)
Parameters
- strFilePath String
- [In] 파일 저장 경로
- strFormatKey String
- [In] 저장을 위한 파일 포맷 Key. EXIF 저장을 위해 JPEG(JPG), TIF(TIFF), PNG만 허용한다.
- dateTime DateTime
- [In] 영상 촬영 시각.
- hFOV XAngle
- [In] 센서 가로 화각. (0, 180)도 범위만 유효한 것으로 본다.
- position XGeoPoint
- [In] 센서 위치.
- model String
- [In] 센서 모델명 (동영상 메타데이터의 Image Source Sensor).
- strError String
- [Out] 에러 발생시 에러 메시지.
- thd XThread
- [In] 처리 상황을 받아 볼 콜백 스레드.
Return Value
Boolean 성공이면 true, 실패면 false를 리턴
See Also