WebCameraFactoryGetDevice(VideoDeviceInfo) Method |
Retreives the specified webcamera device.
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.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 VideoDeviceInfo
- The specific device by the given parameter.
Return Value
IWebCameraThe webcamera object.
See Also