-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compiling error in Arduino IDE #54
Comments
I have the same error |
I have a couple of problems with this library. exit status 1 Compilation error: no matching function for call to 'OV2640Streamer::OV2640Streamer(OV2640&)'` ESP32-CAM-RSTP-server.zip |
Using this library: https://github.com/circuitrocks/ESP32-RTSP/tree/master worked for me. |
class constructor or function parameter need a pointer instead of object. repo code has obvious error. |
for this particular issue it is enough to put an address to addSession |
Hello I am using Arduino IDE and trying to build the project.
This error comes out:
Would you be able to help?
Regards
The text was updated successfully, but these errors were encountered: