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:imx219_set_ctrl 只调用几次、而不是重复调用

Guru**** 2489685 points


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

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1556638/am62a7-imx219_set_ctrl-is-only-called-a-few-times-instead-of-repeatedly

器件型号:AM62A7


工具/软件:

尊敬的 TI 专家:


我找到 gsttiovxisp.c 并在日志中观察到 gst_tiovx_isp_postprocess 函数被重复调用。

它 通过 ioctl 向 imx219.c 发送消息、

但是、imx219.c 仅在摄像头启动时才会收到几次这些消息。

是否有一些限制导致其无法在初始化后处理收到的消息?

此致。

Meng

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

    嗨、menge、

    gst_tiovx_isp_postprocess中的功能gsttiovxisp.c用户空间 ISP(图像信号处理器)控制环路的一部分、该环路持续分析图像统计信息(例如亮度)并确定新的曝光和增益设置。 但是、只有imx219.c环境发生需要调整的重大变化时、它才会将这些更新发送给内核驱动程序 ()。