Part Number: TDA4VH-Q1
Using the J784S4 SDK with Vision Apps and TIOVX, I am looking at ways to conveniently configure the AE values for each sensor type, e.g. by reading a configuration file in the file system (without recompiling the sensor driver code).
When creating a TIOVX AEWB node, AE values are sent by the MCU FW to the AEWB kernel using control command IMAGE_SENSOR_CTRLCMD_GETEXPPRG, as struct IssAeDynamicParams.
I am wondering if there is another way to pass these values, either at node initialization or as an update after creating the AEWB node. From this answer it seems that in the past there was such a command (ALGORITHM_AEWB_LINK_CMD_SET_AE_DYNAMIC_PARAMS), but I have not found a modern equivalent. Is this functionality still available?
When using the TI 2A Wrapper these values are passed as parameter sensor_config_get *sensor_in_data, but as I understand it the 2A Wrapper is only relevant when capturing from Linux using V4L2, and is not applicable for J784S4 ADAS SDK capturing from the MCU FW, using a TIOVX node.