OperationDescriptionSetDevice Method |
http://www.emgu.com
Specify the device
Namespace:
Emgu.TF
Assembly:
Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
Syntaxpublic void SetDevice(
string device
)
Public Sub SetDevice (
device As String
)
public:
void SetDevice(
String^ device
)
member SetDevice :
device : string -> unit
Parameters
- device
- Type: SystemString
The device name
See Also