TfInvokeListAllPhysicalDevices Method |
http://www.emgu.com
Get a list of all physical devices
Namespace:
Emgu.TF
Assembly:
Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
Syntaxpublic static string[] ListAllPhysicalDevices(
Status status = null
)
Public Shared Function ListAllPhysicalDevices (
Optional status As Status = Nothing
) As String()
public:
static array<String^>^ ListAllPhysicalDevices(
Status^ status = nullptr
)
static member ListAllPhysicalDevices :
?status : Status
(* Defaults:
let _status = defaultArg status null
*)
-> string[]
Parameters
- status (Optional)
- Type: Emgu.TFStatus
Optional status
Return Value
Type:
StringA list of all physical devices
See Also