jdb wrote:The chip outputs an analogue signal clocked by a digital signal. It's also a 5V power supply with 5V digital IO
The Pi is perfectly capable of driving a clock, and with level shifting can drive the clock input. The problem is the A/D required for converting vout into a sensible bit code. It would also have to be clocked and sample at the right time because the output waveform has a start-of-pixel edge as well as the sample.
Ah. Didn't notice the leading edge on the output. Looking at other sensors, that doesn't seem to be there.
Regarding interfacing the converted data back to the Pi, would SPI be the best option in terms of speed?