Initializes a new instance of the
WebCamera class
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic WebCamera(
VideoDeviceInfo deviceInfo = null
)
Public Sub New (
Optional deviceInfo As VideoDeviceInfo = Nothing
)
public:
WebCamera(
VideoDeviceInfo^ deviceInfo = nullptr
)
new :
?deviceInfo : VideoDeviceInfo
(* Defaults:
let _deviceInfo = defaultArg deviceInfo null
*)
-> WebCamera
Parameters
- deviceInfo VideoDeviceInfo (Optional)
-
See Also