Skip to content

PLCamera.SensorBitDepthEnum Class#

Amount of data bits the sensor produces for one sample.

Applies to: CameraLink and GigE

Visibility: Beginner

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.SensorBitDepthEnum

Constructors#

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

Properties#

 NameDescription
Public propertyBitDepth10

The sensor delivers 10-bit pixels.

Applies to: CameraLink and GigE

Public propertyBitDepth12

The sensor delivers 12-bit pixels.

Applies to: CameraLink and GigE

Public propertyBitDepth14

The sensor delivers 14-bit pixels.

Applies to: CameraLink and GigE

Public propertyBitDepth16

The sensor delivers 16-bit pixels.

Applies to: CameraLink and GigE

Public propertyBitDepth8

The sensor delivers 8-bit pixels.

Applies to: CameraLink and GigE

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

Methods#

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

PLCamera.SensorBitDepthEnum.ToString Method#

The full name of SensorBitDepth

Return Value#

Type: String
Returns the full name of SensorBitDepth

PLCamera.SensorBitDepthEnum Constructor#

Initializes a new instance of the PLCamera.SensorBitDepthEnum class

PLCamera.SensorBitDepthEnum.BitDepth10 Property#

The sensor delivers 10-bit pixels.

Applies to: CameraLink and GigE

PLCamera.SensorBitDepthEnum.BitDepth12 Property#

The sensor delivers 12-bit pixels.

Applies to: CameraLink and GigE

PLCamera.SensorBitDepthEnum.BitDepth14 Property#

The sensor delivers 14-bit pixels.

Applies to: CameraLink and GigE

PLCamera.SensorBitDepthEnum.BitDepth16 Property#

The sensor delivers 16-bit pixels.

Applies to: CameraLink and GigE

PLCamera.SensorBitDepthEnum.BitDepth8 Property#

The sensor delivers 8-bit pixels.

Applies to: CameraLink and GigE

PLCamera.SensorBitDepthEnum.Name Property#

The full name of SensorBitDepth