Click or drag to resize
XDL

XUASLocalSetDecoderGetFrameSensor Method

메타데이터로부터 프레임 센서모델을 생성한다.

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntax
C#
public bool GetFrameSensor(
	out XFrameSensor sensor,
	int width,
	int height
)

Parameters

sensor  XFrameSensor
[OUT] 프레임 센서모델.
width  Int32
영상 프레임 가로 크기.
height  Int32
영상 프레임 세로 크기.

Return Value

Boolean
프레임 센서모델 획득 여부. 센서모델 구성 항목이 메타데이터에 없을 수도 있다.
See Also