|
XUASLocalSetDecoderGetFrameSensor Method
|
메타데이터로부터 프레임 센서모델을 생성한다.
Namespace: Pixoneer.NXDL.NXVideoAssembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntaxpublic bool GetFrameSensor(
out XFrameSensor sensor,
int width,
int height
)
Parameters
- sensor XFrameSensor
- [OUT] 프레임 센서모델.
- width Int32
- 영상 프레임 가로 크기.
- height Int32
- 영상 프레임 세로 크기.
Return Value
Boolean 프레임 센서모델 획득 여부. 센서모델 구성 항목이 메타데이터에 없을 수도 있다.
See Also