Skip to content

PLCamera.DeviceScanTypeEnum Class#

Indicates the scan type of the camera's sensor (area or line scan).

Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB

Visibility: Beginner

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.DeviceScanTypeEnum

Constructors#

 NameDescription
Public methodPLCamera.DeviceScanTypeEnum Initializes a new instance of the PLCamera.DeviceScanTypeEnum class
 

Properties#

 NameDescription
Public propertyAreascan

The camera has an area scan sensor.

Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB

Public propertyAreascan3D

Device outputs 2D range image.

Applies to: blaze

Public propertyLinescan

The camera has a line scan sensor.

Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress and dart 2 USB

Public propertyLinescan3D

Device outputs 1D range image.

Applies to: blaze

Public propertyName The full name of DeviceScanType (Overrides ParameterListEnum.Name.)
 

Methods#

 NameDescription
Public methodToString The full name of DeviceScanType (Overrides Object.ToString()()()().)
 

PLCamera.DeviceScanTypeEnum.ToString Method#

The full name of DeviceScanType

Return Value#

Type: String
Returns the full name of DeviceScanType

PLCamera.DeviceScanTypeEnum Constructor#

Initializes a new instance of the PLCamera.DeviceScanTypeEnum class

PLCamera.DeviceScanTypeEnum.Areascan Property#

The camera has an area scan sensor.

Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB

PLCamera.DeviceScanTypeEnum.Areascan3D Property#

Device outputs 2D range image.

Applies to: blaze

PLCamera.DeviceScanTypeEnum.Linescan Property#

The camera has a line scan sensor.

Applies to: CameraLink, GigE, ace 2 GigE, ace 2 USB, ace USB, blaze, boost CoaXPress and dart 2 USB

PLCamera.DeviceScanTypeEnum.Linescan3D Property#

Device outputs 1D range image.

Applies to: blaze

PLCamera.DeviceScanTypeEnum.Name Property#

The full name of DeviceScanType