AM62A7: imx219_set_ctrl is only called a few times instead of repeatedly

Part Number: AM62A7

Tool/software:

Hi Ti Experts,


I found gsttiovxisp.c and observed in the log that the gst_tiovx_isp_postprocess function is called repeatedly.

It sends messages to imx219.c by ioctl,

but imx219.c only receives these messages a few times when the camera is started.

Is there some limitation that prevents it from processing received messages after initialization?

Best Regards.

Meng

  • Hi menge,

    The gst_tiovx_isp_postprocess function in gsttiovxisp.c is part of the user-space ISP (Image Signal Processor) control loop, which continuously analyzes image statistics (like luminance) and determines the new exposure and gain settings. However, it only sends these updates to the kernel driver (imx219.c) when there is a significant change in the environment that requires an adjustment.