coloradocube / balloonsat

COTS balloonsat mission to test the RPi 4 with a battery UPS, a quad camarray, a GPS module, a RockBLOCK module, and a small number of Qwiic sensors
0 stars 5 forks source link

Capture still images with quad camarray #54

Closed ivogeorg closed 2 years ago

ivogeorg commented 2 years ago

Description

Configure color quad camarray. It mimics a single camera but with 4x the width of the normal camera. Images are composite of the views of the 4 cameras. Requires a driver compiled for the current kernel.

Knowledge

  1. Arducam product page.
  2. Documentation page.
  3. Github drivers and source.
  4. YouTube video.
  5. Software & hardware guide.
Christopher-Dauchter commented 2 years ago

The driver issue can likely be fixed by updating the kernel driver using their (Arducam) makefile .

https://github.com/ArduCAM/Arducam_OBISP_MIPI_Camera_Module/tree/master/sourceCode/5.4.51

ivogeorg commented 2 years ago

Requires building own driver for current RPi kernel.