Click or drag to resize
XDL

XVideoChannelEnableBackwardAnalysis Method

뒤로 한 프레임씩 분석하는 기능을 활성화한다. 128장의 프레임을 기억하는데, 영상 크기에 따라 메모리를 많이 차지하므로 기본값은 비활성화 상태이다.

Namespace:  Pixoneer.NXDL.NXVideo
Assembly:  NXVideo (in NXVideo.dll) Version: 1.2.817.72
Syntax
C#
public void EnableBackwardAnalysis(
	bool bEnabled
)

Parameters

bEnabled
Type: SystemBoolean

[Missing <param name="bEnabled"/> documentation for "M:Pixoneer.NXDL.NXVideo.XVideoChannel.EnableBackwardAnalysis(System.Boolean)"]

See Also