ultradrv.o Stats

If you use the module parameter 'flags=8' you will see output resembling this:

The first thing you notice is the horizontal bar across the top. This is a representation of the amount of data contained within the camera's video buffer.

On the left side, there are several numbers with two-letter codes associated with each. These codes are part of the usbvideo driver. The codes represent the following:
FRNumber of frames decoded.
UCURB count - how many URBs have been received.
ULURB length - normal URB length?
DCData count - how much data has been received.
HCHeader count - how many headers have been decoded.
ISIso skip count - how many iso frames we have skipped.
IEIso error count - how many iso errors we have encountered.
COColor - current V4L color setting
HUHue - current V4L hue setting
BRBrightness - current V4L brightness setting
PIContrast - current V4L contrast setting
WHWhiteness - current V4L whiteness setting

The right side contains several codes specific to the ultracam driver. They are:
WBCurrent white balance setting (range: 0 to 48)
RAverage red value
GAverage green value
BAverage blue value
YAverage y (brightness) value

The RGB values can help in debugging the auto white balance code. As you can see here, the picture has a definite red tinge to it, with a high white balance value. Since it is set to auto-whitebal, eventually the white balance level will come down to a more reasonable, and less red value.