I need a card that will compare each frame and send me only the pixels that changed. This is used with a fixed camera position. There would have to be a simple threshold and a hopefully a way to reduce resolution. I don’t care about color or intensity but that probably be available in the design. I’m not clear on this, can this be programmed into the card?
It would be challenging to do what you propose on an Arduino. There is only 2K of memory, and that’s why Arduino video is limited to very low resolution. Since you need two frame buffers to compare, you’d be at even lower resolution. No color info is available using the Video Experimenter.