Hello @joanxie ,
We are performing ISP calibration for our own Camera(IMX662 sensor).
We have completed all the steps of the calibration using ISP Calibration Tool Suite User Guide document. But AWB is not performing as expected.
We need to clarify below points in AWB calibration (Chapter 8).
1. One of the steps says "Chapter 8.1 : The pixel value should be in the range [80~150] (8-bit)". Actually our output is 12bit pixel, So what should be the pixel value range for 12-bit and How I can ensure those pixel value range using tuning-client tool.
2. As per the Chapter 8.5, we need to define illumination spectral distribution files and we need to mention indoor or outdoor. On what basis and how we need to calculate those illumination spectral distribution if I am using real light source. Since I am doing calibration in indoor lab, how I can go outdoor profile. Please give some lights on this points.
3. As per the Chapter 8.9 Gain Region Modifier Tool, we need to upload new illumination white-points in .png format but chapter 8.1 say, need to capture grey chart in raw format. Please clarify this. Also using Tuning-client tool, we could not capture image in .png format. Please let us know how to capture grey chart in .png using tuning-client tool, FYI I have captured grey chat using below gstreamer for various colour temperature. I have attached those images(A and D65). please correct me if I am wrong.


gst-launch-1.0 -v v4l2src device=/dev/video2 num-buffers=1 ! "video/x-raw,format=YUY2,width=1920,height=1080" ! queue ! imxvideoconvert_g2d ! pngenc ! filesink location=captured_image.png
Thanks in advance.