Show / Hide Table of Contents

Class ScanHeadCapabilities

The various physical limits and features of a ScanHead.

Inheritance
object
ScanHeadCapabilities
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: JoeScan.Pinchot
Assembly: JoeScan.Pinchot.dll
Syntax
public class ScanHeadCapabilities

Properties

| Improve this Doc View Source

CameraBrightnessBitDepth

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.

| Improve this Doc View Source

MaxCameraImageHeight

Gets the maximum image height camera supports.

Declaration
public uint MaxCameraImageHeight { get; }
Property Value
Type Description
uint

The maximum image height.

| Improve this Doc View Source

MaxCameraImageWidth

Gets the maximum image width camera supports.

Declaration
public uint MaxCameraImageWidth { get; }
Property Value
Type Description
uint

The maximum image width.

| Improve this Doc View Source

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.

| Improve this Doc View Source

MaxSupportedEncoders

Gets the number of encoders supported by product.

Declaration
public uint MaxSupportedEncoders { get; }
Property Value
Type Description
uint

The number of encoders.

| Improve this Doc View Source

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.

| Improve this Doc View Source

NumCameras

Gets the number of cameras supported by product.

Declaration
public uint NumCameras { get; }
Property Value
Type Description
uint

The number of cameras.

| Improve this Doc View Source

NumLasers

Gets the number of lasers supported by product.

Declaration
public uint NumLasers { get; }
Property Value
Type Description
uint

The number of lasers.

  • Improve this Doc
  • View Source
Back to top Copyright JoeScan, Inc.
Generated by DocFX