CVD 0.8
Classes | Enumerations
CVD::DV3 Namespace Reference

Internal DVBuffer3 helpers. More...

Classes

class  RawDVBuffer3
 Non-templated libDC1394 interface. More...

Enumerations

enum  DV3Feature {
  BRIGHTNESS, EXPOSURE, SHARPNESS, WHITE_BALANCE,
  HUE, SATURATION, GAMMA, SHUTTER,
  GAIN, IRIS, FOCUS, ZOOM,
  PAN, TILT, FRAME_RATE
}
enum  DV3ColourSpace {
  MONO8, MONO16, MONO16S, RGB8,
  RGB16, RGB16S, YUV411, YUV422,
  YUV444, RAW8, RAW16
}
enum  DV3ColourFilter {
  UNDEFINED = -1, RGGB = 0, GBRG = 1, GRBG = 2,
  BGGR = 3
}

Detailed Description

Internal DVBuffer3 helpers.


Enumeration Type Documentation

This enumerates all the colourspace types supported by DC1394 N.b.

only a small fraction of these map 1:1 to libCVD types

Definition at line 61 of file dvbuffer3.h.

This enumerates the different colour filter tile patterns for Bayer images.

This can be queried from the RawDVBuffer3 for a Bayer mode. This is only supported for DC1394 v2

Definition at line 69 of file dvbuffer3.h.