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)
Initializes a new instance of the CameraInfo class
Top
Properties
  NameDescription
Public propertyFirmwareVersion
The firmware version on the camera
Public propertyModel
The model of the camera
Public propertyModelName
The model name of the camera
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 methodLoad
Public methodSave
Public methodToString
Get string representation of the object
(Overrides ObjectToString.)
Top
See Also