I'm trying to work with a linear CCD using my arduino uno, the sensor sends analog output about each pixel in a frequency of 2Mhz. I've no idea how can I track that information because it's way to fast to be readen using a simple loop.
Can anybody help?
If there is a solution using registers or whatever I would love to hear that to and it would help if you would paste a link of the components.
That is too fast for an Arduino to sample. You might be able to use a Raspberry Pi.
Can it be clocked more slowly? Any reason you are not telling us which CCD?