Tool/software:
Hello,
After porting patches to run single_cam with TIOVX host in R5 (no A72 is used), we observe that it is taking too much time to provide an image to display (8s)
Currently, we are in the fastest solution, SBL, TIFS and APP in OSPI. Although it would be expected to be a good improvement, it is not. (with SD card is taking 11s).
I assure SBL is not providing UART debug messages, to speed up the process.
To understand where is taking most of the time in MCU2_0, I can see MCu2_0 is taking almost 5s since starting till image is in Display (4s from enumerating sensor to sensor initialization finishes)
Besides the possibility that I2C commands can be hard optimized to speed up sensor initialization, could you give any suggestion why is whole thing taking so long? Could you give tips to reduce this amount of time to achieve no more than 2-3 as it is achieved in SRV (e2e.ti.com/.../faq-tda4vm-how-to-optimize-surround-view-use-case-to-2-3-seconds-from-power-on)
Many thanks