Class SpinnakerCameraInfo
- Namespace
- VisioForge.Core.Types.X.Sources
- Assembly
- VisioForge.Core.dll
GenICam source information.
public class SpinnakerCameraInfo : IComparableInheritance
Implements
Inherited Members
Properties
FirmwareVersion
Gets the firmware version.
public string FirmwareVersion { get; }Property Value
HeightMax
Gets the height maximum.
public int HeightMax { get; }Property Value
Model
Gets or sets the model.
public string Model { get; }Property Value
Name
Gets or sets the name of the source.
public string Name { get; }Property Value
NetworkInterfaceName
Gets or sets the name of the network interface.
public string NetworkInterfaceName { get; }Property Value
SensorSize
Gets the size of the sensor. Call the ReadInfo method first.
public Size SensorSize { get; }Property Value
SerialNumber
Gets or sets the serial number.
public string SerialNumber { get; }Property Value
Vendor
Gets or sets the vendor.
public string Vendor { get; }Property Value
WidthMax
Gets the width maximum.
public int WidthMax { get; }Property Value
Methods
CompareTo(object)
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
public int CompareTo(object obj)Parameters
objobject-
An object to compare with this instance.
Returns
- int
-
A value that indicates the relative order of the objects being compared. The return value has these meanings:
Value Meaning Less than zero This instance precedes objin the sort order.Zero This instance occurs in the same position in the sort order as obj.Greater than zero This instance follows objin the sort order.
ToString()
Returns a String that represents this instance.
public override string ToString()