'class CameraOV7670' has no member named 'waitForPixelClockRisingEdge'

Hello,

On trying to take images using ov7670 on my arduino uno I have downloaded codes and necessary libraries from the GitHub. Based on the tutorial I have followed I arranged my files as required. On compiling the code however I have got an error message that I can't fix it. Because I'm doing it for my project and I'm running out of time, I kindly ask a quicker help.

Here is the website I have downloaded the .ino and other files:

  1. LiveOV7670 project (Arduino):
    GitHub - indrekluuk/LiveOV7670: A step-by-step guide to building the circuit for this project:
  2. GitHub - indrekluuk/ArduinoImageCapture

P.S. I have attached the error message displayed after I have tried to compile the program.

Thank you

Regards,
amew.

What is the point of the project?
Where is your code?
Where is your error message?

If you look at your complete error message:

'class CameraOV7670' has no member named 'waitForPixelClockRisingEdge'

C:\Users\admin\Documents\Arduino\libraries\LiveOV7670_STM32-master/CameraOV7670.h:79:18: note:   candidate expects 0 arguments, 1 provided

exit status 1
'class CameraOV7670' has no member named 'waitForPixelClockRisingEdge'

It appears you are calling the function and trying to pass in a parameter but the function doesn't take any. Fix that error.

Try here

That is only a fragment of the error output. You need to scroll the console window up to see all the output.

With that tiny amount of output, it is very silly of you to have posted it as a .txt file attachment. Some of the people who help answer questions here on the forum either can't or won't download attachments. So by unnecessarily using an attachment you have made it less likely that you will get help with your problem. The forum does have a limit of 9000 characters per post. In the event that the text you need to post exceeds that limit, it's fine to use an attachment. However, in this case you are nowhere near to that limit.

The LiveOV7670 sketch you are using is meant to be used with the LiveOV7670Library library that comes with it. However, from the error fragment you posted, I can see that you are instead using the LiveOV7670_STM32 library. It seems that the two libraries are not interchangeable. Since you say you're using an Arduino Uno, I very much doubt that it makes sense for you to use the LiveOV7670_STM32 library, which from the name would appear to be for use with Arduino boards based on the STM32 architecture (which the Uno is not). Please delete the C:\Users\admin\Documents\Arduino\libraries\LiveOV7670_STM32-master folder and then make sure to install the LiveOV7670Library library as instructed in the readme of the LiveOV7670 project if you have not already done so.

I've merged your cross posts @amew.

Cross posting is against the rules of the forum. The reason is that duplicate posts can waste the time of the people trying to help. Someone might spend 15 minutes writing a detailed answer on this thread, without knowing that someone else already did the same in the other thread.

Repeated cross posting will result in a suspension from the forum.

In the future, please take some time to pick the forum section that best suits the topic of your question and then only post once to that forum section. This is basic forum etiquette, as explained in the sticky "How to use this forum - please read." post you will find at the top of every forum section. It contains a lot of other useful information. Please read it.

Thanks in advance for your cooperation.

Hello,

First my gratitude went to all of you who spent time taking care of my issue.

After following the instructions and recommendation posted, I managed to remove all the warnings and errors. But my code is expected to give me output (image) using the "ArduinoImageCapture" library from GitHub on IntelliJ IDEA though it doesn't. The image pop up window is the one expected to capture image.
Here is the image capture. I hope it helps you figure out what the problem is and kindly request for solution.

Thanks and regards
amew.

hello guys,

Finally I with the assistance of i have got from you my camera is working properly as expected.

And I hope with this helping arduino community I will be done of my project to send this image via MMS.
I don't need to specify my issue here as I have posted it as a different subject.

Thanks and regards,
amew