-
Notifications
You must be signed in to change notification settings - Fork 7
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
Errors while compiling the project #7
Comments
In espcam2640.c, line 122, replace FRAMESIZE_VGA with FRAMESIZE_P_HD, // 720x1280 as for your errors, something seems wrong with configuration. try a demo project if it compiles. |
I've already changed the framesize when I got the errors above, but I used FRAMESIZE_HD without _P as you suggested, is there any difference? As for the errors, I got it working today by starting with a fresh install of esp-idf4.4.4. After the example "hello world" compiled successfully, I also used a fresh clone of this repo. |
framesize_t is defined in: or just enter the number 11 which should be HD, its probably FRAMESIZE_HD, as the higher ones not used for ov2640. |
Hello,
I'm using this project for a while now, but I would like to change the default resolution to 720p/HD, but I can't compile the project.
I'm using esp-idf for the first time and set it up according to your description in issue #1 (installing and setting compiler path via menuconfig).
I now have esp-idf v4.4 with xtensa-esp32-gcc8_4_0-esp-2021r2-patch4 compiler (from here https://github.com/espressif/crosstool-NG ) installed.
I'm using up-to-date amd64 Manjaro-Linux.
When i run make, the following errors are occurring:
It would be nice, if you could help me to resolve this issue or if you could provide a binary with 720p default resolution (or maybe store it on the board, like the wifi credentials).
The text was updated successfully, but these errors were encountered: