ArduCAM / Arduino

This is ArduCAM library for Arduino boards
MIT License
476 stars 349 forks source link

Arducam Shield V2 tutorial #215

Open dilpreetdan opened 7 years ago

dilpreetdan commented 7 years ago

I recently purchased Arducam Shield V2 with OV2460 (https://www.amazon.com/Arducam-Shield-Camera-Arduino-Mega2560/dp/B013OBUJ0W/).

I am trying to use this with Arduino Uno and I am looking for instructions step-by-step. I found this blank page on the website http://www.arducam.com/knowledge-base/arducam-shield-v2-tutorial/ with no instructions.

Can you please post the correct method to get this up and running with Arduino Uno.

Thanks!

nilslidbaum commented 7 years ago

+1

supprot commented 7 years ago

@dilpreetdan @nilslidbaum Hi , Sorry for reply you so late.

Please refer to this link: http://www.arducam.com/downloads/shields/ArduCAM_Shield_V2_Hardware_Application_Note.pdf http://www.arducam.com/downloads/shields/ArduCAM_Software_Application_Note.pdf

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

dilpreetdan commented 7 years ago

Thank you for your response.

I hadn't copied the UTFT4ArduCAM_SPI library and hence was facing problems. Now I have both Arducam and UTFT4ArduCAM_SPI libraries in the Arduino/libraries/ folder and the example https://github.com/ArduCAM/Arduino/tree/master/ArduCAM/examples/Shield_V2/ArduCAM_Shield_V2_Digital_Camera works!