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