Table of Contents

Class BaslerCameraInfo

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

Class BaslerCameraInfo.

public class BaslerCameraInfo

Inheritance

Inherited Members

Constructors

BaslerCameraInfo(string)

Initializes a new instance of the VisioForge.Core.Types.X.Sources.BaslerCameraInfo class.

public BaslerCameraInfo(string name)

Parameters

name string

The name.

BaslerCameraInfo(int, PylonDeviceInfo_t)

Initializes a new instance of the VisioForge.Core.Types.X.Sources.BaslerCameraInfo class.

public BaslerCameraInfo(int index, PylonDeviceInfo_t info)

Parameters

index int

The index.

info PylonDeviceInfo_t

The information.

Properties

DeviceClass

Gets or sets the device class.

public string DeviceClass { get; set; }

Property Value

string

DeviceIndex

Gets the index of the device.

public int DeviceIndex { get; }

Property Value

int

DeviceVersion

Gets or sets the device version.

public string DeviceVersion { get; set; }

Property Value

string

FrameRate

Gets the frame rate. Call the ReadInfo if 0.

public VideoFrameRate FrameRate { get; }

Property Value

VideoFrameRate

FullName

Gets or sets the full name.

public string FullName { get; set; }

Property Value

string

Height

Gets the height. Call the ReadInfo if 0.

public int Height { get; }

Property Value

int

ModelName

Gets or sets the name of the model.

public string ModelName { get; set; }

Property Value

string

Name

Gets or sets the name.

public string Name { get; set; }

Property Value

string

SerialNumber

Gets or sets the serial number.

public string SerialNumber { get; set; }

Property Value

string

UserDefinedName

Gets or sets the name of the user defined.

public string UserDefinedName { get; set; }

Property Value

string

VendorName

Gets or sets the name of the vendor.

public string VendorName { get; set; }

Property Value

string

Width

Gets the width. Call the ReadInfo if 0.

public int Width { get; }

Property Value

int

Methods

ReadInfo()

Reads the information.

public bool ReadInfo()

Returns

bool

true if successful, false otherwise.