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 | ||
| ComputeDevice | The compute device used by the Application | |
| IsDisposed | Check if the application is disposed |
| Name | Description | |
|---|---|---|
| ConnectCamera | Connect to the next available Zivid camera | |
| ConnectCamera(String) | Connect to the Zivid camera with the specified serial number | |
| ConnectCamera(CameraAddress) | Connect to the Zivid camera at the specified network address | |
| CreateFileCamera(String) | Create a virtual camera to simulate Zivid measurements by reading data from a file | |
| CreateFileCamera(Frame) | Create a file camera from a captured frame | |
| Dispose | Releases all resources used by the Application | |
| ToString | Get string representation of the application (Overrides ObjectToString.) |