Arducam 1MP*4 Quadrascopic Camera Bundle Kit Questions

Hello,

I recently got the Arducam 1MP*4 Quadrascopic Camera Bundle Kit.

https://www.arducam.com/product/arducam-1mp4-quadrascopic-camera-bundle-kit-for-raspberry-pi-nvidia-jetson-nano-xavier-nx-four-ov9281-global-shutter-monochrome-camera-modules-and-camarray-camera-hat/

I am using it with a Raspberry Pi 4 (2GB)

My questions are these:

  • Is there a page of documentation for this board/kit?

  • What is the best way to take a photo as soon as a command is sent?

  • Is this kit / board better used with Raspberry Pi 3?

  • Can this kit /board be used with other cameras? What steps are needed to do this?

  • What does the USB port on the board do?

Thanks for your time!
ian8

– Is there a page of documentation for this board/kit?:

https://www.arducam.com/docs/cameras-for-raspberry-pi/synchronized-stereo-camera-hat/camarry-1mp4-quadrascopic-camera/

– What is the best way to take a photo as soon as a command is sent?

As this is a v4l2 compatible camera, you can try the general V4l2 video feed frame grabbing methods, such as referred in this thread: https://askubuntu.com/questions/106770/take-a-picture-from-terminal

– Is this kit / board better used with Raspberry Pi 3?

It’s better used with Pi with more computing power. Pi 3 and Pi 4 will all be better than older version and Pi Zero.

– Can this kit /board be used with other cameras? What steps are needed to do this?

This kit supports some other Arducam customized MIPI cameras with clock-sharing hardware tweaks, (a normal working camera won’t do) but usually we would not recommend you using this bundle with other cameras. Because aside of the customized camera requirements, there are also firmware differences between different image sensors and camera counts. So the steps are 1)getting another Arducam customized camera module with clock-sharing tweaks. 2) contact Arducam support Team to see if they can help you with an firmware change.

– What does the USB port on the board do?

Alternative power input to the GPIO pin sockets. So you can plug in another external power supply to the camarray HAT when you don’t use or don’t have access to the GPIO power pins.

 

 

 

 

Thank you, Lee!

 

I would be interested in getting it to work with this camera:

 

https://www.uctronics.com/camera-modules/standalone-camera/arducam-spy-raspberry-pi-zero-camera-module-1-4-inch-5mp-ov5647-mini-ir-camera-with-flex-cable-for-pi-zero.html

 

Thanks,
ian8

You are welcome.