Class ScanHeadCapabilities
The various physical limits and features of a ScanHead.
Inherited Members
Namespace: JoeScan.Pinchot
Assembly: JoeScan.Pinchot.dll
Syntax
public class ScanHeadCapabilities
Properties
| Improve this Doc View SourceCameraBrightnessBitDepth
Gets the number of bits used for Brightness within an IProfile.
Declaration
public uint CameraBrightnessBitDepth { get; }
Property Value
Type | Description |
---|---|
uint | The number of bits. |
MaxCameraImageHeight
Gets the maximum image height camera supports.
Declaration
public uint MaxCameraImageHeight { get; }
Property Value
Type | Description |
---|---|
uint | The maximum image height. |
MaxCameraImageWidth
Gets the maximum image width camera supports.
Declaration
public uint MaxCameraImageWidth { get; }
Property Value
Type | Description |
---|---|
uint | The maximum image width. |
MaxScanPeriodUs
Gets the largest scan period in µs supported by product.
Declaration
public uint MaxScanPeriodUs { get; }
Property Value
Type | Description |
---|---|
uint | The largest scan period. |
MaxSupportedEncoders
Gets the number of encoders supported by product.
Declaration
public uint MaxSupportedEncoders { get; }
Property Value
Type | Description |
---|---|
uint | The number of encoders. |
MinScanPeriodUs
Gets the smallest scan period in µs supported by product.
Declaration
public uint MinScanPeriodUs { get; }
Property Value
Type | Description |
---|---|
uint | The smallest scan period. |
NumCameras
Gets the number of cameras supported by product.
Declaration
public uint NumCameras { get; }
Property Value
Type | Description |
---|---|
uint | The number of cameras. |
NumLasers
Gets the number of lasers supported by product.
Declaration
public uint NumLasers { get; }
Property Value
Type | Description |
---|---|
uint | The number of lasers. |