If the CMOS camera has a resolution of 352 x 288 pixels, why is the CMUcam resolution only 80 x 143?
![]() (Diagram courtesy of Foveon Inc.) So what you can see is that pixels can be thought of being arranged in groups of fours, where there are two G measurements and one R and one B measurement per group. If you discard one of the G measurements (which we do) you see that the real resolution of a 352x288 camera is closer to 176x144. We run the camera in half resolution mode which skips over every other 2x2 block horizontally which gives you 88x144. Because of memory limitations in the processor we discard 8 columns horizontally and one row vertically that contains a test pattern which gives you 80x143 as the final resolution. Just FYI standard digital cameras use complex interpolation techniques to try to fill in the missing color values at each pixel and give you something a little closer to the full resolution of the sensor. |