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.3.199.0
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