> The hardware has controls to adjust everything and I've tried zero to 128 on everything > things still come out with a shade of blue. BTW. If xawtv expects 4:2:2 (packed) and the > driver is only producing 4:2:2 interleaved this is probably why? Not sure what you mean with "interleaved". There is a description of the video formats at http://www.thedirks.org/v4l2/v4l2fmt.htm What I mean with "4:2:2, packed pixel" is V4L2_PIX_FMT_YUYV. v4l1 calls this VIDEO_PALETTE_YUV422. V4L2_PIX_FMT_YVU422P (v4l1: VIDEO_PALETTE_YUV422P) is the same format but planar, i.e. the luma and chroma data isn't mixed like in the packed format, but you have extra planes for them. Gerd -- Man muß die Software wacker hüten weil in der Welt die Hacker wüten