Part Number: TDA4VM
Hello TI Engineer,
I am developing an application based on the Surround View demo app (srv_demo) from sdk-rtos-j721e-evm-10_01_00_04.
During development, I needed to increase the number of queue buffers.
After making this change, I encountered an issue where the composed image flickers.
To verify, I applied the same modification to the Surround View demo app, and the same flickering behavior occurred.
By “flickering,” I mean that the composed image periodically turns completely black. However, the car icon remains visible during this phenomenon.
Could you please help investigate this issue?
[Modification: app_srv_camera.c]
#define NUM_BUFS (6u) /* (4u) */
#define NUM_INTERMEDIATE_BUFS (6u) /* (3u) */
Thank you.
