WebCameraFactoryGetDefaultDevice Method |
Retreives the default webcamera device.
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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