All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Enumerations
Basler_GigEChunkData Namespace Reference

The namespace containing the device's control interface and related enumeration types. More...

Classes

class  CGigEChunkData_Params
 Basler generic GigEVision camera interface. More...
 

Enumerations

enum  ChunkPixelFormatEnums {
  ChunkPixelFormat_Mono8, ChunkPixelFormat_Mono8Signed, ChunkPixelFormat_Mono10, ChunkPixelFormat_Mono10Packed,
  ChunkPixelFormat_Mono10p, ChunkPixelFormat_Mono12, ChunkPixelFormat_Mono12Packed, ChunkPixelFormat_Mono16,
  ChunkPixelFormat_BayerGR8, ChunkPixelFormat_BayerRG8, ChunkPixelFormat_BayerGB8, ChunkPixelFormat_BayerBG8,
  ChunkPixelFormat_BayerGR10, ChunkPixelFormat_BayerRG10, ChunkPixelFormat_BayerGB10, ChunkPixelFormat_BayerBG10,
  ChunkPixelFormat_BayerGR12, ChunkPixelFormat_BayerRG12, ChunkPixelFormat_BayerGB12, ChunkPixelFormat_BayerBG12,
  ChunkPixelFormat_BayerGR16, ChunkPixelFormat_BayerRG16, ChunkPixelFormat_BayerGB16, ChunkPixelFormat_BayerBG16,
  ChunkPixelFormat_RGB8Packed, ChunkPixelFormat_BGR8Packed, ChunkPixelFormat_RGBA8Packed, ChunkPixelFormat_BGRA8Packed,
  ChunkPixelFormat_RGB10Packed, ChunkPixelFormat_BGR10Packed, ChunkPixelFormat_RGB12Packed, ChunkPixelFormat_BGR12Packed,
  ChunkPixelFormat_RGB10V1Packed, ChunkPixelFormat_RGB10V2Packed, ChunkPixelFormat_YUV411Packed, ChunkPixelFormat_YUV422Packed,
  ChunkPixelFormat_YUV444Packed, ChunkPixelFormat_RGB8Planar, ChunkPixelFormat_RGB10Planar, ChunkPixelFormat_RGB12Planar,
  ChunkPixelFormat_RGB16Planar, ChunkPixelFormat_YUV422_YUYV_Packed, ChunkPixelFormat_BayerGB12Packed, ChunkPixelFormat_BayerGR12Packed,
  ChunkPixelFormat_BayerRG12Packed, ChunkPixelFormat_BayerBG12Packed, ChunkPixelFormat_RGB12V1Packed, ChunkPixelFormat_BayerGB10p,
  ChunkPixelFormat_BayerGR10p, ChunkPixelFormat_BayerRG10p, ChunkPixelFormat_BayerBG10p
}
 Valid values for ChunkPixelFormat. More...
 

Detailed Description

The namespace containing the device's control interface and related enumeration types.

Enumeration Type Documentation

Valid values for ChunkPixelFormat.

Enumerator
ChunkPixelFormat_Mono8 

Indicates that the pixel data in the acquired image is in the Mono 8 format.

ChunkPixelFormat_Mono8Signed 

Indicates that the pixel data in the acquired image is in the Mono 8 signed format.

ChunkPixelFormat_Mono10 

Indicates that the pixel data in the acquired image is in the Mono 10 format.

ChunkPixelFormat_Mono10Packed 

Indicates that the pixel data in the acquired image is in the Mono 10 Packed format.

ChunkPixelFormat_Mono10p 

Indicates that the pixel data in the acquired image is in the Mono 10p format.

ChunkPixelFormat_Mono12 

Indicates that the pixel data in the acquired image is in the Mono 12 format.

ChunkPixelFormat_Mono12Packed 

Indicates that the pixel data in the acquired image is in the Mono 12 Packed format.

ChunkPixelFormat_Mono16 

Indicates that the pixel data in the acquired image is in the Mono 16 format.

ChunkPixelFormat_BayerGR8 

Indicates that the pixel data in the acquired image is in the Bayer GR 8 format.

ChunkPixelFormat_BayerRG8 

Indicates that the pixel data in the acquired image is in the Bayer RG 8 format.

ChunkPixelFormat_BayerGB8 

Indicates that the pixel data in the acquired image is in the Bayer GB 8 format.

ChunkPixelFormat_BayerBG8 

Indicates that the pixel data in the acquired image is in the Bayer BG 8 format.

ChunkPixelFormat_BayerGR10 

Indicates that the pixel data in the acquired image is in the Bayer GR 10 format.

ChunkPixelFormat_BayerRG10 

Indicates that the pixel data in the acquired image is in the Bayer RG 10 format.

ChunkPixelFormat_BayerGB10 

Indicates that the pixel data in the acquired image is in the Bayer GB 10 format.

ChunkPixelFormat_BayerBG10 

Indicates that the pixel data in the acquired image is in the Bayer BG 10 format.

ChunkPixelFormat_BayerGR12 

Indicates that the pixel data in the acquired image is in the Bayer GR 12 format.

ChunkPixelFormat_BayerRG12 

Indicates that the pixel data in the acquired image is in the Bayer RG 12 format.

ChunkPixelFormat_BayerGB12 

Indicates that the pixel data in the acquired image is in the Bayer GB 12 format.

ChunkPixelFormat_BayerBG12 

Indicates that the pixel data in the acquired image is in the Bayer BG 12 format.

ChunkPixelFormat_BayerGR16 

Indicates that the pixel data in the acquired image is in the Bayer GR 16 format.

ChunkPixelFormat_BayerRG16 

Indicates that the pixel data in the acquired image is in the Bayer RG 16 format.

ChunkPixelFormat_BayerGB16 

Indicates that the pixel data in the acquired image is in the Bayer GB 16 format.

ChunkPixelFormat_BayerBG16 

Indicates that the pixel data in the acquired image is in the Bayer BG 16 format.

ChunkPixelFormat_RGB8Packed 

Indicates that the pixel data in the acquired image is in the RGB 8 Packed format.

ChunkPixelFormat_BGR8Packed 

Indicates that the pixel data in the acquired image is in the BGR 8 Packed format.

ChunkPixelFormat_RGBA8Packed 

Indicates that the pixel data in the acquired image is in the RGBA 8 Packed format.

ChunkPixelFormat_BGRA8Packed 

Indicates that the pixel data in the acquired image is in the BGRA 8 Packed format.

ChunkPixelFormat_RGB10Packed 

Indicates that the pixel data in the acquired image is in the RGB 10 Packed format.

ChunkPixelFormat_BGR10Packed 

Indicates that the pixel data in the acquired image is in the BGR 10 Packed format.

ChunkPixelFormat_RGB12Packed 

Indicates that the pixel data in the acquired image is in the RGB 12 Packed format.

ChunkPixelFormat_BGR12Packed 

Indicates that the pixel data in the acquired image is in the BGR 12 Packed format.

ChunkPixelFormat_RGB10V1Packed 

Indicates that the pixel data in the acquired image is in the RGB 10V1 Packed format.

ChunkPixelFormat_RGB10V2Packed 

Indicates that the pixel data in the acquired image is in the RGB 10V2 Packed format.

ChunkPixelFormat_YUV411Packed 

Indicates that the pixel data in the acquired image is in the YUV 411 Packed format.

ChunkPixelFormat_YUV422Packed 

Indicates that the pixel data in the acquired image is in the YUV 422 Packed format.

ChunkPixelFormat_YUV444Packed 

Indicates that the pixel data in the acquired image is in the YUV 444 Packed format.

ChunkPixelFormat_RGB8Planar 

Indicates that the pixel data in the acquired image is in the RGB 8 Planar format.

ChunkPixelFormat_RGB10Planar 

Indicates that the pixel data in the acquired image is in the RGB 10 Planar format.

ChunkPixelFormat_RGB12Planar 

Indicates that the pixel data in the acquired image is in the RGB 12 Planar format.

ChunkPixelFormat_RGB16Planar 

Indicates that the pixel data in the acquired image is in the RGB 16 Planar format.

ChunkPixelFormat_YUV422_YUYV_Packed 

Indicates that the pixel data in the acquired image is in the YUV 422 (YUYV) Packed format.

ChunkPixelFormat_BayerGB12Packed 

Indicates that the pixel data in the acquired image is in the Bayer GB 12 Packed format.

ChunkPixelFormat_BayerGR12Packed 

Indicates that the pixel data in the acquired image is in the Bayer GR 12 Packed format.

ChunkPixelFormat_BayerRG12Packed 

Indicates that the pixel data in the acquired image is in the Bayer RG 12 Packed format.

ChunkPixelFormat_BayerBG12Packed 

Indicates that the pixel data in the acquired image is in the Bayer BG 12 Packed format.

ChunkPixelFormat_RGB12V1Packed 

Indicates that the pixel data in the acquired image is in RGB 12 Packed.

ChunkPixelFormat_BayerGB10p 

Indicates that the pixel data in the acquired image is in the Bayer GB 10p format.

ChunkPixelFormat_BayerGR10p 

Indicates that the pixel data in the acquired image is in the Bayer GR 10p format.

ChunkPixelFormat_BayerRG10p 

Indicates that the pixel data in the acquired image is in the Bayer RG 10p format.

ChunkPixelFormat_BayerBG10p 

Indicates that the pixel data in the acquired image is in the Bayer BG 10p format.


pylon 5.0.5
Copyright © 2006-2016 Basler AG (Thu Aug 11 2016 18:01:28)