Click or drag to resize

SessionListDevices Method

http://www.emgu.com
Lists all devices in a session

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.2.0.932
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