Click or drag to resize
WebCameraFactoryGetDevice Method (VideoDeviceInfo)
Retreives the specified webcamera device.

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

Parameters

info
Type: Ozeki.MediaVideoDeviceInfo
The specific device by the given parameter.

Return Value

Type: IWebCamera
The webcamera object.
See Also