let me ask a stupid question. I know there exist lots of posts about the camera. But I couldn't find any informations I need. It seems this is too easy to be posted here...
I have downloaded the source GitHub - ComputerNerd/ov7670-no-ram-arduino-uno: Allows you to use a non fifo ov7670 on the arudino uno without external spi ram like other examples. Sends the data to UART.
And I successed to flasing my arduino with 'make writeflash'.
After connecting the camera module to arduino. I have no idea what to do to take an image....oh....shame..
The source contains main.c , ov7670.c , ov7670.h . The ov7670.h might be a header file and I would need to run the main.c. But I don't know how to make it.
If I could take just one RGB image then I would be able to go ahead, Any help will be appreciated.