Arducam Problems

Hey guys,

I bought an arducam (L0013) with the 5mp pixel from arducam (OV5643) and i basically can't make it work. I'd love to get some help on that one. I uploaded the latest libraries, I opened the example for the OV5642 and when i try to upload it i get a ERROR message (see the attached photo).

Please help me I need this to work for a school project :frowning:

I ran into this the other day. You have to save the library in the "library" folder which on Windows should look something like...

C:\Program Files\Arduino\libraries

Not the folder your sketch is in. Then you will be able to compile the sketch.

Bill