Click or drag to resize
XDL

XUASLocalSetDecoderGetFrameSensor Method

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

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

Parameters

sensor
Type: Pixoneer.NXDL.NSMXFrameSensor
[OUT] 프레임 센서모델.
width
Type: SystemInt32
영상 프레임 가로 크기.
height
Type: SystemInt32
영상 프레임 세로 크기.

Return Value

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