[libcamera-devel,0/2] Add support for OV2680 driver
mbox series

Message ID 20211130213411.20149-1-djrscally@gmail.com
Headers show
Series
  • Add support for OV2680 driver
Related show

Message

Daniel Scally Nov. 30, 2021, 9:34 p.m. UTC
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(+)

Comments

Laurent Pinchart Sept. 18, 2025, 10:46 p.m. UTC | #1
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(+)
Dan Scally Sept. 19, 2025, 6:47 a.m. UTC | #2
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(+)
>