OperationDescriptionSetDevice Method |
http://www.emgu.com
Specify the device
Namespace:
Emgu.TF
Assembly:
Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
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