Click or drag to resize

FrameCaptureFromFolder Constructor

Initializes a new instance of the FrameCaptureFromFolder class

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public FrameCaptureFromFolder(
	string path,
	double interval
)

Parameters

path  String
Absoulte path to the folder containing the image files.
interval  Double
Time interval betweend the frames sent in ms.
Exceptions
ExceptionCondition
ArgumentExceptionThe interval value is invalid
See Also