m5stack / M5Stack-Camera

Base espressif esp32-camera
200 stars 104 forks source link

camera_config' was not declared in this scope #1

Closed Ajb2k3 closed 5 years ago

Ajb2k3 commented 5 years ago

main:103:28: error: 'camera_config' was not declared in this scope err = esp_camera_init(&camera_config);

Can you tell from this what file is missing?

EeeeBin commented 5 years ago

camera_config in here https://github.com/m5stack/m5stack-cam-psram/blob/master/main/main.c line 56