Portability | no |
---|---|
Stability | no |
Maintainer | [email protected] |
Safe Haskell | None |
Graphics.V4L2.PixelFormat
Description
- data PixelFormat
- = PixelRGB332
- | PixelRGB444
- | PixelRGB555
- | PixelRGB565
- | PixelRGB555X
- | PixelRGB565X
- | PixelBGR24
- | PixelRGB24
- | PixelBGR32
- | PixelRGB32
- | PixelGREY
- | PixelY16
- | PixelPAL8
- | PixelYVU410
- | PixelYVU420
- | PixelYUYV
- | PixelYYUV
- | PixelYVYU
- | PixelUYVY
- | PixelVYUY
- | PixelYUV422P
- | PixelYUV411P
- | PixelY41P
- | PixelYUV444
- | PixelYUV555
- | PixelYUV565
- | PixelYUV32
- | PixelYUV410
- | PixelYUV420
- | PixelHI240
- | PixelHM12
- | PixelNV12
- | PixelNV21
- | PixelNV16
- | PixelNV61
- | PixelSBGGR8
- | PixelSGBRG8
- | PixelSGRBG8
- | PixelSGRBG10
- | PixelSGRBG10DPCM8
- | PixelSBGGR16
- | PixelMJPEG
- | PixelJPEG
- | PixelDV
- | PixelMPEG
- | PixelWNVA
- | PixelSN9C10X
- | PixelSN9C20X_I420
- | PixelPWC1
- | PixelPWC2
- | PixelET61X251
- | PixelSPCA501
- | PixelSPCA505
- | PixelSPCA508
- | PixelSPCA561
- | PixelPAC207
- | PixelMR97310A
- | PixelSQ905C
- | PixelPJPG
- | PixelOV511
- | PixelOV518
- | PixelUnknown Word32
- fromPixelFormat :: Word32 -> PixelFormat
- toPixelFormat :: PixelFormat -> Word32
Documentation
data PixelFormat Source
Pixel formats.
Constructors
fromPixelFormat :: Word32 -> PixelFormatSource
internal
toPixelFormat :: PixelFormat -> Word32Source
internal