Help - Arduino mega2560 + camera OV7670 + data logging shield module v1.0

Hello!
As i ve mentioned above, ive beeng searching in google for a while but i cant actually find anything related to my project. Or maybe my english isnt good enough to understand what pple say in these related topics. :frowning:
So can any1 here who have done things like i do pls help me with this kind of work. I mean how can i connect ov7670 with my mega2560, and how i can obtain/ do further things with obtained pictures with my ov7670 and data logging shield.
i only found a picture that shows connections between UNO and ov7670.

Tks u guys for reading and helping me :smiley:

An Arduino cannot deal with high frequency signals, like VSYNC and PCLK. You have to use the SIOC/SIOD interface (I2C? SPI?) instead. Consult your library documentation and examples, how to use that interface.

DrDiettrich:
An Arduino cannot deal with high frequency signals, like VSYNC and PCLK. You have to use the SIOC/SIOD interface (I2C? SPI?) instead. Consult your library documentation and examples, how to use that interface.

idk but actually i cant find anything to read abt it. Can u explain for me please?

All I could find is the interface name "SCCB". It seems to be a variant of of I2C, and is for camera control only, not for image data transfer.

Tks 4 ur help!
Any1 can help me pls :confused:

You might want to see this Instructable to connect OV7670 to Arduino DUE:

So these connections are the same with mega2560 bro?