ApplicationDefaultComputeDevice Property |
The default compute device, used when connecting to new cameras
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
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