This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] AM62A7:无法同时看到最亮的灯箱和黑暗的角落

Guru**** 2540720 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1561044/am62a7-unable-to-see-both-the-brightest-light-box-and-the-dark-corners-at-the-same-time

器件型号:AM62A7


工具/软件:

尊敬的 TI 专家:

我可以在明亮的光线下清楚地看到灯箱内,我可以清楚地看到黑暗中的角落,但不能同时看到两个角落。

调整 WDR 曲线并将所有光强度的输出拉至极低水平后、

亮度低得多、但亮点仍然是纯色、看不到任何细节。

我是否需要调整 tiovxisp.c 中的曝光行数?
例如、HCG 的暴露线路数是 VS 的 8 倍吗?

此致

Meng

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    尊敬的孟先生:

    您是否想分享几张说明此问题的图片?

    [引述 userid=“643802" url="“ url="~“~/support/processors-group/processors/f/processors-forum/1561044/am62a7-unable-to-see-both-the-brightest-light-box-and-the-dark-corners-at-the-same-time

    例如、HCG 的暴露线路数是 VS 的 8 倍吗?

    [/报价]

    我不明白你在这里想说什么。 您能提供代码吗?

    此致、

    建中

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    你好、建中
    这里是我的照片和 XML
    案例 V4L2_CID_Exposure

    // dev_err (&client->dev、“kemeng:imx219_set_ctrl 2 输入%02x\n“、ctrl->val);

    temp = ctrl->val >> 8

    //HCG
    cci_write (imx219->regmapIMX219_REG_expose_Hctrl->val >> 8、&ret);
    cci_write (imx219->regmapIMX219_REG_expose_Lctrl->val & 0xFF&ret);
    //SPD
    cci_write (imx219->regmapcci_REG8 (0x3541)、ctrl->val >> 8&ret);
    cci_write (imx219->regmapcci_REG8 (0x3542)、ctrl->val & 0xFF&ret);

    //LCG
    cci_write (imx219->regmapcci_REG8 (0x3581)、temp >> 8、&ret);
    cci_write (imx219->regmapcci_REG8 (0x3582)、temp 0xFF&ret);
    //VS
    cci_write (imx219->regmapcci_REG8 (0x35c1)、temp >> 8、&ret);
    cci_write (imx219->regmapcci_REG8 (0x35c2)、temp 0xFF&ret);

    // CCI_read (imx219->regmap、IMX219_REG_ENERGY_H、&temp1、NULL);
    // CCI_read (imx219->regmap、IMX219_REG_ENERGY_L、&temp2、NULL);
    // temp3 = temp1*256+temp2;

    // dev_err (&client->dev、“kemeng:imx219_set_ctrl 1 write REG_exposure %d、read TEMP1 %d、read TEMP2 %d、read TEMP3 %d \n“、ctrl->val、temp1、temp2、temp3);

    休息

    此致、

    Meng