Click or drag to resize

CameraInfo Class

Information about camera model, serial number etc.
Inheritance Hierarchy
SystemObject
  Zivid.NETCameraInfo

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public class CameraInfo

The CameraInfo type exposes the following members.

Constructors
  NameDescription
Public methodCameraInfo
Constructor
Public methodCameraInfo(String)
Construct CameraInfo by loading from file
Top
Properties
  NameDescription
Public propertyFirmwareVersion
The firmware version on the camera
Public propertyHardwareRevision
Hardware revision of this camera. This corresponds to the revision string that is printed on the product label.
Public propertyModel
The model of the camera
Public propertyModelName
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.
Public propertyRevision
Public propertySerialNumber
The serial number of the camera
Public propertyUserData
Top
Methods
  NameDescription
Public methodClone
Create a clone (deep copy) of the current instance
Public methodCopyWith
Create a clone (deep copy) of the current instance and invoke delegate on the clone
Public methodStatic memberFromSerialized
Construct a new CameraInfo instance from a previously serialized string
Public methodLoad
Load from the given file
Public methodSave
Save to the given file
Public methodSerialize
Serialize to a string
Public methodToString
Get string representation of the object
(Overrides ObjectToString.)
Top
See Also