Hello. I'm developing a V4L driver for a USB digital camera (FujiFilm FinePix F601 Zoom) that also works as WebCam. The problem is that each frame is in JFIF/JPEG format and so I need to decompress and convert that data to one of the supported VIDEO_PALETTE_... Which palette should I use? Also, what API should I use, V4L or V4L2? Thanks in advance, Rui Saraiva PS: The project page is http://finepix.sf.net Right now, it's a userland program using libusb.