Libcamera works on 16MP IMX519 single camera but not on 16MP IMX519 Quad Camera Kit

@yqchau

Just use the example downloaded in your previous zip package.

I successfully ran the demos.

I noticed few problems,

  1. The camera is not able to run at the specified FPS at the particular resolution.

when I modified

  width = 1280
  height = 720
  framerate = 60

The console output:

fps: 16
fps: 23
fps: 25
fps: 12
fps: 29
fps: 28
fps: 15
fps: 27
fps: 24
fps: 21
fps: 25
fps: 23
fps: 27
fps: 24
fps: 19
fps: 27

when it is supposed to run at 60FPS.

  1. The camera color is good, but the images are visibly low in quality, with defects appearing whenever the camera is moved. Is this a known problem, is there any solution to it? I have not noticed the same issue when using the camera on PiCamera previously.

@yqchau

We have completely dropped the previous stuff, so there will not be any updates to the code, and there will be no maintenance.
If you really want to develop on this, we can provide the complete source code (not recommended).