JPEG Data to Pixel color?

Hello, this is my first time using this forum. I am attempting to take the raw data from a CV0706 camera I bought from RadioShack and print the pixels to my Seeed V1 TFT screen. Can anyone explain to me how I can decrypt what it is outputting? Searching the topic says that my UNO doesn't have enough RAM, but if you were to write each pixel as it came in, you wouldnt need to store anything in your UNO.

Can anyone explain to me how I can decrypt what it is outputting?

Without a link to the camera? Without seeing your code? No.

Your thread title suggests that the output from the camera is a jpeg file. JPEG is a form of compression. Collecting the whole JPEG file in memory, and decompressing it is not going to happen.