정보나눔

오픈소스하드웨어 프로젝트에 대한 다양한 정보를 나누는 공간입니다.

아두이노 UNO보드와 MINI 5mp 카메라 오류 관련 질문입니다.
shillite | 2017-12-14

아두이노 UNO보드와 MINI 5MP카메라를 이용해서 작동 확인을 우선하고 싶은대 프로그램 튤에서 오류가 계속 발생하더라구요.

저번에 올렸던 오류의 경우 댓글의 도움으로 해결을 하였는대 몇번의 오류가 더뜨는것들은 해결했지만 이번에 뜬 오류는 헤드파일을 건드려야하는건지 해결이 안되더라구요 ㅠㅠ

 

헤드파일입니다.

//There are two steps you need to modify in this file before normal compilation
//Only ArduCAM Shield series platform need to select camera module, ArduCAM-Mini series platform doesn't

//#define OV2640_MINI_2MP

//#define OV5642_MINI_5MP
//#define OV5642_MINI_5MP_BIT_ROTATION_FIXED
//#define OV5642_MINI_5MP_PLUS
//#define OV5640_MINI_5MP_PLUS

//#define ARDUCAM_SHIELD_REVC
//#define ARDUCAM_SHIELD_V2

 //Step 2: Select one of the camera module, only one at a time
#if (defined(ARDUCAM_SHIELD_REVC) ||  defined(ARDUCAM_SHIELD_V2))
//#define OV7660_CAM
//#define OV7725_CAM
//#define OV7670_CAM
//#define OV7675_CAM
//#define OV2640_CAM
//#define OV3640_CAM
//#define OV5642_CAM
#define OV5640_CAM

//#define MT9D111_CAM
//#define MT9D112_CAM
//#define MT9V111_CAM
//#define MT9M001_CAM
//#define MT9T112_CAM
//#define MT9D112_CAM
#endif

 

 

오류

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

 

이전글   |    아두이노 핀 전압 증폭이 가능한가요? 2017-12-14
다음글   |    오렌지보드 통신관련 질문입니다. 2017-12-14