Click or drag to resize

WebCameraFactoryGetDevice(VideoDeviceInfo) Method

Retreives the specified webcamera device.

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

Parameters

info  VideoDeviceInfo
The specific device by the given parameter.

Return Value

IWebCamera
The webcamera object.
See Also