ApplicationDefaultComputeDevice Property |
The default compute device, used when connecting to new cameras
Namespace:
Zivid.NET
Assembly:
ZividNET (in ZividNET.dll) Version: 1.0.1
Syntaxpublic ComputeDevice DefaultComputeDevice { get; set; }
Public Property DefaultComputeDevice As ComputeDevice
Get
Set
public:
property ComputeDevice^ DefaultComputeDevice {
ComputeDevice^ get ();
void set (ComputeDevice^ value);
}
Return Value
Type:
ComputeDeviceA compute device
See Also