[Bug 2138706] Re: OV02C10 camera unusable on Lenovo Yoga Slim 7x (hangs and color artifacts)
taprobane
2138706 at bugs.launchpad.net
Sun Mar 15 15:44:09 UTC 2026
In fact, any OLED phone screen should be very accurate, as long as you
turn off anything like "Vivid mode", "Eye comfort mode", "Night mode",
etc. in the settings.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to ubuntu-concept.
https://bugs.launchpad.net/bugs/2138706
Title:
OV02C10 camera unusable on Lenovo Yoga Slim 7x (hangs and color
artifacts)
Status in ubuntu-concept:
New
Bug description:
This patch set addresses three critical issues with the OV02C10 camera
sensor on the Lenovo Yoga Slim 7x (Snapdragon X Elite), making the
camera fully functional and stable.
1. System Hang & I2C Timeout Fix (Critical) Issue: The system would
hang or crash with a kernel oops during camera usage, or fail to
initialize with "master 1 queue 0 timeout" errors. Cause: A race
condition in ov02c10_remove() where resources were freed before
powering off, causing use-after-free errors when interacting with
PipeWire/WirePlumber. Additionally, internal sensor reset timings were
too aggressive. Fix: Reordered cleanup sequence to disable Runtime PM
before freeing resources and relaxed reset timings (5ms assert, 20ms
post-delay) to ensure reliable boot.
2. Color Pattern Fix Issue: Images had a severe green/incorrect color
tint that could not be corrected by simple white balance. Cause: The
driver was reporting SBGGR10 (or SGBRG10), but the actual physical
sensor layout on this device is SGRBG10. Fix: Updated ov02c10.c to
report MEDIA_BUS_FMT_SGRBG10_1X10.
Impact: With these patches applied, the camera is stable across
repeated sessions, oriented correctly, and produces sharp images
(userspace tuning is still required for perfect color balance, but the
raw format is now physically correct).
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-concept/+bug/2138706/+subscriptions
More information about the foundations-bugs
mailing list