LinuxWebCamera Constructor |
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic LinuxWebCamera(
VideoDeviceInfo deviceInfo = null
)
Public Sub New (
Optional deviceInfo As VideoDeviceInfo = Nothing
)
public:
LinuxWebCamera(
VideoDeviceInfo^ deviceInfo = nullptr
)
new :
?deviceInfo : VideoDeviceInfo
(* Defaults:
let _deviceInfo = defaultArg deviceInfo null
*)
-> LinuxWebCamera
Parameters
- deviceInfo VideoDeviceInfo (Optional)
-
See Also