WebCameraFactoryGetDevices Method |
Namespace:
Ozeki.Camera
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic static List<VideoDeviceInfo> GetDevices()
Public Shared Function GetDevices As List(Of VideoDeviceInfo)
public:
static List<VideoDeviceInfo^>^ GetDevices()
static member GetDevices : unit -> List<VideoDeviceInfo>
Return Value
Type:
ListVideoDeviceInfo
See Also