Click or drag to resize

SessionListDevices Method

https://www.emgu.com/wiki/index.php/Emgu_TF
Lists all devices in a session

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public SessionDevice[] ListDevices(
	Status status = null
)

Parameters

status (Optional)
Type: Emgu.TFStatus
The status

Return Value

Type: SessionDevice
All devices in the current session
See Also