Hi All.
I have been trying to get some useful data from the OV7670 camera module but it seems that it is not outputting the correct data. I have been using this code: https://github.com/ComputerNerd/ov7670-no-ram-arduino-uno and everything seems fine from a software point of view but what I am getting out is not as expected. With the lens covered I should get a stream of repetitive data like [0,80,0,80,0,80....] but I dont regardless of whether it is covered or not. I have tried various register settings and still no joy. Even with default register settings I should be able to see a basic image. I have also viewed the data from the device on a logic analyzer and it is clear that the data is random. The pic below is the camera module output data with the lens covered and it can be seen that the data is totally random.
Anyone know why this is happening or has seen it before?
Thanks,
Mark.