WebCameraFactoryGetDevice(VideoDeviceInfo) Method |
Namespace: Ozeki.CameraAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.5.1
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
-
Return Value
IWebCamera
See Also