WebCameraFactoryGetDevice Method (VideoDeviceInfo) |
Retreives the specified webcamera device.
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public static IWebCamera GetDevice(
VideoDeviceInfo info
)
Public Shared Function GetDevice (
info As VideoDeviceInfo
) As IWebCamera
public:
static IWebCamera^ GetDevice(
VideoDeviceInfo^ info
)
static member GetDevice :
info : VideoDeviceInfo -> IWebCamera
Parameters
- info
- Type: Ozeki.MediaVideoDeviceInfo
The specific device by the given parameter.
Return Value
Type:
IWebCameraThe webcamera object.
See Also