3

I bought this ov2640 camera module with 18 pins and I don't have shield to insert it to. I am looking for a library or working code on this my camera sensor but all I kept getting was arducam examples or at most ov7670 example code. Can anybody help me out here? The image of the module is at this link https://i.sstatic.net/tUVg0.jpg

PS: I am using an arduino due

(Edit: Added image of camera module) enter image description here

1 Answers1

-1

There is a datasheet for the module at https://www.mpja.com/download/35647mpdata.pdf

It references the Arducam library at https://github.com/ArduCAM/Arduino/tree/master/ArduCAM.

The library specifically supports this camera type. By studying the camera specific code you may get a better idea of what is required. To connect the module directly to a Due, the work that was designed to be done by the intended shield would need to be replicated. Which seems non-trivial.

RowanP
  • 869
  • 6
  • 21