← Back to team overview

debcrafters-packages team mailing list archive

[Bug 2110144] Re: Raspberry Pi camera modules not being detected on libcamera0.5

 

I have narrowed this down to the new PiSP driver upstreamed in libcamera. They are matching the wrong entity names for CFE devices.
https://gitlab.freedesktop.org/camera/libcamera/-/blame/v0.5.0/src/libcamera/pipeline/rpi/pisp/pisp.cpp#L883
Curiously, Raspberry Pi's fork of libcamera still uses the old match strings, even when they upstreamed these changes to Debian: https://github.com/raspberrypi/libcamera/blob/d83ff0a4ae4503bc56b7ed48cd142c3dd423ad3b/src/libcamera/pipeline/rpi/pisp/pisp.cpp#L883

This might suggest that there may be changes to the camera related
devicetree overlays in the future. For now the fix will be to try for
both older and newer match strings

-- 
You received this bug notification because you are a member of
Debcrafters packages, which is subscribed to libcamera in Ubuntu.
https://bugs.launchpad.net/bugs/2110144

Title:
  Raspberry Pi camera modules not being detected on libcamera0.5

Status in libcamera package in Ubuntu:
  New

Bug description:
  With the latest version of libcamera in Ubuntu, the camera modules on
  a Raspberry Pi are no longer being detected.

  libcamera 0.5.0-1:

  cam -l returns an empty list
  qcam does not list any sensors as well.

  libcamera 0.4.0-5ubuntu1:

  cam -l lists the connected sensors and qcam works fine.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcamera/+bug/2110144/+subscriptions



References