Click or drag to resize
FrameCaptureFromFolder Constructor
Initializes a new instance of the FrameCaptureFromFolder class

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

Parameters

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