Click or drag to resize
WebCameraFactoryGetDevice Method (VideoDeviceInfo, Resolution, Int32)
Retreives the specified webcamera device with additional parameters.

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

Parameters

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

Return Value

Type: IWebCamera
The webcamera object.
See Also