WebCameraFactoryGetDevice Method (VideoDeviceInfo) |
Retreives the specified webcamera device.
Namespace:
Ozeki.Camera
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic 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