Hi all, I am developing an app that captures VIDEO_PALETTE_YUYV data frames. In order to allocate enough data for the buffer that will hold this data, I need to know how YUYV is implemented in the driver/api(???) I'm a bit confused as to where it is implemented. Basically, I'm concerned with the packing of the bytes to form a single pixel, which should tell me the depth. Can anyone shed some light on this, or at least point me to the right direction to find out for myself? Thank you so much. /G