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