You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered:
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 becausememorysaver.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
The text was updated successfully, but these errors were encountered: