WebCameraFactoryGetDefaultDevice Method |
Retreives the default webcamera device.
Namespace: Ozeki.CameraAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
Syntaxpublic static IWebCamera GetDefaultDevice()
Public Shared Function GetDefaultDevice As IWebCamera
public:
static IWebCamera^ GetDefaultDevice()
static member GetDefaultDevice : unit -> IWebCamera
Return Value
IWebCameraThe default webcamera device or null if no devices found.
See Also