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

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

Open
djsherm opened this issue Jun 12, 2024 · 1 comment
Open

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

djsherm opened this issue Jun 12, 2024 · 1 comment

Comments

@djsherm
Copy link

djsherm commented Jun 12, 2024

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
Copy link
Author

djsherm commented Jun 13, 2024

@ArduCAM @ArducamSupport

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

1 participant