Click or drag to resize

WebCameraFactoryGetDevice Method (VideoDeviceInfo, OzResolution, Int32)

Retreives the specified webcamera device with additional parameters.

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

Parameters

info
Type: Ozeki.MediaVideoDeviceInfo
Device information.
resolution
Type: OzResolution
Size of the captured frame.
desiredFrameRate
Type: SystemInt32
Desired frame rate.

Return Value

Type: IWebCamera
The webcamera object.
See Also