-
Notifications
You must be signed in to change notification settings - Fork 354
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
'struct camera_config_t' has no member named 'fb_location' #269
Comments
The same error here. Arduino 1.8.19 on Windows 11 Intel Thinkpad, AI Thinker Board. Simply edited ssid and pass and saved myconfig.h, got same error. |
Solved by upgrading to Arduino IDE 2.0. |
Same error here |
I try in another PC `C:\Users\nicol\OneDrive\Documenti\Arduino\Esperimenti e Progetti\esp32-cam-webserver\esp32-cam-webserver.ino: In function 'void StartCamera()': Compilation error: 'struct camera_config_t' has no member named 'fb_location'` |
IIRC, that is the error you get with the old sketch using the latest esp32 core. The fix was to revert the core back to 1.0.6 but I think the latest version of the sketch does not have that error. |
Where we can find sketch lastest version? |
ESP32 boards should be 2.0.5 for Ver 4. |
I thin kyou mean 1.0.5 esp32 boards (lastest is 1.0.6) I try right now to downgrade Esp32 board to 1.0.5 but same resoult same error same lines :( any ideas? |
I just downloaded the zip again. Rename zio from esp32-cam-webserver-master to esp32-cam-webserver. Now unzip and compile the ino file BUT set errors to default as ALL will fail on some minor errors. I just did it on IDE 1. |
NO, latest which is 2.0.5 |
Not even close, here is mine. If you are not working with PICO then leave off the last one https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json |
Thank you I solved, the problem was the additional board URL's |
Have you solved your problem? |
running into the same issue additional board URL's http://arduino.esp8266.com/stable/package_esp8266com_index.json, any clue on what else to try? |
Some good info here; I'm also not closing this yet since I want to capture this as I archive the project |
I can't pass the compile the code with error:
'struct camera_config_t' has no member named 'fb_location'
The text was updated successfully, but these errors were encountered: