Click or drag to resize

WebCameraFactoryGetDevice Method (VideoDeviceInfo)

Retreives the specified webcamera device.

Namespace:  Ozeki.Camera
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
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