Click or drag to resize

VideoCaptureDevice Constructor (InternalVideoDeviceInfo, OzResolution, Int32)

Initializes a new instance of the VideoCaptureDevice class

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public VideoCaptureDevice(
	InternalVideoDeviceInfo deviceInfo,
	OzResolution frameSize,
	int desiredFrameRate
)

Parameters

deviceInfo
Type: Ozeki.MediaInternalVideoDeviceInfo
frameSize
Type: OzResolution
desiredFrameRate
Type: SystemInt32
See Also