sumotoy / ArduCAM

A refractored version of ArduCAM, keeped away from distro because massive changes!
GNU Lesser General Public License v2.1
16 stars 17 forks source link

Uploading_Error_in_Ardu_Cam_ov7670_Camera_Playback.ino, XCLK and Arduino pin 11 connection #6

Open dhananjai-bajpai opened 7 years ago

dhananjai-bajpai commented 7 years ago

Following Errors come while compilation GetFileAttributesEx E:\Arduino\libraries\SD\src\File.cpp E:\Arduino\libraries\SD\src/SD.h: The filename, directory name, or volume label syntax is incorrect.

E:\Arduino\libraries\ArduCAM_OV7670_Camera_Playback\ArduCAM_OV7670_Camera_Playback\ArduCAM_OV7670_Camera_Playback.ino:55:1: warning: narrowing conversion of '196' from 'int' to 'const char' inside { } [-Wnarrowing]

Where should I connect XCLK and SCK of SD card and D11 of Arduino Uno?

supprot commented 7 years ago

@dhananjai-bajpai Hi, What do you mean about connecting XCLK iand SCK of SD card and D11 of Arduino UNO? The XCLK signal of the camera is connected to the CPLD controller. Best regards, ArduCAM support team.

dhananjai-bajpai commented 7 years ago

Hello, I got your point thanx for your support, can you help me in providing some code which can simply take photo from OV7670 and save in sd card using arduino uno

I dont have glcd for now, I am willing to do this basic test before purchasing the hardware.

Regards Dhananjai

naveenchandm commented 7 years ago

Sir, I am working on this hardware, can you give the image of the connections for Arduino mega + SD card and camera OV7670 and code to save the image to SD card. It will be a great help because later on, I want to send the image to PHP-MySQL server.

supprot commented 7 years ago

@naveenchandm Hi, At present,the OV7670 camera is only used on our ArduCAM shiled platform. About code,please refer to this link: https://github.com/ArduCAM/Arduino/tree/master/ArduCAM/examples/Shield_V2

Let us know if you need more help. Regards, ArduCAM support team.

dianhantiao commented 7 years ago

I would like to ask you can UTFT_SPI.h .The document I downloaded can not be used.This is the file I downloaded:https://github.com/una1veritas/libraries

UCTRONICS commented 7 years ago

@dianhantiao Hi, Please download our library from https://github.com/ArduCAM/Arduino/tree/master/UTFT4ArduCAM_SPI

Regards.