OV7670-VL2A camera and Arduino Uno SPI interface

I've recently acquired a OV7670-VL2A camera module from "Camera click" (http://www.mikroe.com/click/camera/) but I realized that I don't know:

-If it is compatible with Arduino Uno since the available code it's meant for something called mikroC, mikroBasic and mikroPascal (sorry, I am still a greenie in Arduino's matters). I've wired the camera to the MOSI/MISO Arduino's pins, but I don't know if I can make it work.

-Where to find any proper library, I was just able to find some for OV7670 with a I2C interface

-How to obtain and buffer an image (although once I get access to a library or some example code I guess I would manage, or at least, I hope so)

Can anyone help me?? I'm utterly frustrated

Thanks in advance

That looks like it's intended to plug into a specific connection format - the mikroBus. I've never used that system but it looks simple enough.

The description specifically mentions the capability with 8-bit microcontrollers. Most Arduinos have only 8 bits. See if there's a library for C or C++. That will work on Arduino.