Table of Contents

Class SpinnakerCameraInfo

Namespace
VisioForge.Core.Types.X.Sources
Assembly
VisioForge.Core.dll

GenICam source information.

public class SpinnakerCameraInfo : IComparable

Inheritance

Implements

Inherited Members

Properties

FirmwareVersion

Gets the firmware version.

public string FirmwareVersion { get; }

Property Value

string

HeightMax

Gets the height maximum.

public int HeightMax { get; }

Property Value

int

Model

Gets or sets the model.

public string Model { get; }

Property Value

string

Name

Gets or sets the name of the source.

public string Name { get; }

Property Value

string

NetworkInterfaceName

Gets or sets the name of the network interface.

public string NetworkInterfaceName { get; }

Property Value

string

SensorSize

Gets the size of the sensor. Call the ReadInfo method first.

public Size SensorSize { get; }

Property Value

Size

SerialNumber

Gets or sets the serial number.

public string SerialNumber { get; }

Property Value

string

Vendor

Gets or sets the vendor.

public string Vendor { get; }

Property Value

string

WidthMax

Gets the width maximum.

public int WidthMax { get; }

Property Value

int

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

obj object

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 obj in the sort order.
Zero This instance occurs in the same position in the sort order as obj.
Greater than zero This instance follows obj in the sort order.

ToString()

Returns a String that represents this instance.

public override string ToString()

Returns

string

A String that represents this instance.