Application Class |
Namespace: Zivid.NET
The Application type exposes the following members.
Name | Description | |
---|---|---|
![]() | Application | Initializes a new instance of the Application class |
Name | Description | |
---|---|---|
![]() | Cameras | Return a collection of all available cameras. This includes filecameras as well as physical ones |
![]() | DefaultComputeDevice | The default compute device, used when connecting to new cameras |
Name | Description | |
---|---|---|
![]() | ConnectCamera | Connect to the next available Zivid camera |
![]() | ConnectCamera(SerialNumber) | Connect to the next available Zivid camera |
![]() | ConnectCamera(Settings) | Connect to the next available Zivid camera |
![]() | ConnectCamera(SerialNumber, Settings) | Connect to the next available Zivid camera |
![]() | CreateFileCamera(String) | Create a virtual camera to simulate Zivid measurements by reading data from a file |
![]() | CreateFileCamera(String, Settings) | Create a virtual camera to simulate Zivid measurements by reading data from a file |
![]() | Dispose | Releases all resources used by the Application |