Skip to content
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

FRAMESIZE_240X240 #4

Open
kiralikbeyin opened this issue Oct 10, 2021 · 1 comment
Open

FRAMESIZE_240X240 #4

kiralikbeyin opened this issue Oct 10, 2021 · 1 comment

Comments

@kiralikbeyin
Copy link

Advanced-Image-Classification:53:25: error: 'FRAMESIZE_240X240' was not declared in this scope
     config.frame_size = FRAMESIZE_240X240;
                         ^
Advanced-Image-Classification:57:25: error: 'FRAMESIZE_240X240' was not declared in this scope
     config.frame_size = FRAMESIZE_240X240;
                         ^
Advanced-Image-Classification:71:23: error: 'FRAMESIZE_240X240' was not declared in this scope
   s->set_framesize(s, FRAMESIZE_240X240);

basic and advanced examples not compiling

@Siemian
Copy link

Siemian commented Nov 16, 2021

to fix it, just change X to x or update esp32-cam library
The name was changed in the original esp32-cam library some time ago:
espressif/esp32-camera@ae32d52#diff-59bf785fe4c5a1dad68fc85efc8e7e6f366cc13de89f4408527106d6a4532000L35-R36

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants