Class BaslerCameraInfo
- Namespace
- VisioForge.Core.Types.X.Sources
- Assembly
- VisioForge.Core.dll
Class BaslerCameraInfo.
public class BaslerCameraInfoInheritance
Inherited Members
Constructors
BaslerCameraInfo(string)
Initializes a new instance of the VisioForge.Core.Types.X.Sources.BaslerCameraInfo class.
public BaslerCameraInfo(string name)Parameters
namestring-
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
indexint-
The index.
infoPylonDeviceInfo_t-
The information.
Properties
DeviceClass
Gets or sets the device class.
public string DeviceClass { get; set; }Property Value
DeviceIndex
Gets the index of the device.
public int DeviceIndex { get; }Property Value
DeviceVersion
Gets or sets the device version.
public string DeviceVersion { get; set; }Property Value
FrameRate
Gets the frame rate. Call the ReadInfo if 0.
public VideoFrameRate FrameRate { get; }Property Value
FullName
Gets or sets the full name.
public string FullName { get; set; }Property Value
Height
Gets the height. Call the ReadInfo if 0.
public int Height { get; }Property Value
ModelName
Gets or sets the name of the model.
public string ModelName { get; set; }Property Value
Name
Gets or sets the name.
public string Name { get; set; }Property Value
SerialNumber
Gets or sets the serial number.
public string SerialNumber { get; set; }Property Value
UserDefinedName
Gets or sets the name of the user defined.
public string UserDefinedName { get; set; }Property Value
VendorName
Gets or sets the name of the vendor.
public string VendorName { get; set; }Property Value
Width
Gets the width. Call the ReadInfo if 0.
public int Width { get; }Property Value
Methods
ReadInfo()
Reads the information.
public bool ReadInfo()Returns
- bool
-
trueif successful,falseotherwise.