Skip to content

PLCamera.BslSensorBitDepthEnum Class#

Sets the bit depth of the image sensor's data output. You can set the sensor bit depth independently of the pixel format used if the Sensor Bit Depth Mode parameter is set to Manual. If that parameter is set to Auto, the sensor bit depth is adjusted automatically depending on the pixel format used.

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

Visibility: Expert

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.BslSensorBitDepthEnum

Constructors#

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

Properties#

 NameDescription
Public propertyBpp10

The sensor bit depth is set to 10 bits per pixel.

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

Public propertyBpp12

The sensor bit depth is set to 12 bits per pixel.

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

Public propertyBpp8

The sensor bit depth is set to 8 bits per pixel.

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

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

Methods#

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

PLCamera.BslSensorBitDepthEnum.ToString Method#

The full name of BslSensorBitDepth

Return Value#

Type: String
Returns the full name of BslSensorBitDepth

PLCamera.BslSensorBitDepthEnum Constructor#

Initializes a new instance of the PLCamera.BslSensorBitDepthEnum class

PLCamera.BslSensorBitDepthEnum.Bpp10 Property#

The sensor bit depth is set to 10 bits per pixel.

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

PLCamera.BslSensorBitDepthEnum.Bpp12 Property#

The sensor bit depth is set to 12 bits per pixel.

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

PLCamera.BslSensorBitDepthEnum.Bpp8 Property#

The sensor bit depth is set to 8 bits per pixel.

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

PLCamera.BslSensorBitDepthEnum.Name Property#

The full name of BslSensorBitDepth