CameraInfo Class |
Namespace: Zivid.NET
The CameraInfo type exposes the following members.
Name | Description | |
---|---|---|
CameraInfo | Constructor | |
CameraInfo(String) | Construct CameraInfo by loading from file |
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 | |
FromSerialized | Construct a new CameraInfo instance from a previously serialized string | |
Load | Load from the given file | |
Save | Save to the given file | |
Serialize | Serialize to a string | |
ToString | Get string representation of the object (Overrides ObjectToString.) |