ArduCAM / Arduino

This is ArduCAM library for Arduino boards
MIT License
468 stars 346 forks source link

memorysaver.h file location not where the example states it is #591

Open djsherm opened 3 weeks ago

djsherm commented 3 weeks ago

I am trying to get the example Sketch ArduCAM_Shield_V2_Capture2DS.ino working. I have not modified the example sketch at all. I have installed all the appropriate libraries.

This is the exact camera module I am using https://ca.robotshop.com/products/arducam-mini-camera-module-w-2mp-plus-ov2640-arduino. It is a 2MP plus with (I believe) the OV2640 driver.

I am having issues in the initial definition steps of the example. Specifically selecting the hardware platform and camera module in the memorysaver.h file. This is my exact error:

Compilation error: #error Please select the hardware platform and camera module in the ../libraries/ArduCAM/memorysaver.h file

What confuses me is that the memorysaver.h file is not in the ../libraries/ArduCAM/ directory. It is specifically in the ../libraries/ArduCAM/src directory. I am worried that the Arduino IDE cannot see that I have selected my hardware platform and camera modules because memorysaver.h file is not where the comments say it is.

For my specific camera module, I have uncommented #define 0V2640_MINI_2MP for the hardware platform and #define OC2640_CAM for the camera module because that is what I believe I am using.

Please assist with properly selecting the hardware platform and camera module

image image image

djsherm commented 3 weeks ago

@ArduCAM @ArducamSupport