CameraInfo Class |
Namespace: Zivid.NET
The CameraInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | CameraInfo | Constructor |
![]() | CameraInfo(String) | Initializes a new instance of the CameraInfo class |
Name | Description | |
---|---|---|
![]() | FirmwareVersion | The firmware version on the camera |
![]() | HardwareRevision | Hardware revision of this camera. This corresponds to the revision string that is printed on the product
label.
|
![]() | Model | The model of the camera |
![]() | ModelName | The model name of the camera. This is a user-friendly display name that may contain spaces and special
characters. We recommend to use `Model` instead if you want to programmatically check for camera model.
|
![]() | Revision | |
![]() | SerialNumber | The serial number of the camera |
![]() | UserData |
Name | Description | |
---|---|---|
![]() | Clone | Create a clone (deep copy) of the current instance |
![]() | CopyWith | Create a clone (deep copy) of the current instance and invoke delegate on the clone |
![]() | Load | |
![]() | Save | |
![]() | ToString | Get string representation of the object (Overrides ObjectToString.) |