 | XVideoIOOpenImageInVideo Method (XVideoChannel, String, Double, XGeoPoint, XAngle, XAngle, XAngle, String) |
영상 파일을 열고 촬영 센서 정보 메타데이터를 생성하여 단일 영상 프레임 비디오 채널에서 재생한다.
Namespace:
Pixoneer.NXDL.NXVideo
Assembly:
NXVideo (in NXVideo.dll) Version: 1.2.817.72
Syntaxpublic bool OpenImageInVideo(
XVideoChannel channel,
string strImageFile,
double fovy,
XGeoPoint sensorPos,
XAngle yaw,
XAngle pitch,
XAngle roll,
out string strError
)
Parameters
- channel
- Type: Pixoneer.NXDL.NXVideoXVideoChannel
[Missing <param name="channel"/> documentation for "M:Pixoneer.NXDL.NXVideo.XVideoIO.OpenImageInVideo(Pixoneer.NXDL.NXVideo.XVideoChannel,System.String,System.Double,Pixoneer.NXDL.XGeoPoint,Pixoneer.NXDL.XAngle,Pixoneer.NXDL.XAngle,Pixoneer.NXDL.XAngle,System.String@)"]
- strImageFile
- Type: SystemString
입력 영상 파일 경로. - fovy
- Type: SystemDouble
세로 방향 화각. - sensorPos
- Type: Pixoneer.NXDLXGeoPoint
촬영 센서 위치 지리좌표. - yaw
- Type: Pixoneer.NXDLXAngle
촬영 방위각. (북쪽 방향을 0도로 하고 동쪽으로 증가) - pitch
- Type: Pixoneer.NXDLXAngle
촬영 고각. (직하 방향을 -90도로 하고 위쪽으로 증가) - roll
- Type: Pixoneer.NXDLXAngle
촬영 회전각. (수평 상태를 0으로 하고 센서 시선 방향에서 시계 방향으로 증가) - strError
- Type: SystemString
오류 보고 메시지.
Return Value
Type:
Boolean 채널 영상 설정 성공 여부.
See Also