ArduCAM / Arduino

This is ArduCAM library for Arduino boards
MIT License
473 stars 348 forks source link

SPI Issue: Pi with Mini Multi-Camera Adapter Board #343

Open hunterbryant opened 6 years ago

hunterbryant commented 6 years ago

I successfully setup my pi to run a single OV5642 through the standard GPIO pins found in this link: https://github.com/ArduCAM/RaspberryPi/issues/7

I purchased one of the mini adapter boards and am trying to setup the Raspberry Pi to take images from the 4 OV5642 camera modules. But, I am getting SPI errors for all of the 4 SPI interfaces. I am trying to run ./ov5642_4cams_capture. I am having trouble figuring out why this is happening. Any help is appreciated

UCTRONICS commented 6 years ago

@hunterbryant Four cameras running simultaneously require external power.

hunterbryant commented 6 years ago

@UCTRONICS I have connected power through the micro usb connection on the adapter board, still does not change anything

hunterbryant commented 6 years ago

Any idea? @UCTRONICS

UCTRONICS commented 6 years ago

@hunterbryant How about using two cameras?

ArduCAM commented 6 years ago

Make sure you can run each camera alone at a time before connecting multiple cameras.

hunterbryant commented 6 years ago

@UCTRONICS @ArduCAM I can run each camera alone straight through SPI off of the GPIO pins. I can't get one working through the adapter board

hunterbryant commented 6 years ago

@UCTRONICS @ArduCAM still cannot figure this out. Camera modules will run individually through SPI to the GPIO pins but not through the board

hunterbryant commented 6 years ago

bump

UCTRONICS commented 6 years ago

@hunterbryant Sorry for reply you so late. Don't worry and I will test it again tomorrow.