Click or drag to resize
FrameCaptureStartForSpecificFrameNum Method
Starts the frame capturing to capture only few frames with a specific interval

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public void StartForSpecificFrameNum(
	int frames,
	double interval
)

Parameters

frames
Type: SystemInt32
Number of frames to capture.
interval
Type: SystemDouble
Time interval between frames.
See Also