Class SpinnakerCameraInfo
GenICam source information.
Implements
Inherited Members
Namespace: VisioForge.Core.Types.X.Sources
Assembly: VisioForge.Core.dll
Syntax
public class SpinnakerCameraInfo : IComparable
Properties
FirmwareVersion
Gets the firmware version.
Declaration
public string FirmwareVersion { get; }
Property Value
| Type | Description |
|---|---|
| string | The firmware version. |
HeightMax
Gets the height maximum.
Declaration
public int HeightMax { get; }
Property Value
| Type | Description |
|---|---|
| int | The height maximum. |
Model
Gets or sets the model.
Declaration
public string Model { get; }
Property Value
| Type | Description |
|---|---|
| string | The model. |
Name
Gets or sets the name of the source.
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| string | The name of the source. |
NetworkInterfaceName
Gets or sets the name of the network interface.
Declaration
public string NetworkInterfaceName { get; }
Property Value
| Type | Description |
|---|---|
| string | The name of the network interface. |
SensorSize
Gets the size of the sensor. Call the ReadInfo method first.
Declaration
public Size SensorSize { get; }
Property Value
| Type | Description |
|---|---|
| Size | The size of the sensor. |
SerialNumber
Gets or sets the serial number.
Declaration
public string SerialNumber { get; }
Property Value
| Type | Description |
|---|---|
| string | The serial number. |
Vendor
Gets or sets the vendor.
Declaration
public string Vendor { get; }
Property Value
| Type | Description |
|---|---|
| string | The vendor. |
WidthMax
Gets the width maximum.
Declaration
public int WidthMax { get; }
Property Value
| Type | Description |
|---|---|
| int | The width maximum. |
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.
Declaration
public int CompareTo(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj | An object to compare with this instance. |
Returns
| Type | Description | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| int | A value that indicates the relative order of the objects being compared. The return value has these meanings:
|
ToString()
Returns a string that represents this instance.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string that represents this instance. |