Click or drag to resize

WebCameraFactoryGetDevice(VideoDeviceInfo, OzResolution, Int32) Method

Retreives the specified webcamera device with additional parameters.

Namespace: Ozeki.Camera
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public static IWebCamera GetDevice(
	VideoDeviceInfo info,
	OzResolution resolution,
	int desiredFrameRate
)

Parameters

info  VideoDeviceInfo
Device information.
resolution  OzResolution
Size of the captured frame.
desiredFrameRate  Int32
Desired frame rate.

Return Value

IWebCamera
The webcamera object.
See Also