Message ID | 20211130213411.20149-1-djrscally@gmail.com |
---|---|
Headers | show |
Series |
|
Related | show |
Hi Dan, A patch was submitted through buzgilla today to add support for the OV2680 ([1]). It made me realize we have never merged this series. Could you work with Arthur to fix that and support the sensor in libcamera ? [1] https://bugs.libcamera.org/show_bug.cgi?id=287 On Tue, Nov 30, 2021 at 09:34:09PM +0000, Daniel Scally wrote: > Hi All > > A small set to add the helpers for the OV2680 sensor. The driver for this is > already upstream, though lacking support for ACPI platforms currently, which > I'm going to patch shortly. > > Thanks > Dan > > Daniel Scally (2): > libipa: Add CameraSensorHelper for ov2680 > libcamera: Add OV2680 sensor properties > > src/ipa/libipa/camera_sensor_helper.cpp | 10 ++++++++++ > src/libcamera/camera_sensor_properties.cpp | 13 +++++++++++++ > 2 files changed, 23 insertions(+)
Morning Laurent On 18/09/2025 23:46, Laurent Pinchart wrote: > Hi Dan, > > A patch was submitted through buzgilla today to add support for the > OV2680 ([1]). It made me realize we have never merged this series. Could > you work with Arthur to fix that and support the sensor in libcamera ? Ooh; I stopped using the device that had this sensor when I got the Surface; that's probably why I never persisted with it. I still have the Miix though. Yes I'll take a look Thanks Dan > > [1] https://bugs.libcamera.org/show_bug.cgi?id=287 > > On Tue, Nov 30, 2021 at 09:34:09PM +0000, Daniel Scally wrote: >> Hi All >> >> A small set to add the helpers for the OV2680 sensor. The driver for this is >> already upstream, though lacking support for ACPI platforms currently, which >> I'm going to patch shortly. >> >> Thanks >> Dan >> >> Daniel Scally (2): >> libipa: Add CameraSensorHelper for ov2680 >> libcamera: Add OV2680 sensor properties >> >> src/ipa/libipa/camera_sensor_helper.cpp | 10 ++++++++++ >> src/libcamera/camera_sensor_properties.cpp | 13 +++++++++++++ >> 2 files changed, 23 insertions(+) >