[libcamera-devel,0/2] libipa: Fix doc and imx219
mbox series

Message ID 20211119102559.56522-1-jeanmichel.hautbois@ideasonboard.com
Headers show
Series
  • libipa: Fix doc and imx219
Related show

Message

Jean-Michel Hautbois Nov. 19, 2021, 10:25 a.m. UTC
Hello,

While developping on RkISP1 I was using the imx219 module and discovered
that CameraSensorHelper is not correct for this one (patch 2/2). After
having fixed it, I noticed I could get a gainCode of 0, which obviously
is wrong (I expected it to be 1). Patch 1/2 aims to fix it.

Jean-Michel Hautbois (2):
  libipa: Round gain code before returning the value
  libipa: Correct IMX219 in CameraSensorHelper

 src/ipa/libipa/camera_sensor_helper.cpp | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)